Hi,
I have the JOB with 5 steps. In 3rd step i have created one temporary dataset which used in step 5.
But the problem is,
while run the JOB, the job gets abend in step 4. then i found the problem, suddenly i restarted the JOB from step 3.
But now i got the JCL ERROR in step 3. why ?
i thought, the problem could be while creating the temprorary dataset,since we have the DD statement DD DSN=&&TEMP1, DISP=(NEW,PASS). Because we already created the temprorary dataset. but again we are trying to create the temporary dataset while restarting from step 3.So JCL ERROR. Like that i thought.
If my thought is correct, then how can we solve the problem without ABEND the JOB.
or else can we delete the temprorary dataset in any other way while running the JOB?
Can any one clarify...
Regards,
Thiru