*END
*END positions the file at the end of the file, so the READP returns the last record of the file.
It is also used in conjunction with *START, which positions the file at the beginning of file, so the READ returns the 1st record.
END/START is available with SETLL and SETGT.