Author |
Message |
Topic: Rexx to COBOL to DB2: -927 (no Language Interface) |
Rubycon01
Replies: 11
Views: 7263
|
Forum: Application Programming Posted: Fri Sep 03, 2010 10:48 am Subject: Rexx to COBOL to DB2: -927 (no Language Interface) |
I was trying that SOFTSOX stuff to find a solution! Forget it, cut it out and uncomment the IKJEFT01 statement.
The COBOL program mentioned was link-edited with IEWL, it does not contain any SQL, b ... |
Topic: Rexx to COBOL to DB2: -927 (no Language Interface) |
Rubycon01
Replies: 11
Views: 7263
|
Forum: Application Programming Posted: Thu Sep 02, 2010 7:36 am Subject: Rexx to COBOL to DB2: -927 (no Language Interface) |
I'll try to avoid posting a lot, so I'll start with this:
JCL
//TLINKPGM JOB (34,8362),0134,
// MSGLEVEL=(1,1),
// MSGCLASS=O,
// REGION=0M,
... |
Topic: Rexx to COBOL to DB2: -927 (no Language Interface) |
Rubycon01
Replies: 11
Views: 7263
|
Forum: Application Programming Posted: Thu Sep 02, 2010 4:14 am Subject: Rexx to COBOL to DB2: -927 (no Language Interface) |
do you have any DSN parms in your IKJEFT01?
dbzTHEdinosauer,
can I send you an e-mail with an attachment to show you what I've got?
Rubycon |
Topic: Rexx to COBOL to DB2: -927 (no Language Interface) |
Rubycon01
Replies: 11
Views: 7263
|
Forum: Application Programming Posted: Thu Sep 02, 2010 4:10 am Subject: Rexx to COBOL to DB2: -927 (no Language Interface) |
Rubycon01,
Did you link edit your COBOL-DB2 program with DSNELI? Check this link
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DSNMCH11/2.1.6.425?
Kolusu
Kolusu,
I've send ... |
Topic: Rexx to COBOL to DB2: -927 (no Language Interface) |
Rubycon01
Replies: 11
Views: 7263
|
Forum: Application Programming Posted: Wed Sep 01, 2010 10:05 am Subject: Rexx to COBOL to DB2: -927 (no Language Interface) |
I know how to call a COBOL program from rexx and I know how to execute a SQL statement from rexx, but when I try to call a COBOL program that executes a SQL statement I get a SQLCODE = -927. I run the ... |
|