AM3270 and TR3271 Configuration and Management Manual
SCF Interface to AM3270 and TR3271
AM3270 and TR3271 Configuration and Management Manual—529993-001
4-61
Example of the CONNECT Command
Example of the CONNECT Command
The following command connects the subdevice $TR3271.#TERM1 to the AM3270
subdevice $AM3270.#TERM2:
CONNECT SU $TR3271.#TERM1, \SYS06.$AM3270.#TERM2
DELETE Command
The DELETE command removes objects from the subsystem. Only SU objects that
were added with the ADD command can be deleted. This is a sensitive command.
Considerations for the DELETE Command
•
If the LINE object is used, the SUB option must be present and it must be SUB
ONLY.
•
The SEL option is not supported.
•
Wild cards are not supported at the subdevice level.
•
An SU object must be in the STOPPED summary state before it can be deleted.
Command Syntax for the DELETE Command
The DELETE 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 | SU su-name
designates the subdevices or the line whose subdevices are to be deleted. If you
omit line-name or su-name, SCF deletes the assumed object.
SUB ONLY
directs the command at a subordinate object.
ONLY specifies that only the subordinate objects are affected. You must use the
SUB ONLY keywords with lines and only with lines.
DELETE [ / OUT file-spec / ] [ LINE line-name | SU su-name ]
[ , SUB ONLY ]