Valid on z/OS.
Use the OECPUTM keyword to specify the maximum time in seconds a process is allowed to use. This value overrides the MAXCPUTIME parameter in the BPXPRMxx member of PARMLIB for this user.
OECPUTM is equivalent to CPUTIMEMAX in RACF
This keyword has the following format:
TSS ADD(acidname) OECPUTM(nnnnnnnn)
The maximum time in seconds a process is allowed to use.
Range: 7 to 2,147,483,647
Default: USS takes the system defaults set in BPXPRMxx
This example assigns an acid a value of 10 seconds for OECPUTM:
TSS ADD(TESTID) OECPUTM(10)
This example removes OECPUTM from the acid:
TSS REMOVE(TESTID) OECPUTM
|
Copyright © 2009 CA Technologies.
All rights reserved.
|
|