/DISPLAY[=(option, . . . )]
/DISPLAY=DEFAULT (D)
/NODISPLAY
Indicates how much information SCA displays concerning query
results. Use one or more of the following keywords to request
specific information:
NAME Symbol name
CLASS Class of item
LINE_NUMBER Compilation line number
MODULE Module name containing a symbol occurrence
FILE_SPEC File name and type containing a symbol occurrence
FULL_FILE_SPEC Complete file specification containing a symbol
occurrence
RECORD_NUMBER Record number within a source file
RELATIONSHIP Relationship type
NUMBER Number of the display line
OCCURRENCE_ Type of symbol occurrence (such as declaration,
TYPE read, call)
ALL All of the previous options
DEFAULT Default settings of the display options
NONE Nothing (equivalent to the /NODISPLAY qualifier)
You can prefix any keyword (except ALL, DEFAULT, and NONE) with NO
to request that the information be excluded.
The initial default for each type of new query is as follows:
DISPLAY=(NAME,CLASS,MODULE,LINE,OCCURRENCE,RELATIONSHIP)