One of our purge job for a huge volume table abended yesterday for space abend (SB37) on the SYSMAP dataset. The allocation was CYL(100,100) but due to high volume of data the allocation was not enough on the SYSMAP dataset and the job went down.
I checked up the tablespace and Indexspace...They were put up in the RW,RECP,UTUT and RW,REBP,UTUT mode respectively...The job was loading the data to the table after filtering out the data with the purge conditions...It was doing a refresh of the table data with RESUME NO REPLACE...I wasn't sure of how to restart the job whether a phased restart - resuming it from the abended phase or terminating the active utility and restarting from the load step...
After referring to some IBM sites, I went ahead and restarted the job from the load step by fixing the JCL for more allocation SPACE=(DASD,5) after terminating the active utility id using
-TERM UTIL(active util ID)...The job went fine without any issues...
- Suresh Gangadharan
Tuesday, February 27, 2007
Subscribe to:
Posts (Atom)