Dialog 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 ArticleHow Data Scientists add value to your Business Organization?
Cutting-edge technology can be converted to actionable insights with the help of an expert. Today, more and more organizations are using the Big Data to increase its value and to produce more...
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.net convert
Can anyone convert this to visual cobol .net. I am having trouble with the byte array. using (RNGCryptoServiceProvider rng = new RNGCryptoServiceProvider()) { byte[] buff = new...
View ArticleExtension Methods
Are extension methods still recognized in the latest visual cobol for .net? I have a very simple ext method I am trying out and it does not seem to be recognized. I keep getting the error Undefined...
View ArticleNetExpress programs and Visual COBOL programs on the same computer
I have existing programs compiled using Net Express that I run from a shared folder on a file server and I have programs compiled using native Visual COBOL which I run from a shared folder residing on...
View Article