SCF Reference Manual for the Kernel Subsystem
-> ALTER SUBSYS $ZZKRN, TIME_ZONE_OFFSET -8:00
• This example shows how to specify that if data misalignment occurs, TNS processes should
complete the operation using the unrounded address:
-> ALTER SUBSYS $ZZKRN, TNSMISALIGN NOROUND
ALTER Command for Using ASSIGNs, PARAMs, and DEFINEs
Use the ALTER command to change one or more attribute values of ASSIGNs, PARAMs, and
DEFINEs.
The ALTER command for ASSIGNs, PARAMs, and DEFINEs is similar to the ALTER command for
a generic process.
ALTER Command for Using ASSIGNs
Use the ALTER command to alter ASSIGNs for a generic process.
ALTER [ /OUT file-spec / ] PROCESS $ZZKRN.#gpname,
(ASSIGN logical-unit, {ASSIGN-attributes})
[, (ASSIGN logical-unit, {ASSIGN-attributes})...]
Example
To alter a process specifying ASSIGN attributes, type:
-> ALTER PROCESS $ZZKRN.#GP, &
(ASSIGN ABC, XYZ)
ALTER Command for Using PARAMs
Use the ALTER command to alter PARAMs for a generic process
ALTER [ /OUT file-spec / ] PROCESS $ZZKRN.#gpname,
(PARAM PARAM-name PARAM-value)
[, (PARAM PARAM-name PARAM-value)…]
Example
To alter a process specifying PARAM attributes, type:
-> ALTER PROCESS $ZZKRN.#GP, &
(PARAM ABC XYZ)
ALTER Command for Using DEFINEs
Use the ALTER command to alter DEFINEs for a generic process
ALTER [ /OUT file-spec / ] PROCESS $ZZKRN.#gpname,
(DEFINE DEFINE-name, {DEFINE-attributes})
Example
To alter a process specifying DEFINE attributes, type:
-> ALTER PROCESS $ZZKRN.#GP, &
(DEFINE =ABC, FILE XYZ)
Considerations
• For an ALTER command on ASSIGN, if the associated physical filename has to be altered,
then it should be the first attribute after the assign name itself.
• The ALTER command on ASSIGN, PARAM, or DEFINE parameters related to a generic process
alters only the specified ASSIGN, PARAM, or DEFINE attribute, unlike TACL ASSIGN, PARAM,
and DEFINE command that replaces the previous parameters with the new definitions.
• Only one of ASSIGN or PARAM or DEFINE can be altered at a time.
• You cannot specify multiple DEFINEs in the same ALTER command.
ALTER Command (Sensitive Command) 97