/
Universal Submit Job Command Line Syntax
Universal Submit Job Command Line Syntax
Command Line Syntax
The following figure illustrates the command line syntax of Universal Submit Job.
The command line name of every USBMJOB-specific configuration option is a link to detailed information about that option.
Command Line Syntax Rules
Values for configuration options that contain special characters require:
- Double ( " ) quotation marks when executed from an MVS Universal Command Manager.
- Single ( ' ) quotation marks when executed from an IBM i Universal Command Manager.
For example, the following is correct when executed from a z/OS Universal Command Manager:
MSGCMDPATH("/usr/local/universal/bin/uwto")
However, the following is incorrect when executed from a z/OS Universal Command Manager; it will create a syntax error:
MSGCMDPATH('/usr/local/universal/bin/uwto')