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.?