How to: |
The four display commands (PRINT, LIST, SUM, and COUNT) are also known as verbs. These commands are flexible; you can report from several fields using a single command, and include several different display commands in a single report request.
display [THE] [SEG.]fieldname1 [AND] [THE] fieldname2 ...
or
display *
where:
The maximum number of display fields your report can contain is determined by a combination of factors. For details, see Maximum Number of Display Fields Supported in a Request.
The fields appear in the report in the same order in which they are specified in the report request. For example, the report column for fieldname1 appears first, followed by the report column for fieldname2.
The field to be displayed is also known as the display field.
Note: The SEG. and * options do not display virtual fields. To print virtual fields, explicitly reference them in the PRINT statement (PRINT * virtual field name). This is true even if the virtual field name redefines a real field.