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.

...

IBM i

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

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

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:

Panel
Html bobswift
<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:

Panel
Html bobswift
<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:

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