Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Browsing all 1559 articles
Browse latest View live

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 Article


Code 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 Article


JVMCLASSPATH 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 Article

basic 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 Article

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 Article


FileShare

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 Article

Connect 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 Article


API 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 Article


MicroFucus 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 Article

FileShare

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 Article

Self

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 Article

Image may be NSFW.
Clik here to view.

Update 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 Article


String 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 Article

Tasks

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 Article


Visual 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 Article

Tutorial 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 Article


Eclipse 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 Article

Creating 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
Browsing all 1559 articles
Browse latest View live