SCF Reference Manual for the Kernel Subsystem
Examples
To add a process specifying ASSIGN attributes, type:
->ADD PROCESS $ZZKRN.#GP, &
(ASSIGN ABC, ABC)
ADD Command for Using PARAMs
Use the ADD command to add PARAMs for a generic process.
ADD [ /OUT file-spec / ] PROCESS $ZZKRN.#gpname,
(PARAM PARAM-name PARAM-value)
[, (PARAM PARAM-name PARAM-value)...]
For details of the PARAM attributes, see the TACL Reference Manual.
Examples
To add a process specifying PARAM attributes, type:
-> ADD PROCESS $ZZKRN.#GP, &
(PARAM ABC ABC)
ADD Command for Using DEFINEs
Use the ADD command to add DEFINEs for a generic process.
ADD [ /OUT file-spec / ] PROCESS $ZZKRN.#gpname,
(DEFINE DEFINE-name, CLASS CLASS-name,
{DEFINE-attributes})
For details of the DEFINE attributes, see the TACL Reference Manual.
Examples
To add a process specifying DEFINE attributes, type:
-> ADD PROCESS $ZZKRN.#GP, &
(DEFINE =ABC, &
CLASS MAP, &
FILE ABC)
Considerations
• Before adding an ASSIGN or PARAM or DEFINE, make sure that a generic process exists.
• ASSIGN, PARAM, or DEFINE can be added separately; that is, one at a time.
• You cannot use the same ADD PROCESS command to add both an ASSIGN and a PARAM.
• You cannot specify multiple DEFINEs in the same ADD command.
ALTER Command (Sensitive Command)
Use the ALTER command to change one or more attribute values of an object.
ALTER [ / OUT file-spec / ] [ object-spec ]
[ , attribute-spec ]...
object-spec
specifies one of these object type and object name combinations.
object-typeobject-name PROCESS $ZZKRN.gpname SUBSYS $ZZKRN
attribute-spec
identifies the attribute names and values for the object specified in the command. The specific
attributes are described in these subsections.
ALTER Command (Sensitive Command) 85