Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » COBOL » Netcobol with Postgress(Access Postgres stored procedure from netcobol)
Netcobol with Postgress [message #1838836] Sat, 06 March 2021 02:19
Sam jj is currently offline Sam jjFriend
Messages: 1
Registered: March 2021
Junior Member
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.?
Previous Topic:Survey for COBOL Practices
Goto Forum:
  


Current Time: Sat Nov 11 06:10:48 GMT 2023

Powered by FUDForum. Page generated in 0.01628 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top