FILE-POSITION FILE-LOAD FILE-R/W
FILE-POSITION ( file -- p.pos code )  
ansi 11.6.1.1520 <FILE>
return the current position in the file and return a status code. A code of zero means success.

reference: p4_file_position in ../src/file.c:0093, export CO FILE-POSITION