Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
RTS 115 encountered in program after field size defined increased to PIC X(9999999) Full article: https://portal.microfocus.com/s/article/KM000016986#SupportTips/KnowledgeDocs
Upgrade Visual COBOL from version 3.0 to 6.0 now see slow compilation with MSbuild. Full article: https://portal.microfocus.com/s/article/KM000016975#SupportTips/KnowledgeDocs
Hi My team have been using a program which allows use to convert INX (indexed or sequential data files) into ASCII, edit rows individually (w/ hex editor), and then convert the modified file back into INX. This process is not the best way of making a change as it requires all users to be off the system, because we need to ensure that the original INX file doesn't change. On my team, I am not the COBOL developer, so I may have some terminology off. We were wondering if RM/Relativity is the best way to make changes to an INX file in-place, or if there is a utility that comes with RM/COBOL that you can run from the linux command-line to edit specific INX files.#RMCOBOL#Linux#COBOL#Relativity#sequential#INX
Hello I'm looking for a solution to write the outer left join on several table of the sql in pro-cobol because the latter does not know how to manage it. Here is the error I had and the code I wrote. I work under oracle mistacke from VIVERS a 244 Pro*COBOL: Release 12.1.0.2.0 - Production on Thu May 6 13:53:12 2021 Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved. Error at line 245, column 12 in file VIH400.pco 245 LEFT OUTER JOIN VICOMPTE 245 ...........1 245 PCB-S-00400, Encountered the symbol "LEFT" when expecting one of the following: , START END-EXEC CONNECT GROUP HAVING INTERSECT MINUS ORDER WHERE WITH FOR UNION &n
hey, I am trying to create a CWS which have multiple ODO in structure, While executing the service I am getting below error which I believe probably due to the initialization issue, Do I need to initialize the complete array ? 230430 12043252 25200 DINESH CASSP0014S Process termination due to RTS error.Execution error : file 'DFHPITP'error code: 114, pc=0, call=1, seg=0114 Attempt to access item beyond bounds of memory (Signal 11) 12:04:32
This article explains the various reasons an RTS 114 Attempt to access item beyond bounds of memory might be generated. Problem: A process can only address memory which it has allocated. When a process tries to address memory it has not allocated, a SIGSEGV or SIGBUS signal is generated by the operating system. The RTS catches these signals and processes any posted signal handlers for the signal. The default RTS signal handler produces the RTS error message: Execution error : file 'name' error code: 114, pc=p, call=c, seg=s 114 Attempt to access item beyond bounds of memory (Signal n) -- where n is 10 for SIGSEGV and 11 for SIGBUS. Resolution: These signals are usually generated due to either memory corruption or/and invalid pointer usage (in either COBOL or C). Memory corruption involves writing beyond the end of some allocated memory. This memory could be specifically allocated by you us
Hi, Trying to compile a simple Cobol-Db2 program (DB2 ECM - Select) to test the setup as mentioned here: Demonstration Applications (microfocus.com) Getting these error messages during build: Build started... ------ Build started: Project: Select, Configuration: Debug x86 ------C:\\Users\\Public\\Documents\\Micro Focus\\Visual COBOL\\Samples\\SQL\\db2ecm\\Select\\Select.cbl (1,1-2) : error COBDB0006 : Required DB software 'db2agapi' could not be found.SQL processing cannot continue. * Compiling "C:\\Users\\Public\\Documents\\Micro Focus\\Visual COBOL\\Samples\\SQL\\db2ecm\\Select\\Select.cbl"C:\\Users\\Public\\Documents\\Micro Focus\\Visual COBOL\\Samples\\SQL\\db2ecm\\Select\\Select.cbl (74,15-22) : error COBCH0012 : Operand sqlcode is not declaredC:\\Users\\Public\\Documents\\Micro Focus\\Visual COBOL\\Samples\\SQL\\db2ecm\\Select\\Select.cbl (77,25-33) : error COBCH0012 : Operand sqlerrmc is not declared COBOL compile: 0 item(s) succeeded or up-to-d
Using compiler version 10.5.0 HF 923229 and -Z71 to -Z103 compiler option causes runtime version 10.4.1 to fail on calls to W$BITMAP, W$MENU, etc. with error message: Invalid or Missing Parameter to W$(library name). The error does not occur when compiled with unpatched version of the 10.5.0 compiler nor compilers prior to 10.5.0. Full article: https://portal.microfocus.com/s/article/KM000016604#SupportTips/KnowledgeDocs
This article provides help in locating documentation for installing and verifying RM/COBOL runtime software on UNIX systems. Full article: https://portal.microfocus.com/s/article/KM000016605#SupportTips/KnowledgeDocs
When installing an AutoPass license, the following error is produced: [7021] autopassJ instance is null. The installed license does no show in the License Manager and any other AutoPass licenses installed have disappeared too. Full article: https://portal.microfocus.com/s/article/KM000016726#SupportTips/KnowledgeDocs
Is Visual COBOL Dev Hub 6.0 supported on Red Hat 8.4? Full article: https://portal.microfocus.com/s/article/KM000016646#SupportTips/KnowledgeDocs
launching imtkmake on an OPENAPI 3.0 json file generates a message : Cannot find type information for: 'no-name-0037-op02I' References in parameters are not well converted (See part below).There is a no-name instead of the right name referenced. - name: includePendingValidation in: query required: false description: By default.... schema: type: string enum: [ "Yes", "No"] # Pagination - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/takeParam' - $ref: '#/components/parameters/sortByParam' - $ref: '#/components/parameters/sortDirectionParam' - $ref: '#/components/parameters/paginationTokenParam' Full article: https://portal.microfocus.com/s/article/KM000016773#SupportTips/KnowledgeDocs
Hi Team, I am trying to convert the RM COBOL program to visual cobol 8.0 but getting the below error. Please advise. #COBOLVISUALCOBOLMIGRATION
Version is Visual Cobol 8.0 into MSVisual Studio. Using DB2 preprocessor and need to create ,BND file. In the generated DB2 bin file I need information on table inside EXEC SQL INCLUDE as shown here: 002330 EXEC SQL INCLUDE SQLCA END-EXEC.002360 EXEC SQL INCLUDE NFODG657 END-EXEC. This information is not included in the .BND file. How can this be done? Is there a DB2 directive that would achieve this. I tried MULTI-NESTED and MULTI-PACKAGE but that does not add this.
I need to read Vision file from .NET core on Linux system. I see there are Vision APIs and I can use them. I have only a problem: If I open a file in read-only mode, all read are with the "no lock" clause (as told in the documentation) If I open a file in a read-write mode, I need to specify if I want the lock (default) of if I want the no-lock The documentation says: Records read from a file open for I/O are automatically locked unless the external variable f_no_lock is set to a non-zero value first But how can I set this variable if I don't find any call in the library to set it? Can you provide any C# example for set/unset it?#VisionAPI
how is it possible to have a indexed sequential ifle in Netexpress 5.1 with data and index in on file? What is your experience? Is ti possible or not? Why? Thanks for help!
The license manager was successfully installed with the 32-bit setup lmsetupx86.msi or the 64-bit one lmsetupx64.msi, but the license manager fails to launch on some machines even if the DLL mentioned below resides in the Licensing folder.For the 32-bit license manager, the error message says "Unable to load DLL 'ceswrapper.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"For the 64-bit license manager, the error message says "Unable to load DLL 'ceswrapper64.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)" Full article: https://portal.microfocus.com/s/article/KM000016268#SupportTips/KnowledgeDocs
It may happen that the uninstallation of Visual COBOL may be completed, but it may still be detected when trying to install another version.It may also happen that the uninstallation of Visual COBOL fails for an unknown reason. Full article: https://portal.microfocus.com/s/article/KM000016353#SupportTips/KnowledgeDocs
Behavior changes have been highlighted during upgrade from v2.3 to v7.0.What is the best way to identify the issues and amend application code accordingly. Full article: https://portal.microfocus.com/s/article/KM000016332#SupportTips/KnowledgeDocs
Swagger data type : "name" : "entityId", "in" : "query", "required" : false, "description" : "entity identifier(s)", "schema" : { "type" : "array", "items" : { "type" : "number" Cobol Copy data type : 05 entityId pic s9(9)v9(9) occurs 0 to 256 Value Sent : 1009548 Value in the URL : (from the mccerror file)xxxxxxxxentityId=-1009548.00000000%3B&lNegative value is sent through the URL and also a strange %3B (corresponding to " ; ") and a point instead of comma in the value sent.Compiler directives used: cob64 -C warning=1 assign=external defaultcalls=4 filetype=4 idxformat=4 vsc2 fp-rounding=vsc2 checkdiv=vsc2 sign=ebcdic NORTKEY host-nummove hostarithmetic host-numcompare -O -v -u -C ibmcomp perform-type=osvs noalter notrunc bound defaultbyte=0 Full article: https://portal.microfocus.com/s/article/KM000016515#SupportTips/KnowledgeDocs
AcuXDBC returns the error message "We cannot return the data producing this query because of its complexity" when opening a table using an ODBC connection in MS Excel. If MS Query is used instead of the ODBC connection, no error occurs. Full article: https://portal.microfocus.com/s/article/KM000016498#SupportTips/KnowledgeDocs
Is there a tool or process to migrate a native COBOL project from a version of Visual COBOL or Visual Studio to another version? Full article: https://portal.microfocus.com/s/article/KM000016479#SupportTips/KnowledgeDocs
Editor is not accepting the arrow keys for navigation instead its inserting A B C D as up down right left. Full article: https://portal.microfocus.com/s/article/KM000016417#SupportTips/KnowledgeDocs
We have to connect a scale for cattle via a USB (defined COM3) with ACUCOBOL 10.1.5. The command and the answer are in the image. Somebody experience with this matter? Kind regards
I have below variable: 01 WS-KEY 05 WS-KEY1 PIC X(08). 05 WS-KEY2 PIC X(50). While trying to read WS-KEY against the file, I am getting file status code of 23 (which means that record is not present). However, when I checked the file, I can see the record. I am suspecting that the WS-KEY2 has junk value somewhere in it which might be leading status code of 23. How can I display the hexadecimal value of WS-KEY (or WS-KEY2 alone) to check if it has any junk value. I tried using HEX-OF function but I believe that may not be relevant for RM/COBOL.
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.