Custom Search

ENDEVOR BATCH

BATCH

• Ensure that the first two datasets in the STEPLIB DD of the test procedure are

//STEPLIB DD DSN=BATCH.OT.END.LOADLIB,DISP=SHR
// DD DSN=OTXX94.JOBLIBT,DISP=SHR
// DD DSN=PROD.OT.END.LOADLIB,DISP=SHR


If you have changed a dynamic subprogram, this will need to be done for all main programs calling this common subprogram dynamically.

If the test jcl procedure has not been set up this way, please change it and move the changed version to SYSTM1.ENDEVOR.PRODPROC.

• This following is for the test IKJEFT01 - SYSTSIN member only.

If the program is DB2 only running under IKJEFT01, change the SYSTSIN DD member in SYS1.JOBSYSIN from the old format

DSN SYSTEM(DB2T)
RUN PROGRAM(OTRDCATH) PLAN(OTRDCATH) LIB('OTXX94.JOBLIBT')
END

to a new format (if the plan name is the same as program name)

DSN SYSTEM(DB2T)
RUN PROGRAM(OTRDCATH)
END

or (if the plan name is different from the program name)

DSN SYSTEM(DB2T)
RUN PROGRAM(OTRDCATH) PLAN(OTXXXXXX)
END

• Delete the load from OTXX94.JOBLIBT (except for OTDPIMSP, OTDPDB2P, OTDB2CLM, and OTPOOL).

• If your program uses a link group, change IMST link map to refer back to the production library using Acespanel Q.7.11.10. Run the IMST link using the production OBJ's using Aces panel Q.11.4.

• Run a test bind to create the test plan using the production DBRM.

• Note: For procs that are part of the ACES CA7 test cycle, the following two
steps may already have occurred. See the 'Batch Change Checklist' document
for further clarification.
1) For any new sysin members where the Production and IMST version will be
different (i.e. the mailnote recipients), add the IMST version to SYS1.JOBSYSIN.
Make sure the IMST proc points to SYS1.JOBSYIN.
2) Move all the IMST procs to SYS1.PRODPROC.