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

XPEDITOR abend compiling a program - PCSIO 011-S


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
niran_345

New User


Joined: 26 Apr 2007
Posts: 9
Location: Chennai

PostPosted: Wed Feb 18, 2009 2:25 am
Reply with quote

Hi,

I was trying to compile a cobol program using COBOL 390 compiler.. I am getting the following error message,

PCSIO 011-S NO MORE DIRECTORY BLOCKS AVAILABLE ON DDIO FILE.
PCDRVR053-I ** ERRORS PROCESSING LISTING CM1452T3 DATED 02/17/2009 AT 12:42:57 ; LISTING NOT WRITTEN TO CWPDDIO.

When I searched in the web, I got the following explanation.

*************************************************************
Pxmmmm011-S No more directory blocks available on DDIO file.
• Explanation: A new member cannot be opened because the maximum REPTCOUNT has been reached and autodelete processing cannot find any members eligible for deletion.
• System Action: The listing is processed but is not written to the DDIO file.
• User Response: Resolve the file full condition or use another DDIO file. To resolve the file full condition, you may delete members from the current DDIO file or rebuild the current file with a larger REPTCOUNT value.

************************************************************

Can anyone please help me out to resolve the problem? Or how to increase the REPTCOUNT?

Thank you very much

Niranjan
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Feb 18, 2009 5:21 am
Reply with quote

IIRC, REPTCOUNT cannot be increased without running through the delete / define / reload process; depending on the original DDIO file definition, it may not be possible at all to increase the REPTCOUNT. A Compuware DDIO file must be processed using the Compuware utility programs, so I suggest you contact your site support people who handle Compuware. The other option you have is to delete some of the locked members in the DDIO file.

What this message is telling you is that all members of the DDIO file are locked (i.e., actively in use), and there's no space in the DDIO for your member. Your only other option would be to use a different DDIO file (assuming your site has one available) for your output listing.

Finally, be aware this error will prevent Abend Aid or Xpediter from being used with your program, but the actual compile and linkage edit (binder) may have completed without error, depending on your site JCL. The program may be executable, just not usable under Xpediter / Abend Aid.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Feb 18, 2009 5:26 am
Reply with quote

DDIO files aren't compressible -- Compuware sadly misused some common terminology for their DDIO files (all of mine, for example, I define as VSAM files and they still talk about directory blocks ... sigh).
Back to top
View user's profile Send private message
niran_345

New User


Joined: 26 Apr 2007
Posts: 9
Location: Chennai

PostPosted: Wed Feb 18, 2009 6:32 am
Reply with quote

Thank you Robert for your quick reply..

I have compiled the program without selecting the Expeditor option and it went fine. I will contact my site people to solve this issue.

Thanks again for your support.

Niranjan
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Wed Feb 18, 2009 8:09 am
Reply with quote

A temporary "quick" workaround is to have your coworkers delete any old, no longer needed, programs from the DDIO file. That will get you by until a more permanent solution is reached.
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 -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts ISAM and abend S03B JCL & VSAM 9
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top