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

VSAM Allocation error using IDCAMS


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

New User


Joined: 08 Jul 2006
Posts: 4

PostPosted: Thu Oct 12, 2006 1:32 pm
Reply with quote

Hi All,

I am defining a file using the following code using IDCAMS.

Code:
DEFINE CLUSTER-
(NAME(FGTS.TEST.VSAM.BB8010.PLNTTBLE)-
STORCLAS(NORMBAT)-
SPEED-
CYLINDERS(1 1)-
BUFFERSPACE(20480)-
RECORDSIZE(14 14)-
SHAREOPTIONS(1 3)-
FREESPACE(7 1)-
INDEXED KEYS(2 0)-
REPLICATE IMBED)-
DATA(NAME(FGTS.TEST.VSAM.BB8010.PLNTTBLE.DATA)CNVSZ(4096))-
INDEX(NAME(FGTS.TEST.VSAM.BB8010.PLNTTBLE.INDEX)CNVSZ(1024))



But in the JCL the step is abending and it says "IGD07002I VOLUME D01G20 NOT AVAILABLE" .

After this step all the other steps goes fine. But this is causing the jo to fail everyday.

Can anybody let me know what they think?
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Tue Oct 17, 2006 7:02 am
Reply with quote

& does D01G20 feature everytime in the abend message when job gets abend.
Quote:
"IGD07002I VOLUME D01G20 NOT AVAILABLE"
Back to top
View user's profile Send private message
rammf
Currently Banned

New User


Joined: 24 Jul 2005
Posts: 17
Location: chennai

PostPosted: Wed Oct 18, 2006 12:51 am
Reply with quote

Priyesh, Can u explain elaborately?



- Ramz
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Wed Oct 18, 2006 1:24 am
Reply with quote

Quote:
Priyesh, Can u explain elaborately?

Hi Ramz,
As per original poster this is the error messag he is getting when job abends.
"IGD07002I VOLUME D01G20 NOT AVAILABLE"

In my understanding D01G20 is the volume serial number which is causing this problem. And as he mentioned this is causing the job to fail everyday, I was just confirming if the same Volume number comes every day in the error message.

If Yes, there might be a problem with volume mount at the time job runs. Storage Admin Team for that shop should be able to give an exact answer for this problem.
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