4.7.19
RELEASE
60229400
The RELEASE statement transfers records to the initial phase of a SORT
operation.
It
is equivalent to a WRITE statement applied
to
a sort file.
RELEASE record-name [FROM identifier]
A RELEASE statement is used only within the range of an input procedure
associated with a SORT statement for a sort file the description of which
includes a DATA RECORDS clause containing record name.
RELEASE causes the record named by record name to be released
to
the
initial phase of a sort. RELEASE must be part of an input procedure in the
SORT statement. When control passes from the input procedure, the sort file
consists of all records placed in it by execution of RE LEASE statements.
Following execution of the RELEASE statement, the contents of the record
area named by record name are no longer available.
If the FROM option is included, the contents of the identifier data area are
moved
to
record name before being released to the sort file. The move is
made in accordance with the rules governing a simple MOVE without the
CORRESPONDING option. The information in the data area associated with
identifier remains available even though the information in the record name
area is no longer available.
4-53
Need help?
Do you have a question about the 3300 and is the answer not in the manual?