Specifying runtime options and program arguments
To distinguish runtime options from program arguments that are passed to Language Environment, the options and program arguments are separated by a forward slash (/). For more information about program arguments, see Argument lists and parameter lists.
Runtime options precede program arguments whenever they are specified in JCL or in TSO/E commands on application invocation.
When | Format |
---|---|
Only runtime options are present | runtime options/ |
Only program arguments are present
|
One of the following:
|
Both runtime options and program arguments are present | runtime options/program arguments |