Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
How can I run a graphical program in linux client with extend 9.2.5 or 10.4.1
Same module is compiled in both environments except for the below differences (no difference in code logic) Environment where the module is working correctly Environment where we are getting 153 Subscript out of range error for the same module Micro Focus COBOL V6.0 (with Patch Update 18 and Patch Update 20) Micro Focus COBOL V7.0 PANVALETIGNORECOMMENT setting is set PANVALETIGNORECOMMENT setting is set NOEXECSQLFLAG EXITPROGRAM"ANSI" NORM-FILE-ERRORS settings are set These settings are not set in this environment Attached all the settings of the module in normal Linux region (V6.txt) and also from Docker environment (V7.txt). Could you please provide inputs to resolve this issue community.microfocus.com/.../V7.txtcommunity.microfocus.com/.../V6.txt#COBOL#VisualCOBOL#Linux#subscriptoutofrange
Getting different behavior in cobol version Micro Focus Visual COBOL Development Hub 6.0 and Micro Focus Visual COBOL Development Hub 7.0 when both NOBOUND and SSRANGE set in cobol directive. I like to know if any changes done in version 7.0 when SSRANGE is set after the NOBOUND directive. I also need understanding of the below description which we got release notes of 7.0 version from the below microfocus link, 00491644 (69551) The NOBOUND directive specified after the SSRANGE option is now correctly respected. Also, when both NOBOUND and SSRANGE are specified, the behaviors of the intermediate and generated code are now consistent. mfenterprisedeveloper-eclipse-70-release-notes Reason for asking is that, we are getting "153 Subscript out of range" error in version 7.0 when both NOBOUND and SSRANGE are set in cobol directive. Error is not thrown in version 6.0 with the same cobol directive. Note: Logic in program and data are same in both the regions.#VisualCOBO
I am looking for recommendations for tutorials in the form of books (i.e., ebooks or physical) or videos for learning hobbyist level Visual COBOL with the following caveats: The last COBOL program I wrote in the 80s and 90s was on the mainframe with IMS DB/DC and I have never written a COBOL program for my Windows PC which is my target platform. I am NOT interested in learning OO concepts although I realize I'll need enough familiarity for working with forms and components. While I haven't written a COBOL program in 30 years, I have written personal programs for Windows PCs in Visual Basic and Delphi so I have some familiarity with event driven programming. I have Visual COBOL PE installed in Visual Studio 2022 but I am open to switching to Eclipse if that is a new user-friendly platform. Thanks for reading this post and for your recommendations.#VisualCOBOL#tutorials#learning#Books
Hi, when trying to creating any type of Cobol project in Visual Studio using Visual COBOL Personal edition (installed yesterday) I just get the error above. If anyone can advise me of a solution for this it would be much appreciated. Thanks.
Hi, in version 4.0 of CA constructor types are in a list and the documentation related to an option appears when the option is selected But in version 8.0 this documentacion don´t appears because constructor types are in a combo. How can we see this documentacion or help now?
Hi, we have update from CA 4 to CA 8 and and we have a problem that in version 4 don´t happens We works with BRP and verification process stops once the verifications are finished,but the process don´t dead. If we execute the PowerShell script on cmd, the same thing happens, we must click "Close" on the Queue Processor window to continue. We need that process dead completly when we wors in BRP. We have another question, Why don´t we see this options? 1. Click Options > Workspace Options. 2. Click Verification > Parallel Verification tab. 3. Select either • Run Parallel Verification in the online tool • Run Parallel Verification in BRP 4. Adjust the Minimum Queue Processors to improve performance when using an optimized number of CPU cores.
The description for Event ID 1 from source Micro Focus RTS for Visual COBOL 6.0 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer. If the event originated on another computer, the display information had to be saved with the event. The following information was included with the event: d:\\psft\\pt85908\\CBLBINU\\SRPCERC.exe Execution error : file 'd:\\psft\\pt85908\\CBLBINU\\SRPCERPE.gnt'error code: 105, pc=0, call=1, seg=0105 Memory allocation error the message resource is present but the message is not found in the string/message table#Events
An application was being migrated from Server Express to Visual COBOL and was being built using a 3rd party build script. The build script directly referenced libcobrts64.so.2 in $COBDIR/lib. But when the build script was run and the system linker tried to link that file it returned the following error:ld-so-1-svr0102-fatal-libcobrts64-so-2-open-failed-No-such-file-or-directoryThis will apply to any of the following files:libcobrts64.so.2 libcobrts64_t.so.2 libcobrts.so.2 libcobrts_t.so.2 Full article: https://portal.microfocus.com/s/article/KM000011863#SupportTips/KnowledgeDocs
When building an application that uses the Pro*COBOL pre-compiler, the SOURCETABSTOP defaults to 8, even if the value specified is 4. The compiler shows the following message: “CSQL-I-049: Unable to support the SOURCETABSTOP directive, defaulting to 8” Full article: https://portal.microfocus.com/s/article/KM000011842#SupportTips/KnowledgeDocs
When trying to save a DSN for Oracle Managed ADO Provider in the Visual COBOL ADO Connection Editor an error is reported that it cannot save the DSN. Full article: https://portal.microfocus.com/s/article/KM000011916#SupportTips/KnowledgeDocs
Compile error with entry-point when using COBSQL where there are multiple lines of "using" parameters Full article: https://portal.microfocus.com/s/article/KM000011909#SupportTips/KnowledgeDocs
Having a central license server with client machines retrieving the license from it, can the License Manager have different versions in the server and the client machines? Full article: https://portal.microfocus.com/s/article/KM000011879#SupportTips/KnowledgeDocs
Questions about migrating Web Service Definitions into Visual COBOL Full article: https://portal.microfocus.com/s/article/KM000011973#SupportTips/KnowledgeDocs
How to set a CES Daemon trace for license troubleshooting Full article: https://portal.microfocus.com/s/article/KM000011965#SupportTips/KnowledgeDocs
Hello! I need help for load bitmap and DLL for acuserver. See my configuration: 1-Config CODE_PREFIX @192.168.0.222:F:\\IMP\\ACUSERVE\\PDV\\OBJ;@192.168.0.222:F:\\IMP\\ACUSERVE\\PDV\\OBJF;@192.168.0.222:F:\\IMP\\ACUSERVE\\PDV\\OBJC;. FILE_PREFIX @192.168.0.222:F:\\IMP\\ACUSERVE\\PDV\\DADOS;@192.168.0.222:F:\\IMP\\ACUSERVE\\PDV\\DADOSR;@192.168.0.222:F:\\IMP\\ACUSERVE\\PDV\\DADOSP |for load image and DLL (not working) IMAGE_PREFIX @192.168.0.222:F:\\IMP\\ACUSERVE\\PDV\\IMGDLL_PREFIX @192.168.0.222:F:\\IMP\\ACUSERVE\\PDV\\DLL to solve I mapped the network, but is problematic! IMAGE_PREFIX I:\\ACUSERVE\\PDV\\IMG DLL_PREFIX I:\\ACUSERVE\\PDV\\DLL 2-Load image ACCEPT WEXT-IMG-PREFIX FROM ENVIRONMENT "IMAGE_PREFIX". |CARREGAMENTO DA IMAGEM INITIALIZE WX100 STRING WEXT-IMG-PREFIX DELIMITED BY SPACES '\\LOGOEMP.JPG' DELIMITED BY SIZE INTO WX100 END-STRING CALL "W$BITMAP" USING WBITMAP-LOAD, WX100 GIVING LOGO-JPG END-CALL 3-load DLL ACCEPT WEXT-DLL-PREFIX FROM ENVIRONMENT
Hi everybody, I need to do a simple Http Get on this Url "">viacep.com.br/.../".Does anyone has an example of how to do that using native COBOL? If there is no way to do it using native, is there a way using modern(maneged) COBOL?#API#HTTP#get#COBOL#MicroFocus
We have the Micro Focus Visual COBOL(v6.0.0.138) application setup on Linux (RHEL 8) and the database is MS-SQL. The Cobol application communicates to an External application using a 'C' socket program. A Cobol module calls the ‘C’ socket program passing the required information (Server name, Port number) using a pointer. At the point of calling the ‘C’ program, the application fails with the message as below, Execution error : file 'system/bin/CallSocket.gnt' error code: 114, pc=0, call=1, seg=0 114 Attempt to access item beyond bounds of memory (Signal 11) Please find below the program logic which invokes the C program, MOVE 1 TO WS-UNSTR-PTR. MOVE ZERO TO WS-UNSTR-CTR. MOVE ZERO TO WS-UNSTR-FLD-CTR MOVE SPACES TO WSOK-HST-NM. UNSTRING WS-SRV-NM DELIMITED BY SPACES
Hello, we are working with version 4.0 of CA and we want to update to version 8.0 of CA:1 - Is it possible to do it without installing the previous versions? 2 - Would it be necessary to completely uninstall the product and install it again with the correct version?
My solution involved existing PRO*COBOL modules compiled into Visual COBOL. and for this we are using 64 bit ODAC drivers provide by Oracle. Installation of the ODAC drivers have been successful, however when trying to consume the drivers using ADO.NET Connect Editor I endup with dependency on Microsoft .Net framework 3.5 or lower where as the ODAC provider is .Net 4.5 and above and I've selected Framework as 4.0 and above in ADO.Net and the CPU architecture as 64 bit. It would be great, if some one can point me in the right direction to install and use ODAC 64 bit drivers for my Visual COBOL 64 bit without any dependency on the 32 bit framework or 3.5 framework. Below are some images from my experience. Image 1. Image 2 Image 3
this is a COBOL performance issue related to PeopleSoft. We are doing a system upgrade and having no change in COBOL program. We are seeing our cobol process running much slower. Available tracing shows us the issue is not SQL performance related. We are upgrading from PT 8.56 to PT 8.59 and Oracle DB 12c Extreme Performance RAC to DB 21c Extreme Performance RAC. New and Old environments are all in OCI. Our issue is that existing COBOL program for GL Consolidation is running much slower on the PT 8.59 environment. We have worked with Oracle Support and provided AWR reports and can confirm the issue is not SQL or DB tuning related. In the COBOL trace we see that total time in application is greatly increased in our new environment compared to old. Process is running more than twice as long in new environment on equivalent linux process schedulers with same ocpu/memory etc. Any idea what influences the Total in Application time? Also - we have tried recompiling co
For web service deploys beyond Development, customer uses mfdepinst utility, which receives messages: 2007 (Mon Oct 31 09:06:15 CDT 2022): Unable to bind to directory: (81) SERVER_DOWN4020 (Mon Oct 31 09:06:15 CDT 2022): Unable to add service and package objects to directory9999 (Mon Oct 31 09:06:15 CDT 2022): Exiting. Installation not complete. Full article: https://portal.microfocus.com/s/article/KM000011815#SupportTips/KnowledgeDocs
Net Express's certification on Windows Full article: https://portal.microfocus.com/s/article/KM000011770#SupportTips/KnowledgeDocs
In this case the language was Hebrew and when moving text to an output file it was not being displayed at all. It was only producing an empty output file.This worked fine with Server Express Full article: https://portal.microfocus.com/s/article/KM000011746#SupportTips/KnowledgeDocs
How to determine the version of the product or compiler that was used to build a .gnt file? Full article: https://portal.microfocus.com/s/article/KM000011724#SupportTips/KnowledgeDocs
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.