Previous Topic: Position the CursorNext Topic: ZCONN Variable


Switch Sessions in an ACL/E Program

When activating a session from an ACL/E program, you should use a WAIT command to give the application time to start before you switch to the new session.

For example, the following statements activate the session TSO, wait for it to start, and switch to the new session:

COMMAND 'A TSO'       ACTIVATE THE TSO SESSION 
WAIT 1                GIVE THE SESSION TIME TO START 
COMMAND 'TSO'         SWITCH TO THE TSO SESSION