Previous Topic: TRUST Keyword—Associate a Certificate to a UserNext Topic: TSODEST Keyword—TSO Default Destination Identifier


TSOCOMMAND Keyword—Default TSO Logon Command

Valid on z/OS.

Use the TSOCOMMAND keyword to provide a default command issued at TSO logon.

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

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) TSOCOMMAND(nnn)
nnn

Specifies the default command issued at TSO logon.

Length: 1 to 80 characters

Capacity: 1 command per ACID

If a single quote is part of the name and the entire character string is enclosed in single quotes, use two single quotes together to represent each single quote with the string. For example, to issue the command EX 'FPRST.ADV.LOGON' enter:

TSS ADDTO(acid) TSOCOMMAND('EX ''FPRST.ADV.LOGON'' ')

This keyword is used with:

Examples: TSOCOMMAND keyword

This example adds a command of SDSF to ACID USERA:

TSS ADDTO(USERA) TSOCOMMAND(SDSF)

This example removes a default logon command of SDSF from USERA:

TSS REMOVE(USERA) TSOCOMMAND(SDSF)