AM3270 and TR3271 Configuration and Management Manual
SCF Interface to AM3270 and TR3271
AM3270 and TR3271 Configuration and Management Manual—529993-001
4-56
Examples of the ADD Command
attribute-list
is a specification of an attribute and a value to be assigned to that attribute.
The attribute-list for an SU object is one of the following attribute name and
value combinations. Note that TRANSPARENT 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 TR3271 command adds an SU $TR3271.#TERM and uses the INFO
command to verify that the changes were implemented:
ADD SU $TR3271.#TERM1,PROTOCOL CRT,RECSIZE 2048,&
ADDRESS (25,6),TYPE (10,2)
INFO SU $TR3271.#TERM, DETAIL
The following series of commands adds an SU with the PTP protocol, alters the
RECSIZE of the SU, then lets you verify that your change was made:
ADD SU $TR3271.#TERM, PROTOCOL PTP, TYPE (60,1), &
RECSIZE 80, ADDRESS (0,0)
ALTER SU $TR3271.#TERM, RECSIZE 60
INFO SU $TR3271.#TERM, DETAIL
{ ADDRESS ( controller-number , device-number ) }
{ PROTOCOL { CRT | PTP } }
{ RECSIZE integer }
{ TYPE ( subdevice-type , subdevice-subtype ) }
[ TRANSPARENT { ON | OFF } ]