mikeg Beginner
Joined: 25 Aug 2003 Posts: 12 Topics: 6
|
Posted: Mon Aug 25, 2003 9:31 pm Post subject: calling a stored procedure from a VB app. |
|
|
I created a Stored Procedure that not only returns a record set, but it also returns data in the stored procedures linkage section. I wrote a COBOL program that runs in CICS, that calls the stored procedure. After the stored procedure is called, the record set is available, and the data passed through the stored procedures linkage is available. Life is good. However, when I call the stored procedure from a VB program running on my desk top, only the record set is available. The data that should be passed through the linkage section, contains spaces. Does anyone know how to get around this problem? |
|