
POSTED: Feb 9, 2012 11:04 PM (GMT)
At i 7.1, I suppose you could use the Sockets accept() API Exit Program.
More likely, though, you’d want the QIBM_QZDA_INIT exit point. When the connection is made, your exit program will be called. Your exit program would call the List Network Connections (QtocLstNetCnn) API to list connections using port 9471. You can then call the Retrieve Network Connection Data (QtocRtvNetCnnDta) API for those connections to see if any return the name of the current job of your exit program.
Not very straightforward, but it’s a pretty specific request you’re after.
Tom

POSTED: Feb 15, 2012 3:29 PM (GMT)
Thanks Tom… should have mentioned but we’re not quite at 7.1.

POSTED: Feb 15, 2012 9:13 PM (GMT)
Then your most direct path is the QIBM_QZDA_INIT exit point program.
Tom















