Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
Options for Commands (English) (m618303+commandoptions.htm)
Command options are letters that modify the action of the command and are normally be placed at the end of the sentence. They must be preceded by an opening parenthesis and must be followed by a closing parenthesis if followed by any character other than return. Options can be separated by commas, but not by spaces.
A command option remains in effect until the current sentence, including macros, has been processed. An option not used by a particular command is ignored.
Notes:
English command options are described as either standard or special. Standard means that if a command responds to the option, it responds as described below. Special means that only particular commands respond to it. Special options are described with relevant command descriptions in English Commands.
C Suppress column headings, page and date line at the start and summary line at the end of a report. Equivalent to the COL-HDR-SUPP modifier.
D Suppress detail output. Equivalent to the DET-SUPP modifier.
H Suppress page and date line at the start and summary line at the end of the report. Equivalent to the HDR-SUPP modifier.
I Suppress item-ids. Equivalent to the ID-SUPP modifier.
N Suppress automatic paging. Equivalent to the NOPAGE modifier.
P Output report to the printer. Equivalent to the LPTR modifier.
R Suppress 'Item not on file' messages.
The following sentence uses standard options I and P:
:
LIST ROOMS (IP)
The output of item-ids is suppressed and output is sent to the assigned printer.