Lizette did you call level 1 support and were they able to assist you? ( Sent from blackberry)
Glenn Havelock Cell 908 398 7726 [EMAIL PROTECTED] ----- Original Message ----- From: IBM Mainframe Discussion List <[email protected]> To: [email protected] <[email protected]> Sent: Wed Oct 17 07:36:53 2007 Subject: TPX and ACLE Code Once again I am hitting a stumbling block with coding an ACLE in TPX. If anyone knows how to get this to work I would be grateful. Or if this would be better posted on a different Newsgroup, let me know. There does not seem to be a forum for CA-TPX so am starting here. I have a simple ACLE to logon to CA DISPATCH. The problem is it seems to work for most people but not all people. I have contacted CA TPX and they do not see any error message to indicate why it is popping the user back to the TPX Main Menu with the phrase APPLICATION UNAVAILBLE. If anyone could assist me that would be grand. ************************************************************ * INITIALIZATION ACLPGM FOR CA DISPATCH LOGON * ************************************************************ OPTION FLOW,ON *** DEBUG *** OPTION TERM,ON *** DEBUG *** OPTION MAXI,80 MAX ACL INSTRUCTIONS OPTION RESIDENT,ON KEEP IN MEMORY MSG ' ENTERING DISPATCH LOGON SCRIPT' WINP * USERID SEARCH ' DS600306:' BRANCH EQ,DISPATCH STOP DISPATCH MSG ' LOOKING FOR DISPATCH SIGNON FIELD' * CLEAR KEY 'LOGON' ENTER ... SEND KEY '&USERID' ENTER ... SEND KEY '&PSWD' ENTER ... SEND KEY 'CA' ENTER ... SEND STOP DONE I only have CA Dispatch coded in the Profile Session and not the ACT (Application Character Table). I am still somewhat confused if all of our applications need to be coded in all profiles (Session ACT, etc..) So any guidance is appreciated. Lizette ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

