Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 Installing the Service Gateway for IMS TM : Install IMS TM NCT Support for Global Physical Terminal (Input) Edit Routine

Install IMS TM NCT Support for Global Physical Terminal (Input) Edit Routine
This step must be completed only if user sessions are to be non-conversational in MFS-bypass mode. Note the following:
Sample member S6BDCPE1 in the ASM data set specifies the resume‑transaction name when a user session is non-conversational in MFS-bypass mode. This is the only way to specify the resume‑transaction name.
If your site already has a customized DFSGPIX0 exit installed or an equivalent exit, review the sample code and implement the logic necessary to call TIBCO Object Service Broker IMS TM NCT support for global physical terminal input edit handling.
Installation
Complete the following steps:
1.
Select the USERMOD5 member in data set JCL as a sample SMP/E usermod to apply a DFSGPIX0 module that implements TIBCO Object Service Broker IMS TM NCT support for the global physical terminal input edit routine.
2.
3.
4.
Using IEBCOPY, copy the global physical terminal (input) edit routine DFSGPIX0 into either the IMS.SDFSRESL library or another PDS data set concatenated to STEPLIB. This library must be a PDS data set. If the library is a PDSE or the module is not present in STEPLIB, the IMS Transaction Manager control region will not load the routine nor issue any error message.
5.
Modify the IMS Transaction Manager control region started task JCL to include the TIBCO Object Service Broker supplied $HLQNONV$.$INSTVER$.AUTH data set in the STEPLIB concatenation in the IMS control region.
 
//STEPLIB DD DISP=SHR,DSN=IMS.SDFSRESL
// DD DISP=SHR,DSN=customer.pds.containing.DFSFLGX0
...
// DD DISP=SHR,DSN=$HLQNONV$.$INSTVER$.AUTH
...
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved