Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

z/OS

Command line options are specified in the JCL EXEC statement PARM keyword or on the SYSIN ddname. The PARM keyword is used to pass command line options to the program being executed with the EXEC statement.
 
Command line options are prefixed with a dash (-) character or a plus (+) character. The plus character indicates that system symbols found in the value are resolved to their defined value before the value is processed by the Universal Agent component. For many options, there are two different forms in which they can be specified:

Html bobswift
<ul>
<li> Short form: one case-sensitive character
<li> Long form: two or more case-insensitive characters
</ul>

The parameter and value must be separated by at least one space.
 
Example command line options specified in the PARM value:

Panel

Html bobswift

<pre>
<b>Short form:</b>
PARM='-l INFO -G yes'
 
<b>Long form:</b>
PARM='-LEVEL INFO -LOGIN YES'
</pre>

 
As noted above, z/OS command line options also can be specified on the SYSIN ddname. This is the easiest and least restrictive place to specify options, since the PARM values are limited in length. The options specified in the SYSIN ddname have the same syntax. Options can be specified on one line or multiple lines. The data set or inline data allocated to the SYSIN ddname cannot have line numbers in the last 8 columns (that is, all columns of the records are used as input).

UNIX, Windows, HP NonStop

Command line options are prefixed with a dash ( - ) character, and alternatively on Windows, the slash ( / ) character.
 
For many options, there are two different forms in which they can be specified:

Html bobswift
<ul>
<li> Short form: one case-sensitive character.
<li> Long form: two or more case-insensitive characters.
</ul>

The parameter and value must be separated by at least one space or tab character.
 
Example command line options:

Panel

Html bobswift

<pre>
<b>Short form:</b>
-l info -G yes

<b>Long form:</b>
-level info -login yes
-LEVEL info -LoGiN YES
</pre>

IBM i

Command line options use the native conventions for Command Language (CL) commands. The option name is specified as a CL parameter with its value enclosed in parentheses.
 
Example command line options:

Panel

Html bobswift

<pre>
MSGLEVEL(INFO) COMPRESS(*YES)
</pre>

 
All Universal Agent components provide IBM i-style command panels. The panels are accessed by entering the command name on the command line and pressing the F4 (PROMPT) key.