Page 1 of 1

Netcobol with Postgres

PostPosted: Fri Mar 05, 2021 7:10 pm
by sam_jj12
hi all..
Trying to call a stored procedure with 3 inputs of field type as characters (to insert a row) in Postgres from netcobol.
Getting SQLERROR as 42809 and SQLMSG as: [Postgresql]"unknown,unknown,unknown" is a procedure.
But when executing the SQL code as embedded in the program and when executing the stored procedure in Postgres it is executing successfully..
Also could see the values for the var1 x(10), var2 x(10), var3 x(10) are getting passed successfully in the call.

any way to resolve this error.?

Re: Netcobol with Postgres

PostPosted: Fri Mar 05, 2021 11:33 pm
by prino
sam_jj12 wrote:any way to resolve this error.?

Post in a forum for toy computers?