CROSSREF Manual

COBOL85
External Switch
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
The RECORD entry shows record size in bytes, expressed in decimal
notation. F indicates the records are of fixed length; V
indicates the records are of variable length, each having up to
the displayed maximum size.
If the block size is not equal to the record size, the BLOCK
field shows the block size in decimal notation. If R appears,
b
indicates the size of the block in terms of the number of records
that the block contains; if R does not appear, b indicates the
size of the block in terms of the number of bytes that the block
contains.
External Switch
If the identifier is an external switch referenced by a mnemonic-
name, it is described in the header as EXTERNAL SWITCH.
Index-Name
If the identifier is the name of an index item, it is described
in the header as INDEX SIZE=4.
The first or only identifier qualifier shows the name of the
table item that the index-name belongs to. An index item is
always four bytes long.
7-16