MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Space Abend SB37

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Data Management
View previous topic :: View next topic  
Author Message
Bravo
Beginner


Joined: 05 Dec 2005
Posts: 26
Topics: 12

PostPosted: Mon Apr 24, 2006 2:27 pm    Post subject: Space Abend SB37 Reply with quote

Hi,

I have job calling same proc with different input and output files for nearly 50 times. The input files are very large in size and we are trying to encrypt the data which we have a routine in proc.

I am getting an space abend B37 in the following file which is defined as

Code:

//MGCWK01  DD  UNIT=3390,                             
//             SPACE=(CYL,(400,400),RLSE),         
//             DSORG=PS,RECFM=VB,BLKSIZE=23000,LRECL=23004


I have made the DISP=(,PASS) still I am getting an abend for a paticular file.

I have following option before I proceed.

a) change the unit as a tape
b) include vol=ser=work01,work02,work03
c) declare temporary DSN with DISP=(,PASS)

Could you please suggest me or any other to solve this problem.
Back to top
View user's profile Send private message
semigeezer
Supermod


Joined: 03 Jan 2003
Posts: 1014
Topics: 13
Location: Atlantis

PostPosted: Mon Apr 24, 2006 3:45 pm    Post subject: Reply with quote

1) get a dedicated disk pack
2) Use half track blocking so you aren't wasting so much of each track
3) fix lrecl>blksize problem (not related to b37)
4) try preallocating data set to mulitiple volumes)
5) Maybe insure that you don't have lots of uncataloged junk data sets on the target volume (as a result of abends or failed cleanup)

Disp has nothing to do with space.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Data Management All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group