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

SQLCODE IS; 000000080N


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

New User


Joined: 12 Jan 2010
Posts: 66
Location: US

PostPosted: Wed Nov 16, 2011 1:17 am
Reply with quote

Hi,

When i try to run the COBOL-DB2 program am getting the following SQLCODE 000000080N.

I tried to search this error code info but could not get that, can anyone help on this.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Wed Nov 16, 2011 1:20 am
Reply with quote

refer to this post to understand your problem.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Wed Nov 16, 2011 1:27 am
Reply with quote

and either learn to interpret the number
or provide an edited numeric in you error display.

actually, you could call DSNTIAR
and you could save yourself looking up the message.

every decent db2 module or subsystem should have a CALL DSNTIAR Using ....

but then you need competent and experienced programmers to accomplish that
Back to top
View user's profile Send private message
gyan2march

New User


Joined: 15 Nov 2011
Posts: 7
Location: India

PostPosted: Wed Nov 16, 2011 12:33 pm
Reply with quote

SQLCODE 80N is -805. Its a bind issue.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Wed Nov 16, 2011 4:40 pm
Reply with quote

it could be simply a new copy issue in a cics environment.
or
it could be simply the wrong 'loadlib' is being addressed.
or
a statically called module has not been relinked with the caller.

probable is, a bind did take place.
the db2 catelog and the module being invoked do not jive.

If you are going to provide an answer
after someone has provided a link which will help the TS learn,
at least make it a good answer.
fortunately you were correct with 80n is -805.
Back to top
View user's profile Send private message
gyan2march

New User


Joined: 15 Nov 2011
Posts: 7
Location: India

PostPosted: Wed Nov 16, 2011 4:57 pm
Reply with quote

Ignore my inexperience with forum. I am new to it. Will take care once I am familiar with the fashion here.
Back to top
View user's profile Send private message
gyan2march

New User


Joined: 15 Nov 2011
Posts: 7
Location: India

PostPosted: Wed Nov 16, 2011 5:00 pm
Reply with quote

Also, I didnt click on the link you provided before posting mine icon_sad.gif
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Wed Nov 16, 2011 7:55 pm
Reply with quote

no problem, we enjoy having new members contribute.
the more members contributing,
the faster these poor Thread Starters have their work done for them.
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