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

Getting an sqlcode of +354


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Prajesh_v_p

Active User


Joined: 24 May 2006
Posts: 133
Location: India

PostPosted: Fri Aug 22, 2008 7:36 pm
Reply with quote

Hi all,

I am doing an muti row fetch from a table. But I am getting an sqlcode of +354. I have done cross checking of the table mapping and DCLGEN array mapping and it is exactly same except for a VARCHAR field, for which we have to add the lenth field also, as show below.
Code:
 05  MY-FIELD           OCCURS 100 TIMES. 
   49  MY-FIELD-LENGTH         PIC S9(04) COMP.
   49  MY-FIELD-DATA            PIC  X(255).


Variable MY-FIELD is used in the fetch clause. Table column is declared as VARCHAR 255. Can anybody share some info, if you have come across any similar situations?

If we need to do 'GET DIAGNOSTICS', Can any body give me some ref link for the same.

Thanks in advance!
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Aug 22, 2008 8:39 pm
Reply with quote

have you investigated SQLERRCD(3)?
Back to top
View user's profile Send private message
rpuhlman

New User


Joined: 11 Jun 2007
Posts: 80
Location: Columbus, Ohio

PostPosted: Fri Aug 22, 2008 10:22 pm
Reply with quote

Prajesh,

Here is a start:

http://publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dsnc1j12/2.2.26?SHELF=&DT=20070111144235&CASE=

Rick
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts SQLCODE = -122 while using the scalar... DB2 4
No new posts SQLCODE = -16002 when using XMLEXISTS DB2 1
No new posts Is SQLCODE -811 possible while fetchi... DB2 1
No new posts SQLCODE=-204 SQLSTATE=42704 DB2 4
No new posts Getting sqlcode 805 while executing R... DB2 10
Search our Forums:

Back to Top