Configuring the IPCONN autoinstall user program DFHISCIP on CICS TS

To enable the autoinstall of multiple secure IPCONNs, you must modify the sample IPCONN autoinstall program.

CICS® provides the IPCONN autoinstall sample program called DFHISxIP in Assembler, C, COBOL, and PL/I , where 'x' denotes the language, which is A, D, C, and P respectively. The sample program does not use a template by default, so, for autoinstall requests to use a template you must update the program. In this example, the COBOL user program DFHISCIP is updated.

  1. Add the MOVE statement to the autoinstall user program DFHISCIP in the A010-INSTALL-IPCONN section. This statement requests CICS to use the IPCONN template SECTEMPL each time the autoinstall user program is called.
    * - - - - - - - - - -
    * Install processing
    * - - - - - - - - - -
     A010-INSTALL-IPCONN SECTION.
    * Template for secure IPCONN
         MOVE 'SECTEMPL' TO ISAIC-TEMPLATE
  2. Compile and link-edit your program into a data set that will be picked up by your CICS server.


Information Information

Feedback


Timestamp icon Last updated: Tuesday, 19 November 2013


https://ut-ilnx-r4.hursley.ibm.com/tgzos_latest/help/topic/com.ibm.cics.tg.zos.doc//ctgzos/sc_ipic_auto_userprog.html