JCL to Compile and Link CLI2MCI - IBM IMS Interface for Teradata

IBM IMS Interface for Teradata® Reference - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
IBM IMS Interface for Teradata
Release Number
17.20
Published
November 2023
ft:locale
en-US
ft:lastEdition
2023-11-17
dita:mapPath
fks1695366180215.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
sjj1470436571402
Product Category
Teradata Tools and Utilities

The CLI2MCI source module is contained in <dfcpfx>.SAMPLIB.

Submit the following JCL to compile the program. Review and modify the JCL to comply with conventions and standards at your installation.

//jobname JOB (acct-info),MSGCLASS=A,MSGLEVEL=(1,1)
//             CLASS=A
//COBOL   EXEC COBUCL,REGION=2048K,
//        PARM.COB=(LOA,SUP,VS,DMAP,CLIST,LIB,
//        APOST,’SIZE=1048K,BUF=128K’)
//COB.SYSLIB    DD DSN=<dbcpfx>.SAMPLIB,DISP=SHR
//COB.SYSIN     DD DSN=<dbcpfx>.SAMPLIB(CLI2MCI),DISP=SHR
//LKED.SYSLMOD  DD DSN=<user.linklib>,DISP=SHR
//LKED.SYSLIB   DD DSN=<user.linklib>,DISP=SHR
//              DD DSN=<ims.reslib>,DISP=SHR
//LKED.SYSIN DD  *
// INCLUDE SYSLIB(CLI2CTB)
// ENTRY DLITCBL
// NAME CLI2MCI(R)
/*
//*

This job stream is based on the cataloged procedures listed in Cataloged Procedures Used in Sample Jobs. If necessary, modify the job stream to make it compatible with the underlying procedure used at your installation. The source program, CLI2MCI, is listed in Multi-Session Cobol/IMS (CLI2MCI) Listing.