Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
Hi,I recently upgraded my HD and copied my entire old one to the new one. since then i'm unable to lunch Visual Cobol for Eclipse. Sounds like the license is linked to HD serial number and not MB!!Called the Canadian Support line couple of weeks ago, and they opened a ticket for me, but unfortunately up till now didn't receive any feedback from them!!!I still have the old HD and can re-install it if needed to export license.Thank you in advance for your helpMF_VC_License_prob4.pngMF_VC_License_prob3.pngMF_VC_License_prob1.pngMF_VC_License_prob2.png
Has anyone got the Alfred.cbl to compile? Lots of weird errors when I try to compile it. Or is there another solution\\Sample (Program) that you use.
I am trying to use runcobol rmmapinx. Interactive message are getting distorted - as below. (base) [root@ctreetest10 rmcobol] # runcobol rmmapinxRM/COBOL Runtime - Version 12.12 for Linux Intel 32-Bit.RM/COBOL Runtime System issued to Pharmacy Data Management Inc.Copyright (c) 1985-2016 Micro Focus. All rights reserved.Registration Number: 6E-1000-28423-9999C?12lProvided In?25lIndexed File:?1049h?12lB62;1H
I would like to unit test a program that is several layers deep in a large monolithic application. The program undergoing change and requiring testing has a lengthy list of fields that needs to be supplied via its Linkage Section. Is there a way I capture the contents of storage during execution, perhaps in debug mode, so I can more easily use these values in my unit test?#UnitTest
Hello,I am trying to test the 64 bit version of AcuXDBC and am having some issues when trying to use the ODBC connection in applications like Microsoft's Power BI. When I try to access my ODBC connection I get the following errors:We encountered an error while trying to connect.Details: "ODBC: ERROR [S1000] [TOD][ODBC Driver]DLLLOAD: acuxdbc04, The specified module could not be found.ERROR [01000] [Microsoft][ODBC Driver Manager] The driver doesn't support the version of ODBC behavior that the application requested (see SQLSetEnvAttr)."Now if I use ASQL.bat that Microfocus supplies, I am able to connect to my data source and query data from it.I also have the 32 bit version of XDBC installed on my computer, so I am not sure if that is causing any conflicts or not. I currently have the GENISIS_HOME set to my 64 bit install ACUGT directory. I have my ACUGT\\bin folder in my Path. When I check my registry for my data source, it all appears to be po
HiWhen I create solutions in VCVS2019_6.0, importing from projects in Net Express, apparently they are generated without problems, and when I try to execute them, some go correctly and others give me the message "Micro Focus License Manager service is not running".Why is this and how can I solve it?If I try to execute them from the Command Interface,Another type of message appears. (mf2 and mf3 displays) Thank you Captura_mf2.PNGCaptura_mf3.PNG
I would like to learn how to connect, read and modify an SQL database in Managed COBOL. I have created a simple sql database in Microsoft SQL Server Management Studio v 18.7.1. Is there documentation and/or a sample program available for beginners?
Why do i obtain this message when i'm installing visual cobol 6 ? I run the install program as administrator however
We have a mixed language system, C main program and COBOL sub programs.runner.c -–(cobcall)--> a.cbl --(call)--> jump.c --(cobcall)--> b.cblAfter exiting subroutine b by using longjmp (going back to jump.c), we are trying (in a.cbl) to do a CANCEL “b”. This does not work:Load error : file 'b', 177 Attempt to cancel active programObviously, there is an active flag or active counter, which gets not reset or decremented by longjmp. A CALL “b” thus stops with:Execution error : file 'b', 166 Recursive COBOL CALL is illegalDoes anybody know, how to reset the active state of an active subroutine?Why are we not using coblongjmp, which will safely eliminate this problem? We would happily do, but starting with Visual Cobol 5, Micro Focus has changed the behavior of coblongjmp so that it will refuse to work in some situations. Unfortunately, we are in one of these situations.
Would like to change the color of the scroll bar to make it more visible.
Hi,I recently restored my old backup and testing my programs under visual cobol for eclipse. Initially the programs were created under MF Cobol, then customized for MS Cobol (screen section).I'm attaching a sample programs (part of accounting system i did in mid 90's). I made some modification to it recently.I would appreciate having a second opinion and ideas about what to change? what to enhance?Thanks in advanceNB: CHPBNY.TXT = CHPBNY.DAT | LOCBNY.TXT = LOCBNY.DAT | CURBNY.TXT = CURBNY.DAT | MAFBNY.TXT = MAFBNY.DATDSPLYMAF.TXTMAFBNY.TXT
hello,I use Netexpress 2.0 with Dialog.I've tried to show a bitmap image (x.bmp) from a master-field containing a path 'c:\\folder\\x.bmp'.The system shows me an error:DSRUN error 17,851,3a panels v2 error ocurredpanels v2 function Pf-Add-Resource returned error P2ERR-BAD-PARAMETERCould anyone help me to solve the problem ?Thanks in advance. R. Lima#Pf-Add-Resource#P2ERR-BAD-PARAMETER#bitmap#DSRUNerror17-851-3#dialogsystem
I'm using Indexed-file with LOCK MODE IS AUTOMATIC,also, I have these directives $set ans85 comp $SET AUTOLOCK FILESHARE the file opened as i-o,the file contains these records keys: 1, 5, 12my issue:if user1 working on record no 5,, user2 can't add new record no 4
Problem: The following will assist you in determining the cause of Dialog System Error 17 Codes you may encounter. Resolution: An error 17 means that Panels 2 (the technology behind Dialog System) has encountered an error. The fields DS-Error-Details-1 and DS-Error-Details-2 will give more information on a Panels 2 error. DS-Error-Details-1 is the function Panels 2 was trying to perform, and DS-Error-Details-2 is the error Panels 2 encountered. This can be crossed referenced with Panels 2 copy books. Panels 2 Function Codes 78 Pf-Initialize VALUE 0. 78 Pf-Set-Window-Backdrop VALUE 1. 78 Pf-Redraw-Windows VALUE 2. 78 Pf-Create-Window VALUE 3. 78 Pf-Shift-Window VALUE 4. 78 Pf-Get-Window-Info VALUE 5. 78 Pf-Delete-Window VALUE 6. 78 Pf-Show-Window VALUE 7. 78 Pf-Unshow-Window VALUE 8. 78 Pf-Flush-Panel VALUE 9. 78 Pf-Scroll-Panel VALUE 10. 78 Pf-Write-Panel VALUE 11. 78 Pf-Read-Panel VALUE 12. 78 Pf-Save-Window-Arrangement VALUE 17. 78 P
XML extension : $SET preprocess(prexml) endp runs propoerly on windows but doesn't under Linux.Is it system dependent? What should be included to read XMl in LINUX system? Thanks for help in advance.
Can you tell me how to do this in COBOL (C# as the example). I’ve highlighted the constructor chaining method in yellow. public class Car { private Driver driver; public Driver Driver { get { return driver; } set { driver = value; } } public Car() : this (new Driver()) { Driver.Name = "Speed Racer"; } public Car(Driver driver) { this.driver = driver  
What mean the following error in german:MSB4181 Die Aufgabe "Cobol" hat FALSE zurückgegeben, jedoch keinen Fehler protokolliertTraduce in english: the Task "Cobol" give FALSE back, but no error in protocolThis error only in VC6.0 without Service packs
Hi,I wish to enhance some of our code to include diagnostic debugging logging lines. I Know I can do this by using a 'D' in column 7 and setting WITH DEBUGGING MODE against the SOURCE-COMPUTER. What I would like to know is is there an easy way to change the color scheme so the 'D' lines appear in a different color, they take the same color as a comment line which is not great as I'd like to differentiate them from comment lines.Failing that is there something else I could use, put a different character in a different column perhaps to trigger a change in color scheme for these lines ?Thanks in advance.
I call Outlook to send emails. I easily attach files to send with the emails. Now I want to insert image files within the body of the emails. I tried the following, but the file still shows up as an attachment:MODIFY OUTLOOK-HANDLE, CREATEITEM (olMailItem) GIVING Mail-Handle.INQUIRE MAIL-HANDLE, @Attachments ATTACHMENTS-HANDLE.MODIFY ATTACHMENTS-HANDLE, @Add(FILE-PATH, @olEmbeddeditem, INSERT-POSITION, SIMPLE-NAME) Any suggestions would be greatly appreciated. #attachments#Email
ChrisUsing the command line batch files the source code compiles and (apparently) links OK ....c:\\WORKAREA\\Eloq-BOM\\BOMPROG>compileMicro Focus COBOLVersion 6.0 (C) Copyright 1984-2020 Micro Focus or one of its affiliates.Object file-name [BOMP.OBJ]:Source listing [NUL]:Object listing [NUL]:* Checking complete with no errors - starting code generation* Generating bomp* Data: 6912 Code: 6873 Literals: 3792c:\\WORKAREA\\Eloq-BOM\\BOMPROG>linkMicro Focus COBOL - CBLLINK utilityVersion 6.0.0.69 (C) Copyright 1984-2020 Micro Focus or one of its affiliates.Microsoft (R) Incremental Linker Version 14.16.27035.0Copyright (C) Microsoft Corporation. All rights reserved.bomp.objcbllds00003FE8.objCreating library bomp.lib and object bomp.expMicrosoft (R) Manifest ToolCopyright (c) Microsoft Corporation.All rights reserved.... but when I try to run BOMP.EXE I get the error message "The ordinal 75 could not be located in the dynamic link library c:\\workarea\\eloq-bom\\bomprog\\image3kc
Looking for some advice and help and wondering if anyone has an example source code that can be attached that will open up a EBCDIC RDW data file and write it back out to ASCII .The input file has been downloaded correctly through FTP.Thanks
I was reading CodeWatch Document but not able to get info. so thought of placing request here:I have below scenario :a. Currently, RM/COBOL program getting triggered via Message in Linux Queue b. I am trying to replicate same scenario in window based RM/COBOL.Is it possible to debug RM/COBOL Program in CodeWatch when external message is arrived in queue ?
Good Morning -I am trying to query Table via JDBC. Opened a cursor and reading from first till last record.ISAM File corresponding to TABLE : Len 512 Char, 84 fields.JDBC connection is automatically closing after 450K records. Is there any setting missing ?I understand file is getting read from top to bottom. Expecting slow speed but is there any way to enhance speed.
I am trying to install extend 10.3.0 on a Docker Container running Windows Server Core 1909. After running the extend installer, I try running 'crun32 -v' from a command prompt to verify the install but no output is displayed. The version information is not displayed as expected and no error is displayed indicating a failure. The program simply returns to the command prompt. I have successfully installed an older version of extend (9.1.1) on the same container and running 'crun32 -v' returned the expected version information. However, my application now requires the use of 10.3.0 to run properly, so using the older version of extend is not an option for me.The following is the command I am using to install extend 10.3.0:msiexec /i 'C:\\temp\\1030Win32\\msi\\extend(R) Version 10.3.0 x86.msi' /l*v C:\\temp\\ExtendInstall.log /qn ADDLOCAL=Compiler,Runtime,WebRuntime,ThinClient,WebThinClient,
Hi All,May I know is it compulsory to use OPEN I-O WITH MASS_UPDATE in updating or posting batch program to prevent the File/Record Lock Issue? What is the bad impact if using the MASS_UPDATE?
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.