CROSSREF Manual

COBOL 74
Index-Name
org
marks the file's organization. It can be:
SEQ Sequential
REL Relative
INX Indexed
acc
marks the file's access mode. It can be:
SEQ Sequential
RAN Random
DYN Dynamic
Index-Name
If the identifier is the name of an index item, it is described
in the header as INX. The identifier qualifier shows the name of
the table item that the index-name belongs to. An index item is
always two bytes long.
Literals
CROSSREF prints literals before any other identifiers. They are
shown exactly as they appear in the source file; if they have
quotation marks in the source file, they have them in the cross-
reference listing.
Mnemonic-Name
If the identifier is a mnemonic-name, it is described in the
header as MNEM.
When the mnemonic refers to a channel name, CHANNEL-
cc
identifies
the channel.
When the mnemonic refers to an external switch, SWITCH-
ss
identifies the switch.
6-16