CROSSREF Manual

COBOL85
File-Name
size
shows the size in bytes of the identifier's value in decimal
notation (up to nine places without leading zeros).
V appears in the attribute list if the data-item contains a
subordinate item that is a table with a variable number of
occurrences.
offset
shows the byte offset of the value of the data-item from
the relevant base address; for example, from the start of the
containing record. The offset is shown in decimal notation up to
nine places without leading zeros.
ss
SUB[S] appears if the references to the data-item require
subscripting. In that case,
ss
is a number from 1 to 7 showing
the number of subscripts. If the value of
ss
is 1, SUB appears
instead of SUBS.
SPCL-REG appears if the data-name is a Special Register.
File-Name
If the identifier is a file name, it is described in the header
as
FILE { (FD) } IS
Tandem-name
[
kk
KEY[S] ]
{ (SD) } [SET
s
:
pp
]
ORG=
org
ACC=
acc
RECORD=
r
{F} BLOCK=
b
[R]
{V}
FILE (FD) appears when the file-name identifies a data file.
FILE (SD) appears when the file-name identifies a sort-merge
file.
Tandem-name
is the Tandem file-name that you specified in the
ASSIGN clause of the File-Control entry.
kk
KEY[S] appears if the file has record keys.
kk
shows the
number of keys in decimal notation. If the value of
kk
is 1, KEY
appears instead of KEYS.
SET
s:pp
appears if the file is part of a multiple file tape
set.
s
is a digit that identifies the set and
pp
is a decimal
integer from 1 to 31 that identifies the file's position in that
set.
7-15