COBOL Manual for TNS and TNS/R Programs
Data Division
HP COBOL Manual for TNS and TNS/R Programs—522555-006
7-39
Data Description Entries and Initializing Data Items
01-data-description
77-data-description
are described under Working-Storage Section, except that each data description
entry can include this clause:
66-or-88
is a level-66 or level-88 description. For syntax, see Descriptions That Rename
Items (Level 66) and Descriptions of Condition-Names for Values (Level 88).
Topics:
•
Data Description Entries and Initializing Data Items
•
ACCESS MODE Clause
•
CALL Statement and USING Phrase
•
Index-Names
•
Absent Linkage Section
Data Description Entries and Initializing Data Items
Data description entries and data initialization rules are the same in the Linkage
Section as they are in the Working-Storage Section, except that you can use the
VALUE clause only for level-88 items. For information on using the VALUE clause in
the Linkage Section, see Descriptions of Condition-Names for Values (Level 88). For
information on data description entries and data initialization rules, see Data
Description Entries, Initializing Data Items.
ACCESS MODE Clause
The ACCESS MODE clause describes the addressing method used to access
parameters passed to the program—STANDARD or EXTENDED-STORAGE. You can
specify the ACCESS MODE clause only in level-01 through level-49 and level-77 data
description entries in the Linkage Section.
ACCESS MODE IS EXTENDED-STORAGE
STANDARD
VST097.vsd
ACCESS MODE IS EXTENDED-STORAGE
STANDARD
VST097.vsd