Environment z/os 1.7
Just recently started a new position after being out of work for about a year. Mainframe DB2 DBAs not in demand in Atlanta. Anyway, I loaded my REXX stuff off my flash drive and started testing and modifying as needed. I have encountered a curious problem. Sometimes my stuff works just fine. Usually accessing DB2. Then all of a sudden I get the ISPS118L SERVICE NOT INVOKED message. The next day when is logon everything will work ok. Then again at some point things stop working. Here is a sample of my code:
QUEUE CMD <=== contains DB2 command like -DIS DB(xx)
QUEUE "END"
X = OUTTRAP("OUTDATA.","*","NOCONCAT")
ADDRESS TSO "DSN SYSTEM("SSID")"
X = OUTTRAP("OFF")
This used to work fine at my previous shop, but not now. Any suggestions?????
TIA
Just recently started a new position after being out of work for about a year. Mainframe DB2 DBAs not in demand in Atlanta. Anyway, I loaded my REXX stuff off my flash drive and started testing and modifying as needed. I have encountered a curious problem. Sometimes my stuff works just fine. Usually accessing DB2. Then all of a sudden I get the ISPS118L SERVICE NOT INVOKED message. The next day when is logon everything will work ok. Then again at some point things stop working. Here is a sample of my code:
QUEUE CMD <=== contains DB2 command like -DIS DB(xx)
QUEUE "END"
X = OUTTRAP("OUTDATA.","*","NOCONCAT")
ADDRESS TSO "DSN SYSTEM("SSID")"
X = OUTTRAP("OFF")
This used to work fine at my previous shop, but not now. Any suggestions?????
TIA