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:

Panel
-S '  -joblog error'


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
-S '  -joblog error'


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
-S "  -joblog error"


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
-S '  -joblog error'