View previous topic :: View next topic
|
Author |
Message |
anand_sundaramurthy
New User
Joined: 07 May 2007 Posts: 12 Location: Chennai
|
|
|
|
Hi,
Am getting the abend code 0E37...i know that its because of the space problem.but am getitng this while trying to save a program which am editing.
is there any solution for this or i have to create a new pds and cut and copy the code? |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
You may be lucky ................. split screen and compress the PDS from the second screen and then try to save the member |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
If that does not work, then use option 3.2 to set up a new PDS and then
CREATE 'new pds name(member)'
C99999 - in the left margin of the first line of code.
That way at least you save what you have done. |
|
Back to top |
|
|
raak
Active User
Joined: 23 May 2006 Posts: 166 Location: chennai
|
|
|
|
Or just Issue a CUT to whatever u have done,
come out of the PDS member and
Compress the PDS and
then go inside the member and
PASTE the information...
|
|
Back to top |
|
|
UmeySan
Active Member
Joined: 22 Aug 2006 Posts: 771 Location: Germany
|
|
|
|
Hi !
E37 indicates: Directory Full. If compress is ineffective, allocate a new PDS with a bigger directory. Copy the other members in that new one,
delete old pds and rename new PDS to name of old PDS.
Regards, UmeySan |
|
Back to top |
|
|
anand_sundaramurthy
New User
Joined: 07 May 2007 Posts: 12 Location: Chennai
|
|
|
|
thanx all... |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Quote: |
E37 indicates: Directory Full. If compress is ineffective, allocate a new PDS with a bigger directory. Copy the other members in that new one, delete old pds and rename new PDS to name of old PDS. |
I would disagree with that, reading the 0E37 description from the manual, because if it was a directory problem then there is no way that this abend would occur on a tape device.
As far as I can recall but could be wrong, 0E37 is when all space is used from a dataset with no secondary allocation for expansion.
Quote: |
Explanation: The error occurred when an output operation was requested. The data set was on a direct access or magnetic tape device. This system completion code is accompanied by message IEC032I. Refer to the explanation of message IEC032I for complete information about the task that was ended and for an explanation of the return code (rc in the message text) in register 15. |
|
|
Back to top |
|
|
UmeySan
Active Member
Joined: 22 Aug 2006 Posts: 771 Location: Germany
|
|
|
|
Hi Expat !
For that, one must have a closer look to the E37-abend-rc-code.
There you can see the depending particular reasons of that abend. It depends on the RC. What i meant is, that mostly, on my experience, an E37 in conjunction with PDS points to directory error.
Regards, UmeySan |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Quote: |
As far as I can recall but could be wrong, 0E37 is when all space is used from a dataset with no secondary allocation for expansion. |
Just for clarification, the abend I was thinking of was D37 and not E37. |
|
Back to top |
|
|
UmeySan
Active Member
Joined: 22 Aug 2006 Posts: 771 Location: Germany
|
|
|
|
Hi Expat !
D37: error occurrs during output operation to a direct access device.
RC could only be 04 = all prim-space is used and no sec-space was defined.
I thougt anand_sundaramurthy was here talking about E37.
Regards & have a nice day
UmeySan |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
He/She was, but I'm just clarifying my point so as not to confuse other readers. |
|
Back to top |
|
|
UmeySan
Active Member
Joined: 22 Aug 2006 Posts: 771 Location: Germany
|
|
|
|
an exemplary manner !!! |
|
Back to top |
|
|
|