Automated Conversation Language/Extended (ACL/E) is a high-level programming language oriented to the 3270 keyboard.
ACL/E automates routine interactions, such as application session signon and signoff, and provides powerful tools that
enhance the way users see and use applications.
An application in the TPX Application Characteristics Table (ACT) can be defined with a Start ACL;
... a signon script for automating user signon to the application using TPX signon values.
If a Start ACL is no longer working, or you want to set up a new script, this document briefly describes several considerations and recommendations.
Release 5.4
Component : TPX for z/OS
For an existing StartACL:
Start by confirming the manual process to logon to the application that the StartACL is automating:
If you cannot get to the application within TPX, can you access the application logon panel from native VTAM?
Consider using ACL OPTION statments FLOW, TERM, MAXI, TIME to assist with debugging and controlling runaway errors:
FLOW,ON|OFF |
Indicates whether or not the ACL/E program records the sequence of executed commands in the message log. |
MAXI,n|50 |
Indicates the total number of statements (n) that can be executed by an ACL/E program. |
TERM,ON|OFF |
Indicates whether or not the application data is sent to the terminal during ACL/E program execution. |
TIME=N,label |
Indicates a time-out value for ACL/E processing. |
TIME,OFF |
Prevents the program from timing out. |