Using KSAM/XL and KSAM 64 (32650-90886)

Chapter 9 75
KSAM Intrinsics
FCLOSE
the file is a disk file, the file name is checked.If a file of the
same name already exists in the temporary file domain, an
error code is returned and the file remains open.
011
Close as a temporary job file (not rewound). This option
has the same effect as domain disposition 010, except that
tape files are not rewound.
100
Release the file. The file is deleted from the system.
101
Makes a permanent standard disk file temporary (valid
only for standard disk files with either fixed-length,
variable-length, or undefined-length record formats). The
file is removed from the permanent file directory and
inserted into the TEMPORARY file directory. (PM
capability is required for this option.)
11:2 Disk space disposition (valid only for standard disk files
with either fixed-length, undefined-length, or
variable-length record formats):
00
Does not return any disk space allocated beyond the
end-of-file marker.
01
Returns any disk space allocated beyond the end-of-file
(EOF) marker to the system. The EOF becomes the file
limit; records cannot be added to the file beyond the EOF.
10
Returns any disk space allocated beyond the end-of-file
(EOF) marker to the system. The file limit remains the
same; records can be added to the file beyond EOF, up to
the file limit. The disk space disposition takes effect on
each FCLOSE.
0:11 Reserved for MPE/iX.