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

SCF Commands
SCF Reference Manual for J-Series and H-Series RVUs529649-003
5-21
ADD Command
or you can omit this option if you have set the subsystem with the ASSUME
SENDTO command. (See ASSUME Command on page 5-36.)
attribute-spec
is a specification of an attribute and a value to be assigned to it. If the LIKE syntax
is used,
attribute-spec
overrides the setting derived from the LIKE object for
that attribute. The variable
attribute-spec
is defined on page 5-7.
Considerations
The fully qualified name assigned to the created object must be unique; the name
cannot exist anywhere else on the system.
If an attribute for a given object is not assigned a value in the ADD command, the
attribute's default value is used. However, some attributes do not have default
values and must be assigned values in the ADD command.
A given attribute can appear only once in a single ADD command.
Examples
This command adds a workstation object named #WS1:
-> ADD WS #WS1
This command adds a WINDOW object named $L3.#WIN2, with a workstation
named #WS1, and sets the AUTOLF and BREAKENABLE attributes ON:
-> ADD WINDOW $L3.#WIN2, &
WORKSTATIONNAME #WS1, &
AUTOLF ON, &
BREAKENABLE ON
This command adds a disk to the storage subsystem:
-> ADD DISK $DATA1, SENDTO STORAGE
This command adds a generic process to the Kernel subsystem:
-> ADD PROCESS $ZZKRN.#MY-OWN-PROCESS, &
NAME $GT72, &
HIGHPIN OFF, &
PROGRAM $SYSTEM.UTILS.PROGRAM, &
CPU 3, &
PRI 149, &
LIBRARY $SYSTEM.UTILS.LIBRARY, &
HOMETERM $ZVHS