Previous Topic: TSOMPW Keyword—Support Multiple TSO UADS PasswordsNext Topic: TSOOPT Keyword—Assign Default TSO Options


TSOMSIZE Keyword—TSO Maximum Region Size

Valid on z/OS.

Use the TSOMSIZE keyword to define the maximum region size (in kilobytes) that a TSO user may specify at logon. All TSO UADS resources must be added to a User Record and cannot be added to a Profile or to the ALL Record.

This keyword has the following format:

TSS ADDTO(acid) TSOMSIZE(nnnnnnn)
nnnnnnn

Specifies the maximum region size that a TSO user can specify at logon.

Length: 1 to 7 digits

Capacity: 1 region size per ACID

This keyword is used with:

Examples: TSOMSIZE keyword

This example adds a maximum region size of 4096K to USERA:

TSS ADDTO(USERA)TSOMSIZE(4096)

This example deletes a maximum region size for USERA:

TSS REMOVE(USERA)TSOMSIZE()