Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
Is it possible to prevent AcuBench from auto generating the default declarative code for the file "open" modes? We use AcuBench to design the vast majority of our programs, and in any where we add a data set the below code is auto generated. This is even with every one of our data sets set to "do not generate any IO Paragraphs" in the DLT setup. The end result is any actual error that occurs when the file is being opened is skipped and when an error is thrown its related to the process downstream that is failing due to the file never being opened. For example a 49,02(91,02) file not open on rewrite,delete, later in processing. I'm able to delete the declaratives manually from the CBL however anytime the source is regenerated they come back. DECLARATIVES. INPUT-ERROR SECTION. USE AFTER STANDARD ERROR PROCEDURE ON INPUT. 0100-DECL. EXIT. I-O-ERROR SECTION. USE AFTER STANDARD ERROR PROCEDURE ON I-O. 0200-DECL. EXIT. OUTPUT-ERROR SECTION. USE AFTER STANDARD ERROR PROCEDU
Hi! One of my customer is using Fileshare under Windows 7 and Windows 2012 Server and have big Problems with the fileshare System.. Under Windows XP and Windows 2003 there where no Speed Problems... The Compiler Directives that he is using was:FILESHARE CALLFH "EXTFH" In the cobopt.cfg is standing:set environment_mapper=TRUE Have anyone a hint for me to bring up the Speed for the programs? Here an select Cobol sample: SELECT TITEL ASSIGN external TITELX ACCESS DYNAMIC &n
Micro Focus has always tried to provide a full, in-depth development environment for COBOL developers. In previous releases of Micro Focus NetExpress it was possible to send files to the printer and have them print in duplex mode. The technique used was to call a Micro Focus supplied process using the following format and passing it a series of parameters similar to the following Unfortunately this process applies to a non-managed environment. More and more clients are moving to a managed environment under .NET. How then does one translate the above Micro Focus specific implementation of duplex printing to managed-COBOL? The following article shows how to use the properties available in the Print Document class to enable duplex printing in .NET and adapt the Microsoft approach to handling printers. Print Document Class Before we dig into the specifics of implementing duplex printing we need to review the Print Document class. According to Microsoft the Print Document class “Defines a
We ran the following vutil command and got an error code of 94. What is error 94? We check the documentation but 94 was not listed. vutil command options were: "vutil32 -unload -t ", followed by the input and output file names.
F.A.O Chris Glazier, Hi Chris, I'd like to access web services direct from Visual COBOL e.g. FTP to do automatic software updates, send emails, scrape web pages etc. Can you point me to any help for this. My immediate interest is to be able to do automatic software updates for our users by accessing update files from our server. Thanks, Linden
I'm needing to treat a checkbox in datagridview but I can not, can someone help me with this. Thanks!
Is it possible to change the CODE_PREFIX programmatically so that objects can be called in a different directory or is this strictly a configuration variable that is loaded when the run time starts.
Como se pueden utilizar las teclas de funcion en un grid cuando se genera el evento MSG-BEGIN-ENTRY ?#ACU#GRIDlosingfocusinAcuCobolver8.1.3
I have a user with 64-bit Windows Ultimate SP1, Dell OptiPlex 9110, that cannot run a program using C$SYSTEM. As soon as the CALL C$SYSTEM command is executed it fails. Other users not having this problem, but I am remote, its not clear if the other users have Windows Ultimate. I don't experience the behavior on my Dell T1700 WIndows Professional o/s. Has anyone else seen this? Is there another method to execute a user inputted acucobol program name that works? Thanks out there! Hope I can help you guys one day. Sample of the code: 01 RUN-COMMAND. 02 FILLER PIC X(44) VALUE "wrun32.exe -c \\bi\\data\\cblconfi ". 02 RUN-PROGRAM PIC X(30). *************the program to run is an Acucobol&n
Oi, Este é um exemplo de como você pode trabalhar com checkbox em um datagridview.Abraços, Coral Hi This is a demo to show how you can work with checkbox inside a datagridview..Best regards, Coral#demo
Using the method SortCompare for sorting date column DataGridView
I am using Visual COBOL v2.3 on Red Hat Enterprise Linux 64 bit. I am trying to execute a script which contains the setting of various environment variables required during build. I have tried to use the build configuration Events by both sourcing the script or simply executing the script. In both cases the environment variables are not set at build time. Setting environment variable one at a time within the project will not work because the script is built dynamically. How can this be accomplished?#CobolEclipse#eclipsevisualcobolvariablesviewencoding
Hi there, I successfully completed the tutorial on REST Service Interfaces (http://documentation.microfocus.com/help/topic/com.microfocus.eclipse.infocenter.visualcobol.vs2013/GUID-58BF06B8-029A-46A0-8AA2-3E9A0A52B162.html?cp=5_4_0_5_0_2_2) And everything works find with the generated client. But now I want to use another client but I cannot find any information about the url and how to post parameters. (The service handler has the path temppath/ProgramRest/1.0#CheckAppt) -> I want to use a rest client integrated into the browser. Is there any information about the generated rest urls (and parameters/load)? Thanks for your help!
How do you specify the module you want to debug into in a Multi-Output project with many console type modules?
Oi, Este é um exemplo de como você pode alterar a altura e largura de um campo de texto dinamicamente.Abraços, Coral Hi This is a demo to show how you can change height and width of a textbox dynamically.Best regards, Coral#demo
Hi Everyone,I have created a gridview with 3 cols successfully. 1st is the S.no and 2,3 contains Dates. It has 12 rows. Now i want to highlight a cell in the 2nd column which satisfies a cond. This is my Code if e::Row::Cells[1]::Text = "mycondvar" then set e::Row::font::Bold to false else set e::Row::font::Bold to true. It is always setting to True. Even when I set a breakpoint i am not able to view the value in Cells[1]. I am totally stuck, is my syntax correct ?Kindly help me with this . Thanks#MicroFocus#COBOLVISUALCOBOLMIGRATION#2.2VS2013COBCH174788#extend9.2.5VisualCOBOL#COBOL#VisualCOBOL#Microfocusorionhub
I have a column in my database that needs to be 20,000 characters. I defined it as varchar(max), using a cobol program I was able to insert the data using a host variable defined as Pic X(20000), however when I tried to read the data using the same host variable no data is retrieved but I get a sqlcode of 0. The primary key is a numeric value. I tried to use the host variable syntax definition as described in the documentation but that didn't work either. Any ideas on how I can get this to work? We are using Acucobol version 8.1.3.1. Thanks
Dear Sir, I execute this and get an Error, Could you please what was wrong ..??? $ cob -a -v -P -k PrestMedical.pco -C"p(cobsql) nocst csp CSQLT=syb cobsqlinclude=/usr/sybase/include">cob64 -C nolist -CC -KPIC -A -KPIC -N PIC -a -v -P -k PrestMedical.pco -Cp(cobsql) nocst csp CSQLT=syb cobsqlinclude=/usr/sybase/include* Micro Focus Server Express V5.1 revision 000 Compiler* Copyright (C) Micro Focus IP Development Limited 1984-2012.* Accepted - verbose* Accepted - nolist* Accepted - p(cobsql) nocst csp CSQLT(syb) cobsqlinclude(/usr/sybase/include)* Accepted - list("PrestMedical.lst") * Micro Focus Cobsql Integrated Preprocesso
Me pueden informar de como utilizar las teclas de funcion f1-10 en un grid. Cuando se genera el evento ENTRY-REASON en MSG-BEGIN-ENTRY se pueden controlar el doble click comprobando si se ha pulsado el valor X'00'. Me pueden indicar que valor corresponde a las teclas de función. Gracias#acubench
Hello I'm trying to see the details of the invoices when I select the line of one of them.For this I created a datagrid with invoices.After I added a DataGrid.rowdetailstemplate where i define the fields i want to appear when I select an invoice.When I select one of them with the header line appears but the invoice lines do not appear. I've tried several ways and I can't get them to appear.I don't know exactly when and how you have to load the information of the details. Can someone help me?Thank you.
Dear Sir, I was testing Server Express 5.1 and I get the following Error : error(s) in assembling /var/tmp/cobAAAYmaCRb/%cob0.s when put cob64 -x tictac.cbl All other command compile work fine. TKS PJM
In a previous article we described how to utilize the .NET object ‘Date Time Picker’ in Visual COBOL. After reviewing the article Alwyn Royall (Mr), one of our UK Solutions Consultants provided some additional information about applying Cultural information to displaying dates. For those of you who work in a single location the thought of applying cultural information may not have crossed your mind. There are however applications that are used in a many different locations worldwide and the ability to present information, specifically date information, in a format they are used to seeing is huge benefit not only to the user but to the company receiving and processing the information. They are more assured the data will be correct and the end user finds the application easier to use. WinForm Alwyn has expanded the previously created WinForm to include a couple of new combo boxes. The new form now looks like the following: If you will notice the bottom of the form there are thr
Hello, We have an in-house application running on ACUCOBOL 6.0 under Linux. We have licensing for 60 concurrent users currently. We would like to add runtime licenses for 10 more users, as we did in the past. Anyone here knows if this is still possible? Are licenses available for older versions of the runtime? We lost our previous sales rep from Micro Focus and the new one is telling us we are required to move to version 10, which we don't want to invest into. thank you#AcuCobol
Problem Undefined symbol first referenced in file xcsConvertString /opt/mqm/lib64/libmqicb.so CSCtrl /opt/mqm/lib64/libmqicb.so xcsGetMemFn /opt/mqm/lib64/libmqicb.so xcsQueryCCSIDTypeFn /opt/mqm/lib64/libmqicb.so Resolution With the MQ Client installed on the machine there is the necessity to link with libmqic not libmqicb. If it is the MQ Server installed instead of the client then link with libmqm. Change the command line to use one of the libraries above then it will work.
Working with Version 10 now. We have an application the displays a browser-screen. It works fine. Then we make the browser invisible. Later we want to use that browser again and set it to visible. Now with 10 it doesn't recognise that the browser is visible. So it doesn't show up. Is there a way to reinitialize (or whatever) the browser control so that it will be recognized by Windows again?#web-browser
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.