Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Getting an sqlcode of +354

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2
Author Message
Prajesh_v_p

Active User


Joined: 24 May 2006
Posts: 111
Location: India

PostPosted: Fri Aug 22, 2008 7:36 pm    Post subject: Getting an sqlcode of +354
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
References
dbzTHEdinosauer

Senior Member


Joined: 20 Oct 2006
Posts: 1618
Location: germany

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

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

Active User


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

PostPosted: Fri Aug 22, 2008 10:22 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2 All times are GMT + 6 Hours
Page 1 of 1