Valid on z/OS.
Use the PROCUSER keyword to specify the maximum number of processes a user can have open at the same time.This field overrides the MAXPROCUSER parameter in the BPXPRMxx member of PARMLIB for this user.
PROCUSER is equivalent to PROCUSERMAX in RACF.
This keyword has the following format:
TSS ADD(acidname) PROCUSER(nnnnn)
The maximum number of processes a user can have open at the same time.
Range: 3 to 32,767
Default: USS takes the system defaults set in BPXPRMxx.
This example assigns an acid a value of 3 for PROCUSER:
TSS ADD(TESTID) PROCUSER(3)
This example removes PROCUSER from the acid:
TSS REMOVE(TESTID) PROCUSER
|
Copyright © 2009 CA Technologies.
All rights reserved.
|
|