SCF Reference Manual for G-Series RVUs (G06.24+)
SCF Commands
SCF Reference Manual for G-Series RVUs—520413-004
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 is a sensitive command.
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
•
The following command establishes a connection between the two specified
objects:
-> CONNECT SU $AMX1.#SU1, \SFO.$AM3.#SU8
•
The following 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 ]…