Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
Who has this Problem and have been able to find a solution? Loading in DS is not a Problem, but when starting the program and loading the screenset i become the following window with a error Messages: DSRUN error 28,0,0 Incorrect Dialog System vocabulary Information is stored in the screenset. Make shure you have generated a vocabulary copybook for this screenset. I works since many years and this is the first time and i don't find a solution. I have exported the screenset and imported in a new screenset without Errors. Who can help?
This thread is to support any Q&A coming from the #COBOLrocks TechCasts. If you have any questions, please post them as a reply to this thread, or tweet them to @MicroFocus using the hashtag #COBOLasks and a member of the community, or the technical team here at Micro Focus will get back to you. --- What is it? A new series of six on-demand technical webcasts specifically for developers. Every 30-minute TechCast is expert-led and packed with new tips and tricks that add value to everything you do with COBOL. What are the topics? Introducing Visual COBOL Upgrading from Net Express to Visual COBOL for Visual Studio Upgrading from Server Express to Visual COBOL for Eclipse Modernizing the COBOL UI experience From COBOL to a relational database - ISAM to RDBMS Fundamentals of Visual COBOL & .NET Register now www.microfocus.com/.../index.aspx Does it rock? It sure does. Your COBOL application can do way more than it currently does. Here is where the fun begins. #c
Problem: Crystal Reports has an COM Automation interface RDC that allows you to produce reports programatically in your application. It is possible to utilise this interface from COBOL. Resolution: Attached to this article is an example showing how you can call the RDC Interface. The example is based on a sample report that is provided when Crystal is installed. You may need to amend the location of this in the example code. Attachments: democobolrdc.zip Old KB# 1401
Problem How do I restrict access to the Enterprise Server Web Administration Console? Solution Follow these steps to restrict the Enterprise Server Web Administration Console: In a web browser, enter the URL to open your Enterprise Server Web console. (For example: http://myserver.com:86) From the menu on the left, select Security Select the MF Directory Server tab Check the box next to Restrict administration access At the bottom of the page, click Apply You will receive a prompt, asking that you enter the current authentication details for the "SYSAD" account. This is the default account set up for securing the Enterprise Server Web Administration Console. The prompt reads: "A change in administration … has been requested" Enter User ID that will secure the Console (the default user id is "SYSAD") Enter Password (the default password is also "SYSAD") If you wish, you can also change the default password for the SYSAD as you log in. To do
Hello Guys, I would like any kind of documentation about FileShare. Someone have it ??? Not about the instalation and configuration but related with monitoring resources as "FileShare Server Monitor" (FSView) or "Fileshare Manager module" (fsmgr). I need follow the impact of the reads and puts (in another words, the performance of access) in the vsam files used in our sistem on the FileShare. Anyone can help us with this dout ??? And more if exist one resource like this explanation, what will be and how works. Thanks a lot.
Problem: How can I increase the font size in ViewNow when debugging in Eclipse? Solution: When using Visual COBOL for Eclipse to debug remote projects, the debugger launches xterm on the Unix machine to send the user interface to ViewNow. There is a way to pass options to xterm to control the appearance of the X window in ViewNow. In a Debug Configuration, go to the Environment tab, and define a new Environment variable COBTERMOPTS. Here is an example: Variable: COBTERMOPTS Value: "-font -adobe-*-*-r-*-*-20-*-*-*-*-*-*-* -bg white -fg blue" (without the quotes) The above is an example of specifying a font, background color and foreground color to xterm. This example has been tested on a RHEL 7.1 and SUSE 12 systems. You can first test outside of Eclipse to confirm that a given xterm option will work for you by specifying it as part of the xterm command. For example: export DISPLAY=XX.XX.XX.XX:Y (replace XX.XX.XX.XX with IP Address of your machine running
I am attempting to incorporate VB6 DLL's into my Netexpress 5.1 Microfocus Cobol. Is this even possible and how the heck do I go about it. Very confused at the moment. Thanks.#COBOL#NetExpress5.1
Issue: When using the “-U” option with the 4.0 Patch Update product, the base product is removed leaving no product files on the machine. Example Install Scenario: Customer has Micro Focus Development Hub 4.0 installed. They want to install Micro Focus Development Hub 4.0 Patch Update 1. They run “rpm –U visualcobol_devhub_4.0_patchupdate01_redhat_x86_64.rpm” This runs without error but once complete there are no product files on the machine. Code was added into the 4.0 RPM installer to remove any files left behind in the installer directory when the product was removed. This was added to the post uninstall RPM section of the installer. When an upgrade is performed the base products post uninstall actions are triggered and so the tidy code is run, resulting in all the product files being removed. Fix: Code has now been added to the tidy script to ensure it only runs on a true uninstall and not during an upgrade. Affects: This issue affects upgrading from the following products.
Net Express 5.1 Connecting to IBM MQ using IBM MQ Client library. We have a couple of IBM MQ connections working ok, but a vendor now requires us to store the SSL certificate in the IBM MQ Keystore with a password. What I need to know is where in the IBM MQ structures (copy books) can I define the password for the Keystore. An example would be much appreciated.
Do MicroFocus have as download the examples from this book, so that we must not retype all code! This will be perfect, when this is possible! Thanks cg
Hello COBOL community, I actually work on a project with this configuration: - Visual Studio 2017 - Visual Cobol 4.0 -SQL Server 2014 and SSMS 2017 - Native project I actually have some programs with access to a database. I use a "Connect" statement with parameters such as "Trusted_Connection","Database","factory","server". My question is: is it possible to include all those parameters with the ADO connection assistant? I tried to configure one but when I use my exec sql statements, I have an SQLcode error. The goal is to epurate the code of the procedure division and have a COBOL-like program. Thank you for your answers and have a wonderful week. Sebastien.#SQL#VisualCOBOL#Connect
Hello, Is there a Rest API (or shell commands) to manage regions in a Cobol Server ? For example, I would need to programmatically set the XA connector for a given region. Thanks in advance
Does some one have a API cobol program. I want to make a connection with Mailchimp or channable or Twinfield etc etc. https://support.channable.com/hc/en-us/categories/115000528869-Marketplaces-Orders
Problem: Compiling a CGI program produces the following error: Server Express Embedded HTML PreprocessorVersion 5.1.0.2 Copyright (c) 1984-2008 Micro Focus (IP) Limited.* 645P copy 'mic1999.html'.* 803-S******************* ( 0)**** Integrated preprocessor message** HTML splitter error 002 Resolution: The HTML file being included in a COBOL Source cannot be marked with READ-ONLY attribute. This is because if any line in the HTML file is too long to be processed by the checker, it will be modified by the HTML Splitter before feeding into the checker, therefore it has to be a writeable file. This will be add
Problem: Unable to install new licenses with version 4.0 as it is impossible to run the cesdamintool.sh. It keeps showing the message: "incompatible java version, needs 1.5 or later." Even with java version 1.6 being installed, "Cesadmintool: Java version 1.6.0_161 in the following location is incompatible." is displayed. Resolution: This is an incorrect message displayed by the installer because Java 1.7 is now the lowest version supported. Unfortunately the scripts logic was updated to detect the new version of java but the message displayed was not. So there is the need to update to Java 1.7, ideally 1.8 so it will include the latest security fixes etc. This is fixed in patch update 3 and later to correct this wrong message displayed.
Problem: If the /tmp directory is cleaned up, it will remove license related files which are by default created in the /tmp directory. Resolution: There are two types of file stored in /tmp by default. The socket file which is used to communicate between mfcesd and the COBOL apps. This file can be relocated by setting socketdir (e.g. socketdir=/var/microfocuslicensing/socket) in ces.ini (needs version 10000.2.02090 or later and the folder will need to be created with 666 permissions ). NOTE: The file is abstract on Linux systems so there should be no issue. The second type is the lock file (mfcesd.lock). This is used to prevent a second copy of mfcesd from running and to help identify the mfcesd process when stopping it vis stopmfesd.sh etc. This file being removed is less important, but you need to be aware this may cause issues with starting/stopping mfcesd.
hi, I run cobol program with net-express 5.1 wp 16 (work fine in mainframe and Enterpise developer.) but on my net express project I have this error: I/O error : file 'SORTWK3'error code: 3/5 (ANS85), pc=0, call=1, seg=0 13 File not found Can I solve with compiler directive or other? thanks bye
Boa tarde. O programa abaixo envia email pelo Cobol (AcuCobol) mas não tenho a biblioteca em destaque. Alguém teria a biblioteca: MSMAPI32.DEF para me fornecer. Pode ser em pvt: pjrsil@uol.com.br Agradeço retorno. Pedro Junior IDENTIFICATION DIVISION.PROGRAM-ID. OLEMAPI.ENVIRONMENT DIVISION.*====================** Copyright (c) 1996-2001 by Acucorp, Inc. Users of ACUCOBOL* may freely modify and redistribute this program.** This sample demonstrates how to use the Microsoft MAPI OLE Library* from ACUCOBOL-GT to send emails.* Note that this example application requires the use of the attached* definition file, using another definition file for the MAPI object* may cause the application to fail.** This technique should work with both OutLook and OutLook Express,* however, there are some requirements. Take a look at these URLs* if you experience any problems (urls valid as of 14 November 2001)* http://support.microsoft.com/support/kb/articles/q1
Created On: 24 June 2011 Problem: Micro Focus runtime licensing uses a number of segments of shared memory to monitor and control deployment licensing. There are times when a program or operating system misbehaves and the shared memory becomes corrupted. Resolution: Attached to this article are two versions (32 and 64 bit) of shared memory reset tool. The MFSharedMemoryReset tool allows the systems administrator to reset the shared memory used by Micro Focus licensing without the need to reboot a machine. This should resolve the problem. Incident #2524762 Attachments MFSharedMemoryReset-32bit.zipMFSharedMemoryReset-64bit.zip Old KB# 34191#COBOL
I am compiling procedural COBOL into class files and deploying it to an .ear folder which is being run using JBOSS. The program exits prematurely and I am seeing the following error in the server logs: com.microfocus.cobol.program.COBOLProgramLoadException: 173 Called program file not found in drive/directory [ONOFFCHK] ONOFFCHK is one of many functions the application uses to handle memory contained in a .dll file called ACSDLL. This .dll contains functions exclusively written in C. Using the debugger I have found the line of code where the failure occurs: SET DLLPTR TO ENTRY "ACSDLL". It seems like the .dll is not being found at runtime, despite its directory being set in the PATH. Is there any particular setup in Eclipse or compiler directives required to link JVM COBOL to a .dll containing C functions? Thanks!#Eclipse#VisualCOBOL
Hi, Can any advise how to convert below to Visual Cobol? using System; using System.IO; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; namespace ConnectToFtpDemo { class Program { static void Main(string[] args) { try { FtpWebRequest request = (FtpWebRequest)WebRequest.Create("ftp:///testFileUpload.txt"); request.Method = WebRequestMethods.Ftp.UploadFile; request.Credentials = new Netwo
Has anyone ever bundled an acucobol 9 installer into an MSI so it automatically installs chosen options into a particular (non standard) directory? thanks
I am having a problem compiling my COBOL app with Linux bash script. I need to set JVMCLASSPATH to several JAR files and I keep getting the error Cobol compiler argument exceeds 255 byte limit: JVMCLASSPATH(...) Any suggestions ? #CobJVM#JVMCLASSPATH
Is there a way to implicitly type a variable in visual cobol? For example, in C#, if I have the statement: var myResult = myFunction(parm, parm2); The type of myResult will be whatever type that myFunction returns. Is there a cobol equivalent to the above function call? Thanks, Mike#VisualCOBOL
Can a REST API definition supplying client ID and/or client secret be done using Visual COBOL 2.3 for Visual Studio 2012? Is this possible from the new project/the web service client application from WSDL/JSON or using IMTKMAKE?
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.