Hey, I am working a new project which is running GNU 2.2 vers in Linux platform. As of now we are debugging the process with the cobol tracing option which is more tediuous work. Can someone help me how to configure gnu debugger in Linux Putty? Please suggest. Appreciate for the response.
Thank you so much for quick update.
@sf-mensch I have recently moved my project live with GNU 2.2. If I need the changes for EXTFH then again I need to test all the codes which I have migrated. I am looking something which works well for GNU 2.2 version. Please suggest for any alternative.
Thank you @sf-mensch. I will use gnucobol instead open-cobol .
Hi, I am getting error that "EXTFH" module not found. As per my information EXTFH is being used by Micro-focus,It is working fine in Micro-focus environment but not in GNU. For GNU cobol what configuration needs to applied to handle EXTFH. I am using GNU 2.2 version.
@sf-mensch Why I am not able to find the GCSORT tool.It showing blank page. https://sourceforge.net/p/open-cobol/contrib/HEAD/tree/trunk/tools/GCSORT/ Could you please help me on this?
Closing this issue as curosr senstiivity option recognising the save transaction syntax.
Yes I am using sqlserver 11.0 for my cobol programs.Today, I have tested with sample program. Looks like the issue is cursor only which are not allowing to save transaction.The cursor should close once the data get fetched.I am not sure how sqlserver handling this issue? I am still investigating this issue.
@jklowden I have checked my program again and I found that during cursor close, I am getting this problem.The cursor is fetching rows but before close cursor it save the transaction and process transactions.
@jklowden I am not sure for your point . In my case it is fetching rows even if I am getting message. Savepoint is just using for batch transaction so that for any batch failure it will rollback transaction upto last savepoint.
@vcoen I am using Microsoft SQL Server 11.0. Platform : windows 8 App: Visual studio x64 native tools command prompt To connect DB from cobol program I am using ODBC (x64) and passing the parameter. GC : Version 2.2