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

-991/-927 sql code.


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
biswa.pandab

New User


Joined: 17 Sep 2005
Posts: 1
Location: Bangalore

PostPosted: Sat Aug 23, 2008 3:17 am
Reply with quote

HI

I am working on a Stored Procedure and from Stored Procedure we are calling a Cobol-Db2 program-2 and that programs is updating/inserting into Database.

but currently that cobol-db2 program-2 is called by another cobol-db2 program-1 (batch Job)

Problem -
i am getting a Sqlcode- -927 for the SP whilei am calling the first Sql statment of the Cobol-Db2 program-2

Previouly their is No LCT for that Cobol-Db2 program-2
so i created two LCT

1.

INCLUDE SYSLIB(DSNALI)
NAME Cobol-Db2 program-2(R)

after that i change the LCT for the Cobol-Db2 program-2 to

2.
REPLACE DSNALI
INCLUDE INCLIB(Cobol-Db2 program-2)
INCLUDE SYSLIB(DSNRLI)
NAME Cobol-Db2 program-2(R)


after relinking the program the Stored procedure is working fine

but i am getting an sqlcode -991 while i am running the batch job for Cobol-Db2 program-1 .

How i have to resolve the -991 sqlcode.

Can any one help me on this issues.



and it is failed in the first sql statment in the atch program
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat Aug 23, 2008 5:50 am
Reply with quote

Hello,

Suggest you talk with your dba.

Is this program intended to use the Call Attachment Facility (CAF)?
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 -> COBOL Programming

 


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 VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Monitoring production job progress. N... JCL & VSAM 4
Search our Forums:

Back to Top