JCL to Compile/Link CLI2MPI - IBM IMS/DC Interface for Teradata

IBM IMS/DC Interface for Teradata Reference

Product
IBM IMS/DC Interface for Teradata
Release Number
16.10
16.00
Published
November 2016
Language
English (United States)
Last Update
2018-04-25
dita:mapPath
wuo1470692033722.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2447
lifecycle
previous
Product Category
Teradata Tools and Utilities

The CLI2MPI source module is contained in <dbcpfx>.SAMPLIB.

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

//jobname JOB (acct-info),MSGCLASS=A,MSGLEVEL=(1,1)
//             CLASS=A
//PLI     EXEC PLIXCL,
//             PARM.PLI=(INCLUDE),
//             REGION.LKED-1012K
//PLI.SYSLIB   DD DSN=<dbcpfx>.SAMPLIB,DISP=SHR
//PLI.SYSIN    DD DSN=<dbcpfx>.SAMPLIB(CLI2MPI),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 PLICALLA
// NAME CLI2MPI(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 CLI2MPI is listed in Multi-Session/PLI/IMS (CLI2MPI) Listing.