Here are some examples of how you might use a COMMAND statement in an ACL/E program.
The following statement displays the menu:
COMMAND 'W'
This statement is used to "jump" to the next session:
COMMAND 'J'
This statement switches to the session with the session ID of T2:
COMMAND 'T2'
This statement locks the terminal:
COMMAND 'L'
This statement activates the TPXOPER session:
COMMAND 'A TPXOPER'
Note: The COMMAND statement schedules the command to execute. As soon as the command is scheduled to execute, the program continues with the next statement. Execution continues in the session in which the program was started, even after a COMMAND 'J' statement, which simulates the JUMP key.
|
Copyright © 2013 CA.
All rights reserved.
|
|