Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-154
OPENS
*
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 file 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:
FORTRAN
indicates that file-number values specify FORTRAN logical-unit numbers,
not file system file numbers. Files without FORTRAN logical units will not be
displayed.
FD
indicates that file-number values specify OSS file descriptors. Files without
OSS file descriptors will not be displayed.
OPENS [ { * | file-list } [ DETAIL ] [ file-type ] ]
file-list:
file-number [ , file-number ]...
file-type: one of
FORTRAN FD GUARDIAN