Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
Hello, I'm looking for some sample code about reading barcodes in format gs1-128 in a cobol program, but, at the moment i don't have anything. Anyone knows of some examples? Thanks afterwards#Barcode
See COBOL Development in a new light. Take the Visual COBOL Screen Test! www.microfocus.com/.../ - Enjoy.#ScreenTest#Innovation#Appdev#VisualCOBOL#development#Test#COBOL
Hi, we are currently using RM Cobol version 10 on win 2003 server and would like to upgrade the win server 2003 to 2008 or 2008R2. Just wanted to know that the Cobol version 10 will be supported on win 2008 server or not? or do i need to upgrade to RM Version 12?
Problem: Error on Linux when attempting to execute a unixODBC command against the AcuXDBC driver: "xvision.so: cannot restore segment prot after reloc: Permission denied" The security for all directories and files involved has been set to 777 but the error persists. Resolution: This is caused by the kernel security extensions from the Security-Enhanced Linux (SELinux) project, which are enabled by default in some newer Linux distributions. SELinux enables finer-grained control over system security and shared library loading. To resolve the error the xvision.so library must be registered in the security module using the chcon command: chcon -t texrel_shlib_t xvision.so
This can be caused by an index-out-of-bounds condition. If you use compiler option -Za and compile in debug mode then the runtime will notify you if this condition occurs. What happens is the procedure division allows you to exceed the table size specified in the working storage. This overwrites the working storage elements following the definition of the table. This can be tested by NOT using option Za and monitoring variables following your table as you initialize the last element 1. The monitor will detect the change. #acubench#runtimeerror#extend32-bitRuntimehasstoppedworking#AcuCobol#extend32-bitRuntime#extend#COBOL
Dear Sir, I get the error enclosed using Visual Cobol for Visual Studio. Many thanks in advanced. PJM
Hello, I've installed Acuserver for the first time, and I've a question: Currently my application is using mapped drives. All the client computers are executing wrun32.exe, which is located in the shared folder, such as objects, vision files and configuration file. What I've tested with acuserver is: - To install runtime in every local computer. - To create a path to that folder, so I can run wrun32 everywhere. - The client configuration file is still located in shared folder. - To Launch the application with the active folder located in the shared folder, but running the wrun32.exe local instance By this way, what I've tested seems that is working properly. But I'd like to know, if that's the best way to set up acuserver or if there are another properly method. Thanks and kind regards. #AcuServer#extend32-bitRuntime
A class had a method that used WORKING-STORAGE instead of LOCAL-STORAGE. I created in instance of the class and set a variable in WORKING-STORAGE to a value, then finalized the instance. I then created a new instance of the class and called the method. The value from the last instance carried over into the new instance. Is this expected behavior ? It behaves the same way in Visual COBOL and Net Express 5.1. I fixed this by using LOCAL-STORAGE instead of WORKING-STORAGE.
Hello, We just did a fresh installation of VC for Eclipse under Windows 7 64 bits and here is the error message : An internal error occurred during: "Initializing Java Tooling".com/microfocus/eclipse/project/content/FileTypeHelper This is the first start of the program. We tried after having suppressed the workspace. Sme thing. I saw that someone had the same problem under Linux. Any idea what it might be ? Kind regards, MR
we are installing a new porduct but the installer show this error: You cannot have standard & transaction licenses installed together which caan be the problem thanks below the process This is an invalid license key Application Server License Administration System - AppTrack ----------------------------------------------------------- 1. License List 2. License Summary 3. License Install 4. License Uninstall 5. Change/Set Password 6. Reinitialize Licensing 7. Current Users 9. Quit Enter the Menu Selection Ready to install license Enter the Serial Number part of the License Key: 600000560649TG Enter the License Number part of the License Key: 03060 1E03E 819AB EE405 5CE7 20140521 You cannot have standard & transaction licenses installed together
Dear Sir, When I executed this Code in Visual Cobol for Visual Studio, Thge Output File is Empty : $set p(prexml) endp program-id grabaxml as "XMLDemo.grabaxml". Environment Division. Input-Output Section. File-Control. Select xml-stream assign TO not line advancing "C:\\MByB\\out.xml" organization is XML document-type is "group" file status is xml-status. data division. xd xml-stream. 01 xmls-group. 05 xmls-Number pic 9(18) identified by "group". 05 xmls-Alpha pic x(80) identified by "elementAlpha". Working-Storage section. 01 xml-status pic xx value 99. procedure division. open output xml-stream. move 1235  
Dear Sir, I am Getting the Error enclosed when I Build an Application in Visual Cobol fot Visual Studio. When I Debuggins with animation I see That all is fine but not Find de File "C:\\FILE1C.DAT"that I defined in App.config following the Tutorial Instructions.(Error 7 COBCH0829 : Could not find method 'text' with this signature C:\\Users\\Pedro\\Documents\\Visual Studio 2012\\Projects\\VCDemo\\CobolWinForm\\Form1.cbl 27 48 CobolWinForm) The Informatives erros in the following Syntaxi : move NEUTRALNAME to TextboxFname::text SURNAME to TextBoxSname::text Many Thanks in Advanced PJM
I am a first time user. I downloaded the trial version with eclipse. I followed it's getting started example til it told me to choose new>project>COBOL. There is on COBOL anything in the list. Any ideas?
Does the CALL "HttpPost" library routine have a built-in timeout, or is it conceivable that it could hang indefinitely while waiting for a response?#RMNet#ACUCOBOL9.2.1#HttpPost#timeout
Hello,I've got a question regarding file locking and the 'wholock' utility. I'm running on Solaris 10 with version cat $COBDIR/etc/cobvercobol v5.0.00-ePRN=R9CTH/AAH:9l.a5.50.03PTI=WrapPack 4 (7276.7659)PTI=ESPTI=Fixpack50.03_13 Process A is reading a file with fcd.LockModeFlags,FCD_LM_MANUAL. wholock shows that process A holds 0 read and 1 write lock. Process 26709 (user1) on tty ? holds 0 read and 1 write locks What confuses me is that while Process A holds a write lock, Process B is able to WRITE and REWRITE records on that same file with no problems. Should this be possible and can I rely on 'wholock'? Thanks in advance for any insight or advice. - Rich
If I have to make a certain field of a record larger I use to define the new PIC biger, example PIC x(20) to PIC X(30). But afterwards it is necesary to convert the old file to the new structure. That is quite tedious, because I have to read the old file, move all the corresponding fields to the new, write the new record. If that is finished I must rename the new file so that it has the old name. This procedure Works good, but is sometimes a big job just for this conversión. Does someone know an easier method? MOVE CORR helps a litle bit, but not at all. Thanks for any help Rolf
When downloading the VS Cobol PE; I receive a message that indicates I need to download Visual Studio 2012 Content Help Manager?
I have two solutions running on one server, one is a managed code windows based application, the second is old mainframe code that is running in naïve code. My managed code application runs fine, but when I try to start one of the naïve code program .exe, I get an error message 245 no valid product license. Do I have something setup incorrect? Confused how one solution can find the license but not the other. Thanks
Hello out there ... I have the following JVM Cobol Programm "XUSERVG" (compiled with ILSMARTLINKAGE) ... stub below : LINKAGE SECTION. *---------------- 01 SL-EXT-UEBERGABE PIC 9(7). 01 S-EXT-UEBERGABE. 02 SHARK-LEN PIC X(2). 02 EXT-UEBERGABE PIC X(50). 01 SL-USERVG-IO PIC 9(7). 01 S-USERVG-IO. 02 SHARK-LEN PIC X(2). 02 USERVG-IO PIC X(4085). PROCEDURE DIVISION USING BY VALUE SL-EXT-UEBERGABE BY REFERENCE S-EXT-UEBERGABE BY VALUE SL-USERVG-IO BY REFERENCE S-USERVG-IO. The Call in Java looks like : int SExtUebergabeLen = 815; SExtUebergabe sExtUebergabe = new SExtUebergabe(); int SUservgIoLen = 4711; SUservgIo sUservgIo = new SUservgIo(); XUSERVG xuservg = new XUSERVG (); RunUnit runUnit = new RunUnit(); runUnit.Add((IObjectControl) xuservg); // retValue = xuservg.XUSERVG(SExtUebergabeLen, sExtUebergabe, SUservgIoLen, sUservgIo); Object params [] = {SExtUebergabeLen, sExtUebergabe, SUservgIoLen, sUservgIo}; retValue = runUnit.Call("de.lv1871.cobol.XUSERVG"
Deasr Larry, Enclosed the Result of Command Execution.....
I am fetching an excel file into an acu grid but some cells isnt transfered properly. An excel cell of text format that contains "1" its tranfered as "1,000000000000000E0" in the Acu Grid. Does anyone know why? 01 W-BX-CELL-DATA pic X(100) VALUE SPACES. INQUIRE olWrkSh Range(TARGET)::Value IN W-BX-CELL-DATA#excelgridformattextnumber
In Visual Studio 2010 Pro (on a virtual machine VirtualBox with Windows XP) when I try a new project with Visual Cobol PE I have the message you can see in attached file. Thank you for your help. #VisualCOBOL
Dear Sirs, When I try to to Debug a Project Build with Visual Cobol for Visual Studio I get the Following enclosed with POST. Many Thanks in Advanced. PJM
Dear Sirs, Can I execute a Program.EXE generated in Visual Cobol for Eclipse Windows in a UNIX or Linux Environment ? Many Thanks, PJM
Dear All, I Make the LINK in Windows following the instruction given for Micro Focus : The LINK RUN Well Then I Tested the program : Not RUN well (Was generated as ojala.int) Then I Generated the program as Ojala.exe : The program Generated the POP UP Windows that we were finding. Enclosed the Figures to see that. Many thanks to all and we can CLOSE this Ocurrence.
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.