Bravo Beginner
Joined: 05 Dec 2005 Posts: 26 Topics: 12
|
Posted: Mon Apr 24, 2006 2:27 pm Post subject: Space Abend SB37 |
|
|
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. |
|