Implicitly Type
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...
View ArticleCode Conversion
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...
View ArticleJVMCLASSPATH cannot exceed 255 characters
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:...
View Articlebasic question regarding debugging a remote cobjvm program from eclipse
We are migrating from Server Express 5.1 to Visual COBOL 3.0. I am trying to get a very basic COBJVM example to debug. The environment is Visual COBOL for express 3.0 on windows 10Visual COBOL devhub...
View ArticleDialog System Problem (same in Netexpress5.x and Visual Cobol 3.x)
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:...
View ArticleFileShare
Olá, estou precisando de um exemplo para Visual Cobol 4 que faça uso de fileshare, nunca utilizei alguem tem um exemplo. E o que é necessário para sua execução? Obrigado. Hello, I need an example for...
View Article"Call winapi..." fails in chained-to prog, works in called prog?
Hi,CALL WINAPI "MessageBoxA", gets windows "114 Attempt to access item beyond bounds of memory:" when I CHAIN to prog below but works if I CALL the prog.I want to chain to it when a db error occurs so...
View ArticleConnect SQL database without connect statement
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...
View ArticleAPI for Cobol server managment
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
View ArticleMicroFucus Book "Visual Cobol" A developer's guide to modern Cobol ISBN...
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
View ArticleFileShare
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"...
View ArticleSelf
In a .net visual cobol windows form, can a global variable be declared in working storage that references self::?Working-storage section.01 s as new self.Method.invoke s::GetNumbers(). I know you can...
View ArticleUpdate 4.0.268 does not allow generating clients from WSDL
Good day,Update 4.0.268 does not allow generating clients from WSDL.In the version 4.0 does not generate error attach screens captures and error "Micro Focus Interface Mapping Toolkit...
View ArticleString data - right truncation[32]
hi I' have program that run with cobol server 4.0, compiled with Enterpsie developer 4.0 for eclipse, on windows 2012 and give this error:SQLCODE: +00000001 SQLSTATE:...
View ArticleTasks
Can you do programming in visual cobol .net using await and Task operators? I have a very simple method below and wish to use async, Task and await operators. Is this possible in a windows form...
View ArticleVisual COBOL 3.0 and TERM environment variable on linux
How do I get Visual COBOL runtime to accept a blank or generic TERM environment variable? All of our COBOL programs run on Linux with no user session (started by cron or other daemon processes). All...
View ArticleTutorial or example for calling a URL and processing the response
I was wondering if there is a tutorial or example for calling a URL and manipulating the response.
View ArticleEclipse precompile cobol-source with gcc not working
the precompile-step "P(gcc) -E -P -x c -I/home/max/workMax/include ENDP" gets always the error "COBCH0018S Preprocessor error on initialization"Any idea, what went wrong?
View ArticleCreating a Web application using Visual Cobol
The tutorials for creating a web application with visual Cobol state I must select WEB under the COBOL template. The only options I have are Managed and Native.What do I need to install to get the WEB...
View Article"cob32: Compilation and code generation of COBOL not supported in this...
Dear Admin,Currently I meet this error in my local cobol env, any suggestion on it? Very appreciated with your help,thanks!honey:/var/cics_regions/TEST/bin # cob -u GSYSTIME.cbl -C DATA-CONTEXT -C...
View Article