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

Comlining DB2-Eazytrreive Program with Single ton Select


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chandan.inst

Active User


Joined: 03 Nov 2005
Posts: 275
Location: Mumbai

PostPosted: Wed Feb 22, 2012 7:55 pm
Reply with quote

Hi All,

I am trying to compile a DB2-Eazytreive program using endevor. This program is having single ton SQL select statements.

But I am getting below errors

Code:
C1X0011S    STEP EZT PROGRAM EZTPA00 ABENDED, CODE=SC03           
C1A0010E  ALLOCATION ERROR RC=0420-0000, DDNAME=GENDATA         
C1A0011E  IKJ56861I  FILE GENDATA NOT ALLOCATED, DATA SET IS OPEN

C1A0010E  ALLOCATION ERROR RC=6708-0000, DDNAME=LIST01     
C1A0011E  IKJ56232I DATA SET    SYS12048.T085451.RA000.A447653Z .EZTLIST.H02    NOT ON VOLUME AS INDICATED IN THE CATAL
C1A0010E  ALLOCATION ERROR RC=0420-0000, DDNAME=GENDATA     


Belwo are the PARM options for the program

Code:
PARM LINK (TESTPGM, R) ABEXIT (NOSNAP) +   
     DEBUG (DMAP FLOW FLOWSIZ (10) STATE) +
     SQLSYNTAX NONE +                       
     PLAN(TESTPLAN TSTPGM1) +             
     BIND(STATIC-ONLY)               


It will be great help if anyone helps me on this

Regards,
Chandan
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Wed Feb 22, 2012 8:04 pm
Reply with quote

Look up the abend code. Look up the messages. What is GENDATA to you?
Back to top
View user's profile Send private message
chandan.inst

Active User


Joined: 03 Nov 2005
Posts: 275
Location: Mumbai

PostPosted: Wed Feb 22, 2012 8:09 pm
Reply with quote

GENDATA file is internally created by compiler and used for compilation.
My code is not using this file.i

I tried searching for this error in forum and reference documents but could not find anything on this.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Feb 22, 2012 8:16 pm
Reply with quote

Code:
C1A0011E  IKJ56861I  FILE GENDATA NOT ALLOCATED, DATA SET IS OPEN

C1A0010E  ALLOCATION ERROR RC=6708-0000, DDNAME=LIST01     
C1A0011E  IKJ56232I DATA SET    SYS12048.T085451.RA000.A447653Z .EZTLIST.H02    NOT ON VOLUME AS INDICATED IN THE CATAL

the only people who can help You are those from Your support

why GENDATA is open...

why <the compiler> thinks that a dataset should be where it is not ?

little can be done from here
this kind of problem determination is faster when there is the possibility of hands on
from a remote forum the best we can do is guessing!

my first guess is a badly built endevor process
Back to top
View user's profile Send private message
chandan.inst

Active User


Joined: 03 Nov 2005
Posts: 275
Location: Mumbai

PostPosted: Wed Feb 22, 2012 8:29 pm
Reply with quote

Thanks enrico and Bill..

I will get in touch with support guys on this
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
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 Dynamically pass table name to a sele... DB2 2
No new posts How to append a PS file into multiple... JCL & VSAM 3
Search our Forums:

Back to Top