Pathway/iTS SCUP Reference Manual

SCUP Commands
HP NonStop Pathway/iTS SCUP Reference Manual520269-002
2-32
INFO Command
If this parameter is omitted, the file specified in the FILE command is used.
(program-name)
is a SCREEN COBOL program name. The program name can be a single
program name or several program names separated by commas.
(*)
is all program names in the object file.
If program-name or * (for a program name) is omitted, no information about
programs in the object file is displayed.
(version)
is the version of a specified program name. Version can be any of the following:
If the version parameter is omitted, the latest version of a program is used.
DETAIL
displays information about the program such as the code size, data size, number
of bytes used for screen storage, screen count, and descriptor count. The explicit
references to external SCREEN COBOL program names also are displayed.
When executing an INFO command, SCUP allows shared access to the SCREEN
COBOL object file. This allows information to be displayed for object files that are in
use by the TCP.
The object file-name expansion uses the default settings specified by the CMDSYS
and CMDVOL commands.
The following example displays information about the object file. The information
includes the access setting for programs added to the file and object file extents.
INFO $data.subvol.file1
$DATA.SUBVOL.FILE1
EXTENTS: DIR(00016,00032) COD(00032,00064) SYM(00032,000128)
ACCESS ON
PROGRAM (VERSION) ACCESS SIZE COMPILATION VER/DATE
integer a single version of a program
* all versions of a program
+ all but the latest version of a program
Note. DESCRIPTOR COUNT gives the number of data descriptors used for this program unit.
One data descriptor is used for each data item. Predefined data items such as OLD-CURSOR
also have data descriptors; those descriptors are included in the DESCRIPTOR COUNT.
SCREEN COUNT gives the number of screens defined for this program unit.