*START

*START positions the file at the beginning of a file, so the READ returns the 1st record.

It is also used in conjunction with *END, which positions the file at the end of the file, so the READP returns the last record of the file.

  • START /* END is only available with SETLL.

See Also

*END

READ

READP

SETLL