COBOL Manual for TNS and TNS/R Programs
Using HP COBOL in the OSS Environment
HP COBOL Manual for TNS and TNS/R Programs—522555-006
19-15
I-O-CONTROL Paragraph
file-name
is the highest-level qualifier for both a file description entry and its data
descriptions; therefore, the name must be unique within a program.
EXTERNAL clause
GLOBAL clause
RECORD CONTAINS clause
«LABEL RECORDS clause»
«VALUE OF clause»
«DATA RECORDS clause»
REPORT clause
are described in File Description Entries.
I-O-CONTROL Paragraph
The syntax for an I-O-CONTROL paragraph for a line sequential file is:
«RERUN clause»
rerun-file
system-name
are handled as comments.
Note. The 1985 COBOL standard classifies RERUN as obsolete, so you are advised not
to use it.
.
I-O-CONTROL
«RERUN clause»
SAME AREA clause
.
VST632.vsd
RERUN
ON
rerun-file
system-name
EVERY
units
CLOCK-UNITS
condition
rerun-file-2-phrase
VST058.vsd