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

Vsam error 0028 - Will dataclas(extend) help?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kranthikumarb

Active User


Joined: 02 Jan 2009
Posts: 115
Location: Hyderabad

PostPosted: Wed Jan 23, 2013 9:32 am
Reply with quote

Hi,
My Cobol program is writing into an ESDS vsam file. While creating the vsam file i used cyl(800,50) and dataclas(extend). Now because of huge volume of data, the cylinders given are not enough and it gave me the below message but the process didn't stop. Can I assume my dataclas(extend) saved me by auto allocating space?

I cant see how many records are written in vsam as the spool is too big it was archived.

Code:

VAM0093  DOES IT FIT SUPPORT ENCOUNTERED AN UNRECOVERABLE ER
VAM0093  WHILE PROCESSING COMPONENT XY#.XY00P0.ZDCAMS02.XYES
VAM0093  OF DSN=XY#.XY00P0.ZDCAMS02.XYESDS
VAM0093B REDUCE OPERATION NOT POSSIBLE DUE TO FREECYLS=0
VAM0093Z UNEXPECTED ERROR CODE 00000028
IEC070I 204-220,ZXYD0P1,ZXYP1S00ZXYD0P1,XYP101E,644A,PXP20E,
IEC070I XY#.XY00P0.ZDCAMS02.XYESDS,XY#.XY00P0.ZDCAMS02.XYESD
IEC070I SYS1.ICFCAT.VZPS005
IEC070I 204-215,ZXYD0P1,ZXYP1S00ZXYD0P1,XYP101E,,,  379
IEC070I XY#.XY00P0.ZDCAMS02.XYESDS,XY#.XY00P0.ZDCAMS02.XYESD
IEC070I SYS1.ICFCAT.VZPS005
IEC070I 204-215,ZXYD0P1,ZXYP1S00ZXYD0P1,XYP101E,,,  380
IEC070I XY#.XY00P0.ZDCAMS02.XYESDS,XY#.XY00P0.ZDCAMS02.XYESD
IEC070I SYS1.ICFCAT.VZPS005
IEC070I 204-215,ZXYD0P1,ZXYP1S00ZXYD0P1,XYP101E,,,  381
IEC070I XY#.XY00P0.ZDCAMS02.XYESDS,XY#.XY00P0.ZDCAMS02.XYESD
IEC070I SYS1.ICFCAT.VZPS005
IEC070I 204-215,ZXYD0P1,ZXYP1S00ZXYD0P1,XYP101E,,,  382
IEC070I XY#.XY00P0.ZDCAMS02.XYESDS,XY#.XY00P0.ZDCAMS02.XYESD
IEC070I SYS1.ICFCAT.VZPS005
IEC070I 204-215,ZXYD0P1,ZXYP1S00ZXYD0P1,XYP101E,,,  383
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jan 23, 2013 12:50 pm
Reply with quote

You have some addon product,
the VAM.... messages are not from <IBM>

usually in this cases before investigating <IBM> behavior it would be better to investigate the addd on messages and behavior !
Back to top
View user's profile Send private message
Pete Wilson

Active Member


Joined: 31 Dec 2009
Posts: 581
Location: London

PostPosted: Wed Jan 23, 2013 3:14 pm
Reply with quote

I think VAM is the old Sterling product that did similar things to SMS, not sure whose product it is now. It looks like it's doing some sort of 'best fit' processing, which is probably best done using the Dataclas Space Constraint Removal features instead.

You need to give more detail on your Dataclas. Does it have just Extended Format or Extended Addressability as well? Does it have Space Constraint Removal enabled, and does it have the Dynamic Volume Count value set to allow it to dynamically extend to more volumes?
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
Search our Forums:

Back to Top