AM3270 and TR3271 Configuration and Management Manual
SCF Interface to AM3270 and TR3271
AM3270 and TR3271 Configuration and Management Manual—529993-001
4-17
Command Syntax for the ADD Command
do not have default values; these attributes must be specified in the ADD
command.
•
If you have added and started an SU and realize that you have made an error, use
the STOP command to stop the SU, and then use the ALTER command. Once you
fix the problem, use the START command to restart the SU.
•
The names #ZSPI and #DEBUG are reserved names and should not be used as
subdevice (SU) names.
Command Syntax for the ADD Command
The ADD command has the following syntax:
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
SU su-name
designates the subdevice to be added. If you omit su-name, the assumed object is
added. You can add only subdevices.
attribute-list
is a specification of an attribute and a value to be assigned to it.
The attribute-list for an SU object is one of the following attribute name and
value combinations. Note that REPOLLINT is the only optional attribute. The attributes
are listed alphabetically and described in detail in Section 6, Attribute Descriptions for
AM3270 and TR3271.
Examples of the ADD Command
The following command adds an SU named $AM3270.#TERM. The SU uses protocol
ITI and is of type (6,6):
ADD SU $AM3270.#TERM, ADDRESS (0,1), PROTOCOL ITI, &
TYPE (6,6), RECSIZE 80
ADD [ / OUT file-spec / ] [ SU su-name ] { , attribute-list }
{ ADDRESS ( controller-number , device-number ) }
{ PROTOCOL { CRT | ITI | PRT | PTP | QUO } }
{ RECSIZE integer }
{ TYPE ( subdevice-type , subdevice-subtype ) }
[ REPOLLINT timestamp ]