Asynchronous Terminals and Printer Processes Configuration and Management Manual

Table Of Contents
Managing ATP6100 Using the
Subsystem Control Facility (SCF)
Asynchronous Terminals and Printer Processes Configuration and Management Manual424280-003
6-11
ALTER Command
Example of the ACTIVATE SU Command
The following SCF command activates the subdevice $ATPS1.#TERM:
->ACTIVATE SU $ATPS1.#TERM
ALTER Command
The ALTER command changes the modifiers of an established object. The ATP6100
subsystem supports the ALTER command on a LINE or an SU. This command
changes only the specified modifiers of the target object. ALTER is a sensitive
command.
ALTER LINE Command
The ALTER LINE command changes the modifiers of lines. This command changes
only the specified modifiers of the line. ALTER LINE is a sensitive command.
Command Syntax for the ALTER LINE Command
The ALTER LINE command has the following syntax:
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
LINE line-name
designates the line to be altered. If you omit line-name, the assumed line is
altered (see the SCF Reference Manual for G-Series RVUs or SCF Reference
Manual for H-Series RVUs for details about the ASSUME command).
PROGRAM file-name
is the CLIP download program filename. If this modifier is modified, the next
START command will cause the CLIP to be downloaded with the new program file.
Consideration for the ALTER LINE Command
Modifiers can be altered only if the line is in the STOPPED state.
Example of the ALTER LINE Command
The following command alters the location of the download program of line $ATPS1:
-> ALTER LINE $ATPS1, PROGRAM $SYSTEM.CSS01.C1094P00
ALTER [ /OUT file-spec / ] LINE line-name [ , PROGRAM file-
name ]