Can't generate javadoc for java project in visual cobol eclipseIDE
Hello everyone: I am trying to generate javadoc for my java project use the visual cobol eclipseIDE(toolbar→project→Javadoc generation) and I also generate an javadoc ant file(.xml) at the same...
View ArticleRun Time issues on virtual server
Has anyone in the community experiences major run time degradation when running Visual Cobol-compiled modules on a virtual server?Here's what's happening to me: Running VC 2.2, I wrote a test program...
View ArticleVisual cobol to db2 connectivity
HiI am using visual COBOL , I want to know exactly how to connect to db2 database and start using$SET DB2(DBMAN = ODBC)exec sql connect to ODBC DSN Name end-execIs it enough or do I need to add...
View Articleunable to get an email with from MF with VC 2.3 DL link even though gone thru...
After doing the form at https://www.microfocus.com/products/visual-cobol/visual-cobol-for-eclipse/personal-edition/windows/trial-download/ and supplying a valid gmail address I'm taken to a page that...
View ArticleW/B 4.x conversion to Visual COBOL on Eclipse
Greetings:I am looking to convert some very old Micro Focus COBOL code from W/B 4.x to Visual COBOL.I would prefer to use Visual COBOL on Eclipse with JDBC connectivity to SQLite or MySQL.Most...
View ArticleMicro Focus data tools add-pack
I'm using the personal edition of Visual COBOL for Eclipse. Is this edition eligible for Micro Focus data tools add-pack? If so, how do I get it? Recently I attempted to register at...
View Article.dds files to GUI screen
Has anybody come across a converter that takes the old .DDS 'ACCEPT' screen statement to a GUI screen.Not holding out much hope. John
View ArticleNo license code is available for feature RestrictedNativeChecker
I was trying to compile my code through cmd but got the following error." Error[18]: No license code is available for feature RestrictedNativeChecker on host 127.0.0.1. "Can someone please help. I had...
View ArticleHow detect an event from a external hardware
Hello:I return to the forum with the continuation of the problem I had but now I am going more advanced.I bought a new IoBoard to a new vendor that has an API (NuxIOAPI.DLL) and now I can already enter...
View ArticleImport json data
is it possible with visual to Import json-data/files simply?Or must we have separate Tools?have MF a Little examples in Cobol?thanks for each help!
View ArticleTranslate C# to VC
Hello:Can someone help me and translate these two C # instructions to Cobol?_NuxIO.ValueEnteredEvent + = new NuxIO.ValueEnteredEventHandler (OnValueEnteredEvent);Private void OnValueEnteredEvent...
View ArticleJson + Visual Cobol
Hello, I need to make a request, send information in Json and get the returns of this request someone has an example. I found it in C # but this is difficult to translate. To tell you the truth I need...
View ArticleProblem using RuntimeSystem
Hello,I am trying to execute a simple cobol program using 'com.microfocus.cobol.RuntimeSystem'.public void exampleCall() throws Exception { ParameterList pl = new ParameterList(); int result =...
View ArticleNet Express 3.1 to Visual Cobol
I have a old application in Net Express 3.1, how can I get it into Visual Cobol 2.3.
View ArticleRunUnit or RuntimeSystem
Hello,i am trying to call my cobol program.Using RunUnit, it works: RunUnit runUnit = new RunUnit(); runUnit.Call("MyProgramm");Using RuntimeSystem, it doesn't work ("programm not found"):...
View ArticleUpgrade advice please, VC 2.3.2 to 3 with mf dialog
Hi there,I have questions re. upgrading from VC 2.3.2 to 3 with mf dialog on VS 2015 community edition(1) Can you clarify, is there a VC version 3 add pack for MF dialog system or is everything...
View ArticleConverting MF DS project from NetExpress 3.1. to VC
When I convert my netexpress project to VC, none of my .GSs are attached to the .dlls they belong to. Do I have a conversion parameter incorrect?
View ArticleAnything like Acu4GL for Micro Focus COBOL?
We have both native COBOL and Visual COBOL projects that access ISAM files. A friend of mine who is an ACUCOBOL developer used Acu4GL to turn ISAM files into database tables and then access them as a...
View ArticleCan PRINTER REDIRECTION=TRUE be set from program?
Hi there,This has been discussed here in 2014: https://community.microfocus.com/microfocus/cobol/visual_cobol/f/forum/13102/setting-environment-variables-prior-to-buildIs there a better way now? We...
View Article