CONNX Data Integration Suite 14.7.0 | Installation Guide | Installation Steps | Installing Mainframe-Compatible Server | CONNX for Adabas - VSE | Installing the CONNX CICS Components | Installing CONNX for Adabas-VSE
 
Installing CONNX for Adabas-VSE
CONNX for Adabas-VSE uses the Adabas High Performance Link Stub. The link stub must be built with an entry point named ADABAS and must be present in the search path used by the installation JCL.
For CICS/VSE 2.4 and above installations:
1. Execute the linkage editor against object code for the following CONNX programs:
*CNXCFG - Configuration + TCP/IP Listener start/stop program
*CNXRUN - TCP/IP Listener
*CNXADD0 - TCP/IP Server
*CNXSTOP - Automated shutdown program for CNXRUN
The four link-edit steps must end in return codes <= 4.
2. Execute the IBM batch CICS RDO update utility program DFHCSDUP to define CONNX files, transactions, and programs to the target CICS partition RDO cluster. The first execution returns warnings for the unconditional DELETES of CONNX objects from the undefined RDO Group CNXVVRR. Such warnings can be safely ignored. After all CONNX RDO objects are defined, a list of the objects created in RDO group is generated.
3. Execute the IBM Access Methods Services utility program IDCAMS to DELETE/DEFINE the configuration file (CNXCFG).
4. Submit the CONNX for VSE batch installation job to the VSE POWER reader queue by changing the job name, class, and PDEST/LDEST keywords to match installation standards.
The // LIBDEF OBJ search list points to the default lib.sublib for the CONNX for VSE/Adabas object code (CNXVVRR.OBJLIB); the PRD2.TCPIP library is the default target for the TCP/IP for VSE modules from Connectivity Systems, Inc. Change these entries as necessary to match your VSE installation standards.
Save the changes to CNXINST0.JCL; then enter submit on the DITTO command line to copy the JCL to the VSE POWER reader queue.