Visible to Intel only — GUID: GUID-CB423D5F-9573-4505-974B-03263F10DC87
Visible to Intel only — GUID: GUID-CB423D5F-9573-4505-974B-03263F10DC87
Forms for Direct-Access READ Statements
Direct-access READ statements transfer input data from external records with direct access. (The attributes of a direct-access file are established by the OPEN statement.)
A direct-access READ statement can be formatted or unformatted, and takes one of the following forms:
Formatted:
READ (eunit, format, rec [, asynchronous] [, blank] [, decimal ] [, id] [, pad ] [, pos] [, round] [, size ] [, iostat] [, err] [, iomsg]) [io-list]
Unformatted:
READ (eunit, rec [, asynchronous] [, id] [, pos] [, iostat] [, err] [, iomsg]) [io-list]