Feeds:
Posts
Comments

Archive for the ‘JCL’ Category

I have just had a new request to automatically include a procedure which will do recovery of the system before a job is rerun when it abends. We do not use datastore and TWS auto-recovery is switched off.
Can someone advise how I could possibily modify the JCL when the job abends so that the additional [...]

Read Full Post »

There are some mainframe jobs needs to be submitted in bulk mode. There is a requirement to put the jobname in the generated temp dataset name. They all use the exact same skeleton JCL, including the same DSN=&&SB250DD1 DD statement.  This would be more helpful to avoid the ENQ conflicts
//GENER   EXEC PGM=IEBUPDTE,PARM=NEW
//SYSPRINT DD  DUMMY
//SYSUT2 [...]

Read Full Post »