Previous Topic: PROCNAME Keyword—Define STC ProcedureNext Topic: PROFILE Keyword—Maintain Profiles


PROCUSER Keyword—Maximum Number of Processes

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)
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.

Examples: PROCUSER keyword

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