DTXCTBL CSD definitions for non-XPLINK
You will need to change the default settings in the DTXCTBL file for non-XPLINK versions of the program definitions for IBM® Transformation Extender for z/OS®.
Comment and
uncomment the sections in the DTXCTBL file that is delivered
with the IBM Transformation Extender for z/OS as described
here:
- program definitions
- comment the driver definitions in the XPLINK section
* DEFINE PROGRAM(MERCCICS) * GROUP(DTXCICS) * DESCRIPTION(IBM Websphere Trans Ext/CICS DRIVER) * LANGUAGE(ASSEMBLER) * CONCURRENCY(THREADSAFE) * DATA(ANY) * DEFINE PROGRAM(DSTXCICS) * GROUP(DTXCICS) * DESCRIPTION(IBM Websphere Trans Ext/CICS DRIVER) * LANGUAGE(ASSEMBLER) * CONCURRENCY(THREADSAFE) * DATA(ANY)
- uncomment the driver definitions in the non-XPLINK section
DEFINE PROGRAM(MERCCICS) GROUP(DTXCICS) DESCRIPTION(IBM Websphere Trans Ext/CICS DRIVER) LANGUAGE(ASSEMBLER) DATA(ANY) DEFINE PROGRAM(DSTXCICS) GROUP(DTXCICS) DESCRIPTION(IBM Websphere Trans Ext/CICS DRIVER) LANGUAGE(ASSEMBLER) DATA(ANY)
- comment the driver definitions in the XPLINK section
- transaction resource definitions
- comment the XPLINK version
* XP Link definition of DTXT transaction * DEFINE TRANSACTION(DTXT) * GROUP(DTXCICS) * DESCRIPTION(IBM Websphere Trans Ext/CICS SAMPLE TEST PROGRAM) * PROGRAM(DTXCTST) * TASKDATALOC(ANY)
- uncomment the non-XPLINK version
* non-XP Link definition of DTXT transaction DEFINE TRANSACTION(DTXT) GROUP(DTXCICS) DESCRIPTION(IBM Websphere Trans Ext/CICS SAMPLE TEST PROGRAM) PROGRAM(DTXKTST) TASKDATALOC(ANY)
- comment the XPLINK version
To use the non-XPLINK versions of the program definitions, comment and uncomment the sections as described above.
To use the XPLINK versions of the program definitions, use the file the way it is delivered, with the default settings as described in DTXCTBL CSD definitions for XPLINK.