IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Space problem in BMC utitility ADUUMAIN


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rahul_jot

New User


Joined: 17 Aug 2005
Posts: 22
Location: Pune

PostPosted: Wed May 17, 2006 12:53 am
Reply with quote

I ran a Job to extract rows from a table using ADUUMAIN utility. The number of rows extracted was 7913961.
I was required to run the same Job again after some time. The data in the table didn't change also the query to extract data didn't change. I didn't make any changes to the Job (it is a production Job) But when I ran it second time it abended with SB37 for the output file. I increased the space for it but the Job abended again with same reason. I again increased the size again and then extract was successful. I found that the Job extracted same number of rows. Also the query used was same.

Any Idea why the space error came for the 2nd and 3rd time when there was no space error for the first time. The output file is defined in the Job as

//SYSREC DD DSN=TEMP.SPX1000.PROD.UNLOAD,
// DISP=(NEW,CATLG,CATLG),
// UNIT=TMPSTR,
// SPACE=(CYL,(50,50),RLSE)
Back to top
View user's profile Send private message
die7nadal

Active User


Joined: 23 Mar 2005
Posts: 156

PostPosted: Wed May 17, 2006 2:04 am
Reply with quote

It should not have been able to find the Cylinders in the first 5 volumes that it searched. But the volumes should have been available during the 4th run.

From QuickRef

Code:

To increase the Volume that it searches you should code, VOL=(,,,6)

You should code this parameter when an output data set will require more than 6 volumes.  If the volume count is omitted or 1 through 5 is specified, the maximum allowed is 5 volumes.  If 6 through 20 is specified, the maximum allowed is 20 volumes.  If the specified is greater than 20, the maximum allowed is a multiple of 15 plus 5, up to 255.     
Back to top
View user's profile Send private message
rahul_jot

New User


Joined: 17 Aug 2005
Posts: 22
Location: Pune

PostPosted: Wed May 17, 2006 5:56 pm
Reply with quote

Thank You!!!
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Merge 2 lines based on Space from a S... DFSORT/ICETOOL 5
No new posts Job scheduling problem. JCL & VSAM 9
Search our Forums:

Back to Top