Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Service Not Invoked

Status
Not open for further replies.

webrown

MIS
Joined
Jul 11, 2003
Messages
1
Location
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top