> >If you have IPCS for z/OS 1.13, and a dump which includes > >CSA, you can do > >VERBX IEFENFVX '37' (displays listeners for event code 37) > > or > >VERBX IEFENFVX (displays listeners for all event codes) > > Well, I don't...and not clear how that would help me? Or are you > suggesting that against our system, to see whether our listener > really loaded correctly? I'm assuming ours didn't -- and thus am > looking for a working example.
Yes, I was suggesting that you run this against a dump of your system taken after your program does ENFREQ ACTION=LISTEN If you got a return code 0 from ENFREQ ACTION=LISTEN, then you did register something, and the dump can be used to see what it was. If you got a return code other than 0 from ENFREQ ACTION=LISTEN, then the return code should be used to determine the problem. Jim Mulder z/OS System Test IBM Corp. Poughkeepsie, NY ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

