SCF Reference Manual for J-Series and H-Series RVUs

SCF Commands
SCF Reference Manual for J-Series and H-Series RVUs529649-003
5-44
CONNECT Command
CONNECT Command
The CONNECT command establishes a connection between two or more objects in a
given subsystem. The use of this command is subsystem-specific.
This command is sensitive.
OUT
file-spec
causes any SCF output generated for this command to be directed to the specified
file. The variable
file-spec
is defined on page 5-9.
object-spec
designates the objects to be connected. The variable
object-spec
is defined on
page 5-2. If you omit the first occurrence of
object-spec
, the assumed object is
connected to the other specified objects. (See ASSUME Command on page 5-36.)
Consideration
Use the DISCONNECT command (described on page 5-58) to break a connection
between two or more objects in a system.
Example
This command establishes a connection between the two specified objects:
-> CONNECT SU $AMX1.#SU1, \SFO.$AM3.#SU8
This CONNECT command establishes a connection between the assumed object
and the object specified by \SFO.AM3.#SU9:
-> ASSUME SU $AMX1.#SU1
-> CONNECT , \SFO.AM3.#SU9
CONNECT [ /OUT
file-spec
/ ][
object-spec
][ ,
object-spec
]…