This phrase is valid for READ, RETURN, RELEASE, REWRITE, and WRITE statements. The identifier specified must be the name of an entry in the Working-Storage Section or the Linkage Section, or of a record description for another previously opened file. Record-name/file-name and identifier must not refer to the same storage area.
___ Format ________________________________________________________________ | | | >>__ _ _READ___ __file-name-1__ ________ __ ____________________ _ ____>< | | | |_RETURN_| |_RECORD_| |_INTO__identifier-1_| | | | |_ _RELEASE_ __record-name-1__ ____________________ __________| | | |_REWRITE_| |_FROM__identifier-1_| | | |_WRITE___| | | | |___________________________________________________________________________|
The result of the execution of a READ or RETURN statement with the INTO phrase is equivalent to the application of the following rules in the order specified:
The result of the execution of a RELEASE, REWRITE, or WRITE statement with the FROM phrase is equivalent to the execution of the following statements in the order specified:
MOVE identifier-1 TO record-name-1The same RELEASE, REWRITE, or WRITE statement without the FROM phrase.
After the execution of the RELEASE, REWRITE or WRITE statement is complete, the information in the area referenced by identifier-1 is available, even though the information in the area referenced by record-name-1 is not available, except specified by the SAME RECORD AREA clause.
Adobe, the Adobe logo, Acrobat, the Acrobat logo, and Acrobat Reader are registered trademarks of Adobe Systems incorporated.