Options for English commands

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.

Note

  • If you set the EMBEDDED.OPTION environment option you can place options in the middle of the command line. In this case, the closing parenthesis is mandatory.

  • Options for commands should not be confused with options for modifiers and connectives such as HEADING and BREAK-ON.

Standard options

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.

JSuppress the counter displayed at the end of the report. Equivalent to the NI-SUPP modifier.

Example

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.