in my JCL i have, for example, three steps :
step01 exec PGM=...
step02 exec PGM=...
step03 exec PGM=...
the job abended in the step two : step02. So we have to restart the job at this step (step02).
But a mistake was made and the job was reruned in the beginning... so the step02 runned twice. And we have lot's of because of it (lot's of money lost...)
Is-it possible to prevent this ? I would like prevent running the step02 twice in the same occurence in TWS.
How could i do this ?
Thank's for your help.