Pathway/iTS SCUP Reference Manual

SCUP Commands
HP NonStop Pathway/iTS SCUP Reference Manual520269-002
2-31
HELP Command
HELP Command
The HELP command displays the syntax of SCUP commands.
command-name
is the name of a SCUP command for which the syntax is displayed.
< param-name >
is any parameter value that is enclosed in angle brackets when displayed by the
command-name option. The angle brackets must be included.
If parameters are omitted, the names of all SCUP commands are displayed.
The following are examples of the HELP command:
HELP
HELP copy
HELP <program-name>
INFO Command
The INFO command displays information about program units in SCREEN COBOL
object files or information about the object files. Program information includes program
names and versions, access flag settings, the program size (amount of disk space),
the version of the SCREEN COBOL compiler, and the compilation date. Information
about the object file includes extents and the library access setting, which applies to
new programs added.
list-file
is a file name to which the listing is directed. The default setting for the OUT file
name is that from the command interpreter or the previous OUT command. The
redirection of the listing output is temporary and only applies to this occurrence of
this command.
file-name
is the SCREEN COBOL object file name that you specified in the SCREEN
COBOL run command, not the output file name assigned by the system. For
example, POBJ is valid for file-name, not POBJCOD, POBJDIR, or POBJSYM.
HELP [ command-name ]
[ < param-name > ]
INFO [ SCOBOL-OBJECT ] [ / OUT list-file / ][ file-name ]
[ ( program-name [ ( version ) ] ]
[ [ , program-name [ ( version ) ] ] ... ) ] [, DETAIL ]
[ ]
[ ( * [ ( version ) ] ) ]