Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IBM i

The options must be enclosed in single ( ' ) quotation marks.
 
For example:

<pre>
-S '  -joblog error'
</pre>
Panel
Html bobswift


UNIX

The options must be enclosed in single ( ' ) or double ( " ) quotation marks, with at least one space between the first enclosing character and the first option name. The space is required to avoid a command line specification error due to how command options are parsed.
 
For example:

html-bobswift
Panel
<pre>
-S '  -joblog error'
</pre>


Windows

The options must be enclosed in double ( " ) quotation marks, with at least one space between the first enclosing character and the first option name. The space is required to avoid a command line specification error due to how command options are parsed.
 
For example:

html-bobswift
Panel
<pre>
-S "  -joblog error"
</pre>


z/OS

The options must be enclosed in single ( ' ) or double ( " ) quotation marks, with at least one space between the first enclosing character and the first option name. The space is required to avoid a command line specification error due to how command options are parsed.
 
For example:

html-bobswift
Panel
<pre>
-S '  -joblog error'
</pre>