COBOL Manual for TNS/E Programs (H06.03+)

Using HP COBOL in the OSS Environment
HP COBOL Manual for TNS/E Programs520347-003
19-14
I-O-CONTROL Paragraph
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.
rerun-file-2-phrase
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
recs
RECORDS
END
OF
REEL
UNIT
OF
rerun-file-2
VST059.vsd