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

SQLCODE-000000080N


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

New User


Joined: 14 Jan 2016
Posts: 1
Location: India

PostPosted: Mon Feb 01, 2016 4:35 pm
Reply with quote

Hi

While invoking a CICS-DB2 program exposed as webservice, I am getting SQLCODE-000000080N.

I have compiled and bound the program successfully.

Please provide your suggestions to resolve the error.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Mon Feb 01, 2016 4:46 pm
Reply with quote

did You ever care to read about number format on the IBM mainframes
binary, packed, zoned,
and how the sign is represented for signed zoned numbers ?

Code:
80N
FFD
805


is just the poorly formatted representation of a NEGATIVE 805
Your sqlcode is -805

and if You have already decoded the sqlcode ( which was not clear from the question )
just follow the suggestions from the manual

wiser for You to move to the student and beginners forum here
www.ibmmainframeforum.com
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