JCL To Compile/Link CLI2SCI - IBM IMS/DC Interface for Teradata

IBM IMS/DC Interface for Teradata Reference

Product
IBM IMS/DC Interface for Teradata
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-03
dita:mapPath
jah1488824663543.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2447
lifecycle
previous
Product Category
Teradata Tools and Utilities

The CLI2SCI 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(CLI2SCI),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  *
// ENTRY DLITCBL
// NAME CLI2SCI(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 CLI2SCI is listed in Single-Session/COBOL/IMS (CLI2SCI) Listing.