Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
When using imtkmake (Micro Focus Interface Mapping Toolkit v6.0.00) to build a Cobol proxy calling a REST API, it results in error: MccHttpRequest: Method GET does not permit a request body Read the knowledge doc for resolution#SupportTips/KnowledgeDocs
Although a reference to a native DLL COBOL project is added to the calling managed program's project, a dynamic call to any of the programs from the referenced DLL project fails with the error 173. Read full knowledge article for resolution#SupportTips/KnowledgeDocs
Situation When I launch the Eclipse debugger, this sometimes kicks off a rebuild of my project. Why does this happen? Is there a way to avoid this build? Cause By default Eclipse looks for changes in files inside the project since the last build was performed, and if it detects any, will force a build as part of launching the debugger. This helps ensure that the debugging experience is correct, because without it there is the risk of looking at updated source that does not match what happens during execution. Resolution If you wish to suppress this automatic build, there is a setting in Eclipse preferences for this. From the Eclipse menu, go to "Window -> Preferences" then "Run/Debug -> Launching". The setting is "Build (if required) before launching", and if this is unchecked, the automatic build will not occur. Read full knowledge article#SupportTips/KnowledgeDocs
Situation Compiling a large program in version 8.0 produces the following error: COBCH1674S Internal dictionary overflow. Program too large. Same program compiles correctly in previous version. Resolution This has been identified as a product issue, which will be addressed by defect OCTCR50A413202. To check the status of this defect, please contact Customer Support. Read knowledge article#SupportTips/KnowledgeDocs
When running the same SORT in versions v6.0 Patch Update 21 and v8.0 Patch Update 3, the results are different.The sort contains : export SORTTYPE=2 mfsort \\ sort fields "(50,2,pd,a)" \\ use DS_SYNCSORT_COBOL_K000_OUT org sq record f,100 \\ give DS_SYNCSORT_COBOL_K311_OUT.$A2_COBVER org sq record f,100 The results appear to be in a different order in v8.0 Patch Update 3 Resolution This has been identified as a product issue which will be addressed by defect OCRCT50A415194.To check for the status of this defect, contact Customer Support. Read full knowledge article#SupportTips/KnowledgeDocs
The process of upgrading Visual Studio 2022 to a new version like 17.4.5, removes the Visual COBOL extension from within Visual Studio 2022 and COBOL is no longer recognized as a language. Read full article for resolution#SupportTips/KnowledgeDocs
Where can I find guidance on using NATIONAL characters (not DBCS) in COBOL programs? Full article: https://portal.microfocus.com/s/article/KM000014767#SupportTips/KnowledgeDocs
Launcing the "start-gateway" script to start the AcuToWeb gateway daemon, the following error occurs: ERROR 10000:Duplicate keys! using start-gateway script Full article: https://portal.microfocus.com/s/article/KM000014925#SupportTips/KnowledgeDocs
Calling a .NET DLL may cause a memory access violation (MAV) with 32-bit runtime or a runtime crash without notification with 64-bit runtime. The behavior did not occur with earlier versions of the runtime. Full article: https://portal.microfocus.com/s/article/KM000014905#SupportTips/KnowledgeDocs
I have any programs that run correctly on netexpress 5.1! Now i am testing the new version visual cobol 8.0 and have now programs that want works. Own lbr's or dll's are not found by debugging or running see a little example here: Where must be placed the own lbr's or dll'?Wich runtime modules are needed? There are any modules that i was not able to find on vc8 as tools.lbr or utils.lbr, also cblvios.dll, cblrtss.dll and other I missed also many possibilities on debugging on vc8 comparing with netx5.1!!!! How can help? What are your experience? Thanks for your help Here a extract from a program: working-storage section. * Pointer 01 cgtoolsptr procedure-pointer. 01 cob32apiptr procedure-pointer. * PROCEDURE DIVISION. main. perform load-module *> wapiutil is in ossyslib.lbr and not found !!!!!!!!!!!!!!!!! call 'wapiutil' using null *> vorladen / load-module section. *> own lbr-modul not found in vc80 !!!!!!!! call 'ossyslib.lbr
Hello Community, I am currently using Acucobol version 9.2.5 in my organisation. Can anyone let me know if there are any security issues in the version 9.2.5 due to which i should consider upgrading AcuCobol version 9.2.5 to the latest ? Also, if anyone knows about any security issues in acuthin do let me know. Thanks !#AcuCobol
DISPLAY ... ERASE LINE in terminals wider than 200 characters would cause a memory error. Full article: https://portal.microfocus.com/s/article/KM000014725#SupportTips/KnowledgeDocs
AcuThin pre-10.5.0 32-bit can connect to AcuRCL 64-bit on Linux, and obtain a valid system handle for the window. AcuThin 10.5.0 32-bit cannot; it only gets a zero in return. Full article: https://portal.microfocus.com/s/article/KM000014728#SupportTips/KnowledgeDocs
Which Java versions are supported in Visual Cobol for Eclipse? Full article: https://portal.microfocus.com/s/article/KM000014978#SupportTips/KnowledgeDocs
Existing programs that call WIN$PRINTER with the op-code WINPRINT-SETUP-OLD run successfully using the runtime, but will appear to hang when using AcuToWeb. Full article: https://portal.microfocus.com/s/article/KM000014848#SupportTips/KnowledgeDocs
When compiling or running a program, the following error occurs: Error [5]: Cannot talk to the license server on host “xxxx”. Server may not be running Full article: https://portal.microfocus.com/s/article/KM000014931#SupportTips/KnowledgeDocs
We're trying to find a way to allow clients to drag and drop a file onto an AcuCobol screen control that will allow us to capture the path and then copy/move the file where we need it. Is there such a capability, and if so could you provide an example? Thanks.
in the ds-cpy i found a value of a push-button 03 PB-STOP PIC 9(8) COMP-X VALUE 6. in dialog system i can do any function at example "button-selectec" Is it possible to set the state or get the state of the buttion directly in the cobol progrram without calling dialog system? Thanks for help!
Which LIB should I link with
I have a Win10, with VC8 and VS2019 prof, and since the last update of VS2019, I have the problem that when editing any program of any solution, I have the problem that the editor does not appear as before, without differentiating colors.How can I restore it?
On VS 2019, Tools=DialogSystem show me errorcommunity.microfocus.com/.../VC8_5F00_DS_5F00_err.pdf#VisualCOBOL
Hello Community, I am currently using Acucobol version 9.2.5 in my organisation. Can anyone let me know if there are any security issues in the version 9.2.5 due to which i should consider upgrading AcuCobol version 9.2.5 to the latest ? Also, if anyone knows about any security issues in acuthin do let me know. Thanks !
Hi, When I run and load a cobol program that generated a PDF file from an Excel file, which used to run without any problem, now the attached message appears. This message is due to the version of Office I use and is a NetExpress error. Any hint on how to solve it? The Cobol statement that gives the error is as follows invoke theSheet "PrintOut" using desde hasta NCOPIAS activeprinter readonly printofile collate invoke theSheet "finalize" returning theSheet
I have valid Visual Studio CE and Visual COBOL PE licenses. I have just tried to launch VS with my VC projects. I get a message at the top of VS "Visual COBOL Personal Edition does not have a valid license". When I try to launch my VC .sln all the projects shown in Solution Explorer are described as 'incompatible'. If I try to Relaod Project a message box appears saying "Unable to obtain the requested license. Error [18]. No license code is available for feature SolarVisualStudio2010PE.." I've no odea why this references VS2021, I haven't had that on my PC for several years. Assistance required, please.
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.