Posted: Wed Jul 21, 2004 1:56 am Post subject: Channel Exit on Z/OS
Acolyte
Joined: 25 Jun 2004 Posts: 52
Hi All,
I am working on developing Channel Exits on Z/OS.
The Channel Exit is a C program which will be called each time a message flows through the Channel.
The program has a main function and it should take the arguments like (Queue Manager name, Queue name, Message sent etc) from the Channel Definition. I checked the value of “argc” in “main” and it is 116. I wrote all these arguments to a Queue and I could see the Channel name and Event Queue name. These were arguments 8 and 29. I could not find the Queue Manager name and the Message among the arguments.
Why are the other arguments not coming from the Channel Definition?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum