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