Previous Topic: TSOJCLASS Keyword—TSO Default Job ClassNext Topic: TSOLSIZE Keyword—TSO Default Region Size


TSOLPROC Keyword—TSO Default Proc

Valid on z/OS.

Use the TSOLPROC keyword to provide a default proc used for TSO logon.

The addition of a default proc will not automatically give an ACID use of a proc protected by TSOPROC. If the default proc is protected, the ACID must also be permitted to use the TSOPROC.

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) TSOLPROC(proc)
proc

Specifies the default proc used for TSO logon.

Prefix length: 1 to 8 characters

Capacity: 1 proc per ACID

The keyword is used with:

Examples: TSOLPROC keyword

This example adds a proc of IJKPROC to ACID USERA:

TSS ADDTO(USERA) TSOLPROC(IJKPROC)

This example removes a default proc of IJKPROC from ACID USERA:

TSS REMOVE(USERA) TSOLPROC(IJKPROC)