View previous topic :: View next topic |
Author |
Message |
Dibakar Advanced
Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Fri Mar 03, 2006 12:53 am Post subject: B14-0C |
|
|
I got this abend while doing ftp. I don't have the complete message as the log has been overwritten.
MVS/Quickref say -
Code: | The CLOSE routine attempted to update the directory of a
partitioned data set; however, a code of 12 was returned by the
STOW macro instruction, indicating that either there is no space
left in the directory, or there is no space left in the data set
(space in the data set is required for writing an end of file
record). |
I looked into dataset and saw that %used was 34% still I compressed it and did ftp. It again gave same error for same member.
Then I reallocated it by doubling primary and secondary quantity and directory blocks and did another ftp. It again gave the same error for same memeber.
But today my team-mate did same thing, doubling the primary and secondary quantities and directory blocks and it worked.
I am confused. Is it possible that my team-mate did something extra that he didn't inform me or is it just that I have made some mistake while doing the same stuff? |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Fri Mar 03, 2006 9:20 am Post subject: |
|
|
Dibakar,
You need to post the error message id instead of error message text.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Fri Mar 03, 2006 10:00 am Post subject: |
|
|
Dibakar,
After some dig up I found that the error message ID was IEC217I and here is an explanation of it. I am sure you have gone thru it.
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2M751/SPTEE217I
Quote: |
I looked into dataset and saw that %used was 34% still I compressed it and did ftp. It again gave same error for same member.
Then I reallocated it by doubling primary and secondary quantity and directory blocks and did another ftp. It again gave the same error for same memeber.
|
Even though you allocated with double the allocations , I guess it still was allocated on the same volume which did not have enough space.
Quote: |
But today my team-mate did same thing, doubling the primary and secondary quantities and directory blocks and it worked.
|
This happens in our shop also. Our shop has the a limit for each T-id. Once we use up 90% of the space allocated to us , we start getting SB37 errors. My T-id has ton of datasets and I am always at the 90% mark. However if your team mate does not utilize his allocated space, he might be successful in running the job without any abends. This is what I think might have happened.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Dibakar Advanced
Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Fri Mar 03, 2006 11:00 am Post subject: |
|
|
Thanks kolusu, volume problem did not occur to me. Next time I will look for message id. |
|
Back to top |
|
|
|
|