|
Archives of the TeradataForumMessage Posted: Wed, 30 Apr 2003 @ 08:21:37 GMT
<-- Anonymously Posted: Tuesday, April 29, 2003 19:59 --> Response provided by Teradata engineering: It is required that the ttu7.0 TDARDI (pp2 stub routine) is used to to execute with the ttu7.0 pp2 runtime library. Therefore, re-link with the ttu7.0 TDARDI is required when the COBOL program was compiled with the "NODYNAM" option. The following are the steps to make sure you are linking with the ttu7.0 version of TDARDI: 1) Make sure you are linking with the ttu7.0 version of TDARDI by explicitly having the INCLUDE card: (See Appendix B in pp2 manual for more details) For BATCH: //LINKJOB JOB job statement information) //LINK EXEC PGM=IEWL,REGION=320K,PARM='XREF,LIST' //SYSPRINT DD SYSOUT=*,DCB=(LRECL=121,BLKSIZE=3630,RECFM=FBA) //SYSLMOD DD DSN=customer.load.library,DISP=SHR //SYSLIB DD DSN=language.load.library,DISP=SHR //SYSUT1 DD UNIT=SYSDA,SPACE=(TRK,(5,2)) //OBJ DD DSN=application.object.module,DISP=OLD //TTU70LIB DD DSN=TERADATA.APPLOAD,DISP=SHR (TERDATA.APPLOAD contains the ttu70 TDARDI) //SYSLIN DD * INCLUDE OBJ INCLUDE TTU70LIB(TDARDI) // For CICS: //LINKJOB JOB (job statement information) //LINK EXEC PGM=IEWL,REGION=320K,PARM='XREF,LIST' //SYSPRINT DD SYSOUT=*,DCB=(LRECL=121,BLKSIZE=3630,RECFM=FBA) //SYSLMOD DD DSN=customer.load.library,DISP=SHR //SYSLIB DD DSN=CICS.load.library,DISP=SHR // DD DSN=language.load.library,DISP=SHR //SYSUT1 DD UNIT=SYSDA,SPACE=(TRK,(5,2)) //OBJ DD DSN=application.object.module,DISP=OLD //TTU70LIB DD DSN=TERADATA.CSILOAD,DISP=SHR (TERDATA.APPLOAD contains the ttu70 TDARDI) //SYSLIN DD * INCLUDE OBJ INCLUDE TTU70LIB(TDARDI) // 2) Check the job output and make sure the link step completed successfully. 3) Check the version of TDARDI that was linked by: Browsing your load module after the load module is linked and created. Do a find for "DBCHSTBB" (the 2nd time), if it shows DBCHSTBB LEVEL 06.08.00.00 (09/06/02 AT 20.58) It was linked with the ttu7.0 TDARDI. Otherwise, it was not linked with the pre-ttu7.0 TDARDI.
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||