IO_UNIT = <integer:1> |
21 |
IO unit for file operations |
OBJECTS_FILE = <string:1> |
'top.out' |
filename |
FILE_ACCESS = <string:1> |
'SEQUENTIAL' |
file access: 'SEQUENTIAL' | 'APPEND' |
FILE_STATUS = <string:1> |
'UNKNOWN' |
file status: 'UNKNOWN' | 'OLD' | 'NEW' |
NUMBER_LINES = <integer:1> |
0 |
number of lines in the newly opened file |