Previous Topic: To Transmit to the ApplicationNext Topic: To Perform Calculations and Logical Operations


To Control the ACL/E Program's Execution

Action

Command

Operands

Invoke another ACL/E program.

ACLPGM

[sessionID,]aclpgm-name

Receive input from the terminal.

INPUT

 

Branch to label on condition.

BRANCH

condition,label

Set option option

OPTION

{option,value}

Stop the ACL/E program to let the user enter data.

PAUSE

 

Terminate execution of this ACL/E program.

STOP

 

Terminate the application session immediately.

TERMSESS

 

Wait n seconds.

WAIT

n

Search for 'string' and wait if it is not found or if application will not be sending more data.

SRCHWAIT

'string'