Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
Did you know that Visual COBOL supports the Micro Focus Unit Testing Framework? This is an xUnit-style testing framework, available from the Visual COBOL command line prompt, or from the IDE. It supports native COBOL applications, and .NET COBOL applications. It includes much of the architecture you would expect of an xUnit framework: you can create, compile, run and debug unit tests from either the command line or your IDE. For more information see the product documentation here#SupportTips/SupportTips/KnowledgeDocs#VisualCOBOL#VisualStudio#SupportTips/KnowledgeDocs#UnitTests#xUnit#COBOL#HowTo-BestPractice#VisualCOBOL#Eclipse
Moving native applications with fixed format source files to managed code Full article: https://portal.microfocus.com/s/article/KM000006541#SupportTips/KnowledgeDocs
Launching the mentioned tool, but also other ACUCOBOL-GT exe's, the procedure stops with a missing entry point error. Full article: https://portal.microfocus.com/s/article/KM000006528#SupportTips/SupportTips/KnowledgeDocs#SupportTips/KnowledgeDocs
On Windows using the directive NOCHECKDIV, a DIVIDE BY ZERO does not fail. <br> <br>On Linux compiling with NOCHECKDIV, however, the program aborts with "162 Arithmetic overflow or Arithmetic underflow". How is it possible to continue without the abort? Full article: https://portal.microfocus.com/s/article/KM000006493#SupportTips/KnowledgeDocs
ACUCOBOL-GT Trace Files For Troubleshooting Full article: https://portal.microfocus.com/s/article/KM000005044#SupportTips/KnowledgeDocs#SupportTips/SupportTips/KnowledgeDocs
Installing Safenet Licensing on SUSE Linux requires 32 bit C Runtime Full article: https://portal.microfocus.com/s/article/KM000006368#SupportTips/KnowledgeDocs
When using AcuToWeb, require.js times out and the program won't load Full article: https://portal.microfocus.com/s/article/KM000006435#SupportTips/KnowledgeDocs#SupportTips/SupportTips/KnowledgeDocs
Is there any way of getting the tray names from the printer properties so they can be displayed as the driver states not what is in the general table provided in the winprint.def library User does not know what to select when running via AcuGT runtime compared to other applications as tray selection is different
Hi , I'm using Visual Cobol for Eclipse on Redhat, trying to migrate from Server Express to Visual Cobol, so I have to compare the Compile Result between them. and find out all reasons if difference exists. I set verbose = true, then the compile result outputted, On Server Express, here's the compile results for [list] * Accepted - nolist* Accepted - list("XXX1.lst") but on Visual Cobol, [cobol] * Accepted - NOLIST [cobol] * Accepted - LISTPATH"Listing" 1 The [NOLIST] is the same , but why [list("XXX1.lst")] outputted on Server Express ? How to set compile option that makes Visual Cobol output it too ? 2 Visual Cobol outputted [LISTPATH] and Server Express did not. It is effect anything? If [LIST PATH] is only a message for reminding something, then I don't have to change it. Thanks
Is there any build in command for AES encryption and decryption in Micro focus COBOL? I have a requirement where i am supposed to AES encrypt/decrypt one column in the file. #VisualCOBOL#MicroFocus
It's possible to change Content-type in EXEC HTML?I'm having problem with Cloudflare because the MIME types. Example:test.cbl: $set preprocess(htmlpp) endp identification division. program-id. test. working-storage section. 77 ws-color pic x(10). 77 ws-font pic x(10). 77 ws-fontsize pic x(10). procedure division. move "#000000" to ws-color move "Verdana" to ws-font move "10px" to ws-fontsize exec html copy "style.css". end-exec stop run. style.css: .style1 { font-family: :ws-font; font-size: :ws-fontsize; color: :ws-color; } When i run:cobrun testContent-type: text/html .style1 { font-family: Verdana; font-size: 10px; color: #000000;} Is there a way to change "Content-type: text/html" to "Content-type: text/css"? Thanks for help.#ServerExpress#exechtml#content-type#html#COBOL
1. I am facing 1054 return code on below cursor while opening the cursor on MySql8 through Visual COBOL 6. 2. Below cursor is working fine on Mysql5 through server express 3. Same cursor is running fine in stored proc created on mySql8 4. Project requires row level lock while fetching the cursor. 5. Can you please suggest how to make running this cursor on MySql8 through Visual COBOL6.0 with lock on row. 6.If we comment "for update" lock on Visual COBOL 6, it works fine but it is not satisfying project requirement. Cursore : exec sql declare my_cursor cursor for select date_format (cstrc_date, '%Y%m%d), cstrc_number from cstrctrl where owing_location=:ws-branch order by cstrc_date,cstrc_number for update
Is there any way to call the windows OpenFileDialog() from un-managed Visual Cobol under windows? Thanks in advance for any help.#VisualCOBOL
Customer reported error "Unhandled Exception: System.AccessViolationException..." when using the OpenESQL Assistant in Visual COBOL for Eclipse 6.0. Full article: https://portal.microfocus.com/s/article/KM000006084#SupportTips/KnowledgeDocs
Microsoft released two new Operating Systems in late 2021. Are they supported by the ACUCOBOL-GT extend® suite? Full article: https://portal.microfocus.com/s/article/KM000006296#SupportTips/SupportTips/KnowledgeDocs#SupportTips/KnowledgeDocs
Can a Column of a Grid be moved, or hidden? <br>Can a Row be resized? <br>Find these and new features in release 10.4.0 and upcoming 10.5.0. Full article: https://portal.microfocus.com/s/article/KM000006297#SupportTips/SupportTips/KnowledgeDocs#SupportTips/KnowledgeDocs
What is the cause for the transaction error 9E-12? What can be done to fix it? Full article: https://portal.microfocus.com/s/article/KM000006299 #SupportTips/KnowledgeDocs#SupportTips/SupportTips/KnowledgeDocs
How to call Native COBOL from Native JAVA project, passing data such as string. Full article: https://portal.microfocus.com/s/article/KM000005091#SupportTips/KnowledgeDocs
Did you know that Visual COBOL supports a number of advanced code refactoring options? Please see the product documentation section on refactoring here.#HowTo-BestPractice#VisualStudio#refactoring#SupportTips/KnowledgeDocs#VisualCOBOL#Eclipse#SupportTips/SupportTips/KnowledgeDocs
Did you know that the latest version of the Acu/Extend product is 10.4? In case you missed it, a recorded webinar is available, which provides an overview of the newest application modernization tools available in this version. #AcuCobol#programming#extend#SupportTips/KnowledgeDocss/KnowledgeDocs#SupportTips/KnowledgeDocs
Is it possible to change which browser program you use i AcuCobol. Right now when we set up use of browser i AcuBench, it will always use Internet Explore.It is not good while the use of Internet Explore often gives an error.And also because Internet Explore will be deleted later this year.
I am getting both a "program not found" and file error 35 when I try to use the @server code. My server name is Decision1 and my config file, in part, is as follows: ##Search path for programs.CODE_PREFIX @decision1:G:\\apps\\UPW2018 G:\\APPS\\DB2018##Errors controlERRORS_OK ON##Search path for data files.FILE_PREFIX @decision1:G:\\apps\\UPW2018ICON G:\\apps\\UPW2018\\DSI.ICO# My run time config file uses the following and works just fine. Why is my @server not working? Is my syntax wrong? thanks #Search path for programs.CODE_PREFIX G:\\apps\\UPW2018 G:\\APPS\\DB2018
I have 5+ year of experience in AcuCOBOL. Worked in Insurance , Supply Chain domain. and having experience in SQL also. Please help me to find a better opportunity to work.#COBOL#AcuCobol#acubench
I have autogenerated Webservice client program using how to article in Micro focus documentation link Programming > COBOL Programming > Interface Mapping Toolkit (IMTK) > How to> Generate Clients > To generate a RESTful COBOL console client from JSON It is working fine for HTTP based webservices. However, same approach does not work for HTTPS based webservice. Its throwing HTTP status code 8 (Communication error) Error: HTTP Status Code 00008Error: Communications component error Our Micro focus environment does not have HTTPS listener available which could be the reason for above error. I went through the Micro focus documentation and found below article which could explain the missing Communications component error message www.microfocus.com/.../GUID-0C6B4853-13B1-4759-8041-80D9509D6058.html Did anyone faced similar issue? What was done to fix it? #VisualCOBOL#listener#restfulwebservice#https
Hi, I have a number declared : 77 MY-NUMBER PIC S9(5)V99 and for printing it : MY-NUMBER-PRINT PIC -ZZZ.ZZZ.ZZ9,99 When I print it the minus sign appears in the first left space es. - 123,45. How I can position the minus sign near the 1 ?
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.