******************************************************************** * EZDB 5.5 PTF CS409.132 JULY 2007 * * * * KEYWORDS : EZ-SYNCHRO SA03 S0C4 ESTAE LOCAL MODE NO FINISH * * * * DESCRIPTION: If a Local Mode program running with SYNCHRO * * completes without issuing a FINISH, an SA03 or * * S0C4 can occur. * * * * This PTF *MUST* be applied together with a new * * version of CODRIVER (PTF CS409.133). * * * * See instructions below for details of applying * * these PTFS. * * * * COREQ : CS409133 (Which is in binary format) * * * * TAPES : EZDB C40901 * * CA-IDMS RELEASES 16.0 * * * ******************************************************************** * CS409.132 FOR C40901(RELEASE 5.5) CA-IDMS R16.0 * ******************************************************************** * * INSTRUCTIONS: * * * * 1. Upload CS409.133 into a suitable object library. * * When downloading from our web site, note that the file * * it is in EBCDIC format and must be downloaded as BINARY or * * EBCDIC, NOCR, NOLF. * * * * 2. Rename CODRIVER to CODRIVEO in your EZDB runtime LOADLIB in * * case it's required again. * * * * 3. Linkedit the replacement CODRIVER using the sample JCL-A below; * * Where 'ezdb.loadlib' is your EZDB runtime LOADLIB * * 'caidms.loadlib' is the CA-IDMS load library * * 'ezdb.objlib' is the object library you downloaded * * the ptf to. * * A return code of 4 for the linkedit is acceptable. * * * * 4. Apply the AMASPZAP changes below, and restart the CV. * NAME COXAPTCH COXAZAPS VER 0418 0000,0000,0000,0000 VER 0420 0000,0000,0000,0000 REP 0418 C3E2,F4F0,F9F1,F3F2 CS409.132 REP 0420 C3E2,F4F0,F9F1,F3F3 CS409.133 * ******************************************************************** * Sample JCL-A to relink new CODRIVER module * ******************************************************************** //JOBCARD //LINKEDIT EXEC PGM=IEWL, // PARM='LIST,XREF,MAP,AMODE=31,RMODE=24', // REGION=1024K //SYSPRINT DD SYSOUT=* //SYSUT1 DD DSN=&&WRKAWORK,UNIT=SYSDA, // SPACE=(CYL,(6),,CONTIG) //SYSLMOD DD DSN=ezdb.loadlib,DISP=SHR //SYSLIB DD DSN=caidms.loadlib,DISP=SHR //SYSLIN DD DSN=ezdb.objlib(CS409133),DISP=SHR // DD * ENTRY CODRIV00 NAME CODRIVER(R) /*