IBM SC34-6814-04 Server User Manual


 
Related concepts
“The sample XMEOUT global user exit programs” on page 171
The MRO and APPC session queue management sample exit
program
This sample program implements the same basic function provided by the
QUEUELIMIT and MAXQTIME parameters on a connection resource definition.
These parameters are passed to the XZIQUE global user program, which can
change the way in which these parameters are used:
DFH$XZIQ
A sample global user exit program, designed to be invoked at the XZIQUE
exit, which is described on page “XZIQUE exit for managing MRO and
APPC intersystem queues” on page 249.
See “Sample exit program design” on page 256 for more details.
Related concepts
“Designing an XZIQUE global user exit program” on page 256
The pipeline sample exit program
The DFH$PIEX sample global user exit program provides sample processing for the
XWSPRROO global user exit.
If you enable this sample program, it is invoked in a Web service provider pipeline
after the Web service provider application has finished processing and returned to
CICS, but before CICS creates the response message SOAP body.
The sample program retrieves the name of the Web service, the name of the
transaction, and all of the attributes of the Web service.
Related reference
“Exit XWSPRROO” on page 174
Use the XWSPRROO exit to access containers on the current channel after the
Web services provider application issues the Web service response message and
before CICS creates the body of the response message.
The session queue management sample exit program, for IPIC
connections
This sample program implements the same basic function provided by the
QUEUELIMIT and MAXQTIME parameters on a connection resource definition.
These parameters are passed to the XISQUE global user program, which can
change the way in which these parameters are used:
DFH$XISQ
A sample global user exit program, designed to be invoked at the XISQUE
exit, which is described on page “XISQUE exit for managing IPIC
intersystem queues” on page 258.
See “The sample exit program, DFH$XISQ” on page 262 for more details.
Related concepts
“XISQUE exit for managing IPIC intersystem queues” on page 258
The transaction-abend sample exit program
There is one sample global user exit program for the XPCTA exit point:
DFH$PCTA
This sample global user exit program is designed to be invoked at the
24 Customization Guide