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:
The user has logged on using the TSO interface.
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.
| Copyright © 2009 CA. All rights reserved. |
|