CROSSREF Manual
COBOL85
Program-Name
Program-Name
If the identifier is the name of a program, it is described in
the header as PROGRAM.
Section-Name
If the identifier is the name of a section, it is described in
the header as SECTION.
If code is generated for the program, %
offset
shows the code
offset for this section relative to the base of the containing
program. %
offset
is an octal number of six digits.
Symbolic-Character
If the identifier is a symbolic-character, it is described in the
header as SYMBOLIC IS
vvv
.
vvv
is a decimal integer from 1 to 256. 1 corresponds to the
first character in the Tandem character set and 256 to the last
character in the set.
7-18