Previous Topic: APPLDATA Keyword—Associate Data with PERMITNext Topic: ASUSPEND Keyword—Remove Suspension


ASSIZE Keyword—Maximum Address Space Size

Valid on z/OS.

Use the ASSIZE keyword to specify the maximum address space region size allowed per process created via rlogin or telnet. This field overrides the MAXASSIZE parameter in the BPXPRMxx member of PARMLIB for this user.

ASSIZE is equivalent to ASSIZEMAX in RACF.

This keyword has the following format:

TSS ADD(acidname) ASSIZE(nnnnnnnn)
nnnnnnnn

The maximum address space region size allowed per process.

Range: 10,485,760 to 2,147,483,647

Default: USS takes the system defaults set in BPXPRMxx.

Examples: ASSIZE keyword

This example assigns an acid a value of 10,485,760 for ASSIZE:

TSS ADD(TESTID) ASSIZE(10485760)

This example removes ASSIZE from the acid:

TSS REMOVE(TESTID) ASSIZE