SCF Reference Manual for G-Series RVUs (G06.24+)
SCF Commands
SCF Reference Manual for G-Series RVUs—520413-004
5-20
ADD Command
ADD Command
The ADD command defines an object to a subsystem.
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 object to be added. The variable object-spec is defined on
page 5-2. You can omit object-spec if it has been assumed. (See ASSUME
Command on page 5-36.) The objects that can be added depend on the
subsystem.
SUB [ subobjtype ]
selects the subordinate objects the command affects. The variable subobjtype
can be a subordinate object type or one of the keywords ONLY, ALL, or NONE, as
explained under SCF Subdevices on page 3-5.
SEL [ NOT ] state
directs the command only at objects in the specified state or only at those not in
the specified state. Valid states are listed in Table 3-1 on page 3-7. The use of this
option is subsystem-specific.
LIKE object-name
identifies an existing object whose attribute values serve as a model for the values
of the attributes of the object being created. The variable object-name must
specify an existing object of the same object type.
SENDTO subsystem
causes the ADD command to be routed to the specified subsystem if the object-
name process is not found. If the object-name process is found, this option is
ignored.
The use of this option is subsystem-specific. You can use this option to temporarily
override the subsystem specified by an ASSUME SENDTO command, or you can
ADD [ /OUT file-spec / ] [ object-spec ]
[ , SUB [ subobjtype ] ] [ , SEL [ NOT ] state ]
[ , LIKE object-name ] [ , SENDTO subsystem ]
[ , attribute-spec ]…