CALL EPREAD (LUNIT,MODE,NW*,*IREC*,IBUF*,IERR*)
=j, j=1,2,3
: get next logical record dataj=1
: data transferred in packed formj=2
: data unpacked as 16-bit bytes/wordj=3
: data unpacked as 32-bit bytes/word\ =10+j, j=1,2,3
as above: get data of current logical record
(only possible after a previous call with j=20
).\ =20
: get header of next logical record. The header will
always be unpacked in units (16 or 32-bit words).\ =30
: get next physical header.IREC
.j=1
no. of units, for j=2
or j=3
no. of 16 or 32-bit words, i.e.,
number of machine words occupied in IREC