Once owned, a CPU cannot be accessed unless explicit authorization is granted. The CPU parameter is how CPU ownership and authorizations are specified. CPUs should be identified by the SMF ID of their system.
The SMF ID of a CPU is in SYS1.PARMLIB member SMFPRMxx.
Examples: assign ownership
This example assigns ownership to DEPT01 of the CPU resource SYSA:
TSS ADDTO(DEPT01) CPU(SYSA)
The example uses the TERMINAL parameter to establish ownership of a terminal:
TSS ADDTO(DEPT01) TERMINAL(K18L3064)
This example uses the VOLUME parameter to establishes ownership of a volume:
TSS ADDTO(DEPT01) VOLUME(WORK01)
This example uses the DSNAME parameter to establish ownership of a data set:
TSS ADDTO(DEPT01) DSNAME(PROD.SMP.CNTL)
This example gives USER01 ownership of jobs submitted from ALPHA2.USERJ:
TSS ADDTO(USER01) NODES(ALPHA.USERJ*)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|