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

DIAGNOSE VVDS Problem


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

New User


Joined: 29 Apr 2006
Posts: 93
Location: Singapore

PostPosted: Tue Mar 10, 2009 12:31 pm
Reply with quote

Hi,

I am trying to run this job and getting error...

Code:
//ATT0503D JOB (ACCT#),'XYZ',CLASS=S,MSGCLASS=X,               
//            MSGLEVEL=(1,1),NOTIFY=ATT0503,REGION=4M               
//*                                                                 
//*  PARA CATALOGAR FICHEROS                                       
//*                                                                 
//LIMPIA  EXEC PGM=IDCAMS                                           
//DISCO DD DISP=SHR,DSN=SYS1.VVDS.VAA0109,UNIT=3390,VOL=SER=AA0109 
//SYSPRINT DD  SYSOUT=*                                             
//SYSIN    DD  *                                                   
     DIAGNOSE VVDS INFILE(ZAAREA)                                   
/*                                                                 
//                                                                 


I get error
Code:
IEF344I ATT0503D LIMPIA DISCO - ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM ERROR
IGD17262I VOLUME AA0109 COULD NOT BE ALLOCATED FOR DATA SET                     
SYS1.VVDS.VAA0109                                                               
ALLOCATION RETURN CODE IS 0000 ALLOCATION REASON CODE IS 0004                   
IGD306I UNEXPECTED ERROR DURING IGDVTSVA PROCESSING                             
RETURN CODE 4 REASON CODE 17262                                                 
THE MODULE THAT DETECTED THE ERROR IS IGDVTSAR                                 
SMS MODULE TRACE BACK - VTSAR SSIRT                                             
SYMPTOM RECORD CREATED, PROBLEM ID IS IGD00004                                 
IEF272I ATT0503D LIMPIA - STEP WAS NOT EXECUTED.                               


Please suggest what can be done or what may be the issue...If someone can provide me link to book where I can find these errors will be helpful...
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Mar 10, 2009 12:36 pm
Reply with quote

Click HERE and see what you can find.
Back to top
View user's profile Send private message
graswant

New User


Joined: 29 Apr 2006
Posts: 93
Location: Singapore

PostPosted: Tue Mar 10, 2009 12:39 pm
Reply with quote

Well Expat... I have tried to get information on net about the error... and I am not able to figure out the problem...that's Y I came here...If you can guide me to the right path plz....
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Mar 10, 2009 12:47 pm
Reply with quote

did You care to look at the meaning of the IGD17262I message
using fo example IBM lookAT facility

www-03.ibm.com/systems/z/os/zos/bkserv/lookat/

You jcl will fail anyway

Quote:
//DISCO DD DISP=SHR,DSN=SYS1.VVDS.VAA0109,UNIT=3390,VOL=SER=AA0109
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DIAGNOSE VVDS INFILE(ZAAREA)
/*
Back to top
View user's profile Send private message
graswant

New User


Joined: 29 Apr 2006
Posts: 93
Location: Singapore

PostPosted: Tue Mar 10, 2009 1:35 pm
Reply with quote

Yes I have checked the msg... it says RC =0 means Request successful and Reason code 4 means UCB is pending offline but would otherwise meet eligibility requirements.
I am not aware of what exactly does that mean... and why mt JCL is failing....
Does that mean that ZAAREA is offline that's Y its giving the error....???
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Mar 10, 2009 1:42 pm
Reply with quote

why not do a bit of reserch Yourself on the message that follow IGD306I

the job failed at allocation time, the IDCAMS did not even start executing

looks like You did not read my post carefully, please reread it
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Mar 10, 2009 3:25 pm
Reply with quote

Hi,

Please note what Enrico has said, command which you show would check out the logical structure of a VVDS. Just to test, I use:
Code:
//DD1 DD DISP=SHR,DSN=SYS1.VVDS.VVOL001
//SYSIN DD *
   DIAGNOSE VVDS -
    INFILE(DD1) - 
    LIST     
Please note in "INFILE(DD1)" you are supposed to put DD name as suggested by Enrico - I ran the same job after giving wrong DD name (DD2), I get the following error:
Code:
IDC2908I DD2 NOT FOUND IN SYSTEM
..but your dignostic information does not seem to have any such info... icon_confused.gif.
Back to top
View user's profile Send private message
graswant

New User


Joined: 29 Apr 2006
Posts: 93
Location: Singapore

PostPosted: Tue Mar 10, 2009 3:33 pm
Reply with quote

Thanks for the reply.... I got an idea of how its working..... thanks a lot
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Mar 10, 2009 3:50 pm
Reply with quote

Hi,

For the benefit of others please let us know your solution.
Back to top
View user's profile Send private message
graswant

New User


Joined: 29 Apr 2006
Posts: 93
Location: Singapore

PostPosted: Tue Mar 10, 2009 3:51 pm
Reply with quote

I followed your suggestion.... and it worked.... icon_smile.gif
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Mar 10, 2009 6:26 pm
Reply with quote

Well, glad to hear...

-Ad
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 Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
No new posts Need to add field to copybook, proble... COBOL Programming 14
Search our Forums:

Back to Top