z/OS Language Environment Programming Guide for 64-bit Virtual Addressing Mode
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Specifying runtime options and program arguments

z/OS Language Environment Programming Guide for 64-bit Virtual Addressing Mode
SA38-0689-00

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 on 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.

Table 1. Formats for specifying runtime options and program arguments
When... Format
Only runtime options are present runtime options/
Only program arguments are present
  1. If a slash is present in the arguments, a preceding slash is mandatory.
  2. If a slash is not present in the arguments, a preceding slash is optional.
One of the following:
  1. /program arguments
  2. program arguments

    or

    /program arguments

Both runtime options and program arguments are present runtime options/program arguments

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014