Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-89
FILES
FILES
The FILES command shows the status of files that have been opened by the current
program. The FILES command is a synonym for the INFO OPENS command.
*
requests the status of all files opened by the current program.
file-list
requests the status of specific files. file-list is a list of file numbers identifying
the desired files.
file-number
specifies a single file. file-number can be:
A COBOL FD name
An expression that evaluates to an integer value
A data location identifying an integer value
Inspect interprets the integer values as file-system numbers, unless you
specify the F clause; Inspect would then interpret the values as FORTRAN
logical unit-numbers. If a FD clause is used, Inspect interprets the values as
OSS file descriptors.
DETAIL
directs Inspect to display the maximum available information for the specified files.
file-type
indicates to Inspect what type of file to display. file-type can be one of the
following:
Note. The FILES command is invalid for PATHWAY requester programs.
FILES [ { * | file-list } [ DETAIL ] [ file-type ]
file-list
file-number [, file-number ]...
file-type: one of
FORTRAN FD GUARDIAN