How to suppress TPX panel displays when processing an ACL script.
search cancel

How to suppress TPX panel displays when processing an ACL script.

book

Article ID: 258517

calendar_today

Updated On:

Products

TPX - Session Management

Issue/Introduction

Is it possible to suppress the panels being presented and responded to during a TPX ACL script execution ?  

Environment

Release : 5.4

Component : TPX for Z/OS

Resolution

Change OPTION TERM ON to TERM OFF. This statement can be found at the beginning of an ACL script.

* DESCRIPTION( - AUTO LOGIN SCRIPT FOR applxx -)
         OPTION FLOW,OFF ** DEBUG **                               
         OPTION TERM,ON   ** DEBUG **                   <<< Change to TERM,OFF


Additional Information

Review : Stop Displaying Data