WEOFSEQ


Write end of file on file opened for sequential access.

 

COMMAND SYNTAX

WEOFSEQ FileVar { THEN | ELSE Statements}

 

SYNTAX ELEMENTS

FileVar specifies the file descriptor of the file opened for sequential access.
Statements conditional jBC statements

 

NOTES

WEOFSEQ forces the file to be truncated at the current file pointer. Nothing is actually 'written' to the sequential file.

 

 


jBC