CROSSREF Manual

COBOL85
Data-Name
If the identifier represents a condition-name that tests an
external switch, it described in the header as
CONDITION IS SWITCH-
ss
{ON }
{OFF}
ss
is a decimal integer from 1 to 15 that identifies which switch
the program is testing. ON or OFF indicates which state is being
tested.
If the condition name is qualified, the qualifier identifies the
mnemonic-name with which the condition-name is associated.
Data-Name
If the identifier is a data item, it is described in the header
as
ln
category
usage
SIZE=
size
[V] OFFSET=
offset
[
ss
SUB[S]]
[SPCL-REG]
ln
is the level number of the data-item.
category
is one of the following:
AL Alphabetic
AN Alphanumeric
ANE Alphanumeric edited
NM Numeric
NME Numeric edited
If the
usage
is INDEX, the
category
is blank.
usage
is one of the following:
GROUP Group item
DISPLY DISPLAY item
COMP COMPUTATIONAL item
INDEX INDEX item
NATIVE NATIVE-2, NATIVE-4, or NATIVE-8 item
7-14