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

Please explain this SQL CODE.


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

New User


Joined: 31 Oct 2012
Posts: 43
Location: INDIA

PostPosted: Wed Mar 13, 2013 5:05 pm
Reply with quote

Hi all,
I am trying to create a package.
But I am getting SQLCODE = -206.
I have gone through this link: pic.dhe.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=%2Fcom.ibm.db2z9.doc.codes%2Fsrc%2Ftpc%2Fdb2z_sqlcodes.htm

But I could understand what I should correct.

Could anyone please explain why the error actually occurs ?

The step abending is

//STEP5 EXEC PGM=IKJEFT01
//DBRMLIB DD DSN=FSS310.HRIT.DBRM,DISP=SHR
//STEPLIB DD DSN=SYS1.DSNDBZ.SDSNLOAD,DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//UTPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSIN DD *
/*
//SYSTSIN DD *
DSN SYSTEM(DBZ)
BIND PACKAGE(PCKCLL) MEMBER(MIT001) -
LIBRARY('FSS310.HRIT.DBRM') -
ACTION(ADD) -
OWNER(EXT99) -
QUALIFIER(EXT99) -
VALIDATE(BIND) -
ISOLATION(CS) ENABLE(*)
END
/*
Back to top
View user's profile Send private message
tamminenisidhartha
Currently Banned

New User


Joined: 31 Oct 2012
Posts: 43
Location: INDIA

PostPosted: Wed Mar 13, 2013 5:18 pm
Reply with quote

The problem is solved.
Please don't reply.

Thank you all.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Mar 13, 2013 6:19 pm
Reply with quote

Thanks for the follow up, however, it'd be nice if you can share the solution you've used.
Back to top
View user's profile Send private message
tamminenisidhartha
Currently Banned

New User


Joined: 31 Oct 2012
Posts: 43
Location: INDIA

PostPosted: Thu Mar 14, 2013 3:39 pm
Reply with quote

@Anuj Dhawan
The table we are trying to access, doesn't exist.
So we created a table and then executed the step mentioned above in the topic.
It is executing successfully now.
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Thu Mar 14, 2013 3:43 pm
Reply with quote

So why did you get -206 ? You should have got -204
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts DB2 Statistics - Using EXPLAIN and qu... DB2 1
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top