Previous Topic: Sign a User Off CA TPXNext Topic: Execute an ACL/E Program from an ACL/E Program


Log a User's Terminal off CA TPX

ACL/E provides the following command to log off a user's terminal:

LOGOFF

You can also use the following COMMAND statement to log off a user's terminal:

COMMAND 'K'

You cannot always use these two statements interchangeably. For example, if you have specified in a user's definition (in the "Inactivate On" field) that CA TPX terminate the user's sessions when the /K command is issued, you would not want to use the LOGOFF command to log a user's terminal off CA TPX. If you did, the user's sessions would remain active since the /K command was not issued. In this case, you would use COMMAND 'K', which simulates the /K command and inactivates the sessions as specified in the user's definition.