CROSSREF Manual

COBOL 74
Data-Name
Data-Name
If the identifier is a data item, it is described in the header
as
ln
category
usage
loc
SIZE=
size
[V] OFFSET=
offset
[
i
INX[S]]
[SPCL-REG]
ln
is the level number of the data-item.
category
is one of the following:
AL Alphabetic
ALE Alphabetic with Bs in its PICTURE
AN Alphanumeric
ANE Alphanumeric edited
NM Numeric
NME Numeric edited
usage
is one of the following:
GROUP Group item
DISP DISPLAY item
COMP COMPUTATIONAL item
INX INDEX item
loc
shows the site of the identifier declaration and is one of
the following:
ESS Extended-Storage Section
FS File Section
WSS Working-Storage Section
LS Linkage Section
size
is the size in bytes of the identifier's value in decimal
notation (up to nine places without leading zeros).
V indicates that the size is variable, due to an OCCURS DEPENDING
ON clause.
6-14