Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RUNPARM.HELPCMD.D1 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 24 additions & 4 deletions RUNPARM.HELPCMD.D1
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
RUNPARM will issue a LOAD SVC for a module loaded above RUNPARM in the
user area. Any tokens past the command name on the command line are condensed
and passed to the program as an OS parm field. An option allows the COMPSWT
flag to be ON or OFF during execution.
RUNPARM CMS Command

RUNPARM is used to invoke a CMS MODULE which may be expecting OS style
parameters. RUNPARM will issue a LOAD SVC for a module loaded above RUNPARM
in the user area. Any tokens past the command name on the command line are
condensed and passed to the program as an OS parm field. An option allows
the COMPSWT flag to be ON or OFF during execution.

+----------+-----------------------------------------------------------------+
| RUNPARM | fn token1 ... tokenn [( [COMPON|COMPOFF] [)]] |
+----------+-----------------------------------------------------------------+

where:

COMPON turns the COMPSWT flag on. When this flag is on, any program
called by a LINK, LOAD, XCTL, or ATTACH macro instruction must
be a nonrelocatable module in a file with a filetype of MODULE;
it is loaded via the CMS LO~DMOD command.

COMPOFF turns the COMPSWT flag off. When this flag is off, any program
called by a LINK, LO~D, XCTL, or ATTACH macro instruction must
be a relocatable object module residing in a file with a
filetype of TEXT or TXTLIB; it is loaded via the CMS INCLUDE
command.