Previous Topic: &ZTIMEn

Next Topic: &ZUCENAME


&ZTSOUSER

Indicates if the user has connected to the product region through the TSO or TSS interface.

NCL procedures might want to determine if users have logged on through the TSO (or TSS) interface, and if so, perform appropriate processing.

&ZTSOUSER will return one of the following values:

YES

The user has logged on using the TSO interface.

NO

Access was not made using the TSO interface.

Example: &ZTSOUSER

&IF &ZTSOUSER EQ YES &THEN +
    &GOTO .TSOMENU

Note: &ZTSOUSER is used to provide TSO users with special processing.