Pathway/iTS SCUP Reference Manual

SCUP Commands
HP NonStop Pathway/iTS SCUP Reference Manual520269-002
2-6
Noninteractive Mode
Noninteractive Mode
SCUP functions in noninteractive mode when commands are entered through a
command file. For example:
1> scup / IN command-file /
In this example, SCUP reads commands from a command file. When an end-of-file or
an EXIT command is encountered, SCUP terminates and the command interpreter is
activated.
Command Descriptions
SCUP utility and basic commands are described in the following paragraphs.
Command descriptions appear in alphabetic order.
ALTER Command
The ALTER command controls two types of access flags: program unit and SCREEN
COBOL library.
The program unit flag designates whether a PATHWAY application can access a
specific version of a program and its associated symbol table. The command performs
a logical deletion or reinstatement of programs in a SCREEN COBOL object file.
The library flag designates the access setting of all programs subsequently added to
the SCREEN COBOL object files.
Use the ALTER command to change these flags as follows:
Program unit flag. Specify a program name or an asterisk for program names in
the command.
Library flag. Omit the specification of a program name or the asterisk.
file-name
is a SCREEN COBOL object file name. If this parameter is omitted, the file
specified with the FILE command is used.
ALTER [ SCOBOL-OBJECT ] [ file-name ]
[ ( program-name [ ( version ) ] ]
[ [ , program-name [ ( version ) ] ] ... ) ]
[ ]
[ ( * [ ( version ) ] ) ]
, ACCESS { ON }
{ OFF }