I'm trying to utilize the TSSO AOF table to kick off a TSSO clist when we get the "IKT005I TCAS IS INITIALIZED" during TSO initialization. The AOF table entry looks something like this:
TABENTRY MSG=IKT005I,ACTION=OSCMD,ECHO=YES,TEXT='#TSOUP' TSSO recognizes the message but instead of executing the clist it issues the message "TSSA305E TSSO COMMANDS MAY NOT BE ISSUED FROM THIS ENVIRONMENT". I thought this might have something to do with the console changes in z/OS 1.9 so I tried it on our old z/OS 1.7 rescue system with the same results. I was able to get around the problem by branching around a test for the contents of SSCMCNID in module TSSOSS10: CLC SSCMCNID,=F'0' BNE STAT4 I'm not familiar with the rules concerning when SSCMCNID should be non-zero so I don't know if this is a legitimate fix in TSSOSS10 or if I'm doing something else wrong in setting up TSSO. Thanks. ---------------------------------------------------------------------- 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

