
Using BIM-EPIC's JCL Features Restarting Programs from a Checkpoint
Chapter 7. Running Jobs With BIM-EPIC 7-55
In this example, TSIDASS restarts both input and output datasets at volume 2, using the same
SYS numbers that were used when the checkpoint was taken. The TLBL option "64" inhibits
LUB allocation. Because the checkpoints are embedded (being written to the same output
tape as the output dataset using an assignment of SYS019), a VSE ASSGN statement is used
to assign SYS019 to the checkpoint dataset. The job is restarted at checkpoint 3.
// JOB TESTCHKP
// TLBL TAPIN,'TEST.FILE1',,,2,,,64
// TLBL TAPOUT,'TEST.FILE2',,,2,,,64
// EXEC TSIDASS
RSTRT TAPOUT,SYS021,OUTPUT
RSTRT TAPIN,SYS020,INPUT
/*
// ASSGN SYS019,SYS021
// RSTRT SYS019,3
/&
Example
Comentarios a estos manuales