POSIX Subroutine: Positions a file a specified distance in bytes.
CALL PXFLSEEK (ifildes,ioffset,iwhence,iposition,ierror)
If successful, ierror is set to zero; otherwise, an error code.
The PXFLSEEK subroutine repositions the offset of file descriptor ifildes to the argument ioffset according to the value of argument iwhence.
PXFLSEEK allows the file offset to be set beyond the end of the existing end-of-file. If data is later written at this point, subsequent reads of the data in the gap return bytes of zeros (until data is actually written into the gap).