RE: Runtime error on Sort
What about managed code, there is no Environment on the Application tab to click.
View ArticleRE: Runtime error on Sort
For managed code you need to add an app.config file to the main executable project.Right click on project select Add-->New Item-->Application Configuration file.You can then right click on this...
View ArticleSource limit of 2200 procedure lines exceeded
HI,I receive this message :[cobol] * CSQL-I-020: Processing output of Oracle Precompiler[cobol] * CSQL-I-027: Detected Working-Storage, now processing it[cobol] * CSQL-I-028: Now processing through...
View ArticleRE: Source limit of 2200 procedure lines exceeded
What product and version are you using?This message would be output if you were using the Visual COBOL PE product and the source to be compiled had more than 2200 lines as that is the limitation for...
View ArticleRE: How to deploy visual cobol for win7 clients?
Hi Linden,I would recommend that you read through the deployment documentation for the COBOL Server product which can be found here:Since you are using Dialog System then you would also have to install...
View ArticleRE: Exception handling
This works fine for me using the following example:Java main program:public class mainjava { /** * @param args */ public static void main(String[] args) { cobClass1 cob = new cobClass1(); try {...
View ArticleRE: Exception handling
Chris,and your example also works using raise new Exception("Something..")However, if you create your own sub-class of java.lang.Exception in JVM COBOL, which is what I am actually trying to raise in...
View ArticleRE: How to deploy visual cobol for win7 clients?
Thanks very much Chris for your quick reply, I'll work way through your info. If I need more advice should I reply again here or contact you direct? Thanks again, Linden
View ArticleHow to deploy visual cobol for win7 clients?
We've recently switched to Visual Cobol from Net Express (Ms Windows on PCs). We use old MF Dialogue GUI and built in MF Cobol file formats. I'd like to create a simple client installation procedure,...
View ArticleRE: How to deploy visual cobol for win7 clients?
You are welcome.Please post any additional questions to the Community site so they are visible to others as well.If you run into actual product problems then you should open up an incident with...
View ArticleRE: Exception handling
There does seem to be a problem with java recognizing these custom COBOL exceptions.I would recommend that you create a support incident with Customer Care so that we can rpi this problem.I find that...
View ArticleException handling
I'm testing exception handling between a JVM COBOL class and a calling Java class.An exception is raised in a JVM COBOL class, such asraise new MyException("Blah blah")When the exception is checked for...
View ArticleMF Cobol error on accept from terminal
I am getting the following error when adding ACCEPT varname FROM TERMINAL:Unhandled Exception: IOExceptionNot enough storage is available to process this command.at Void...
View ArticleRE: MF Cobol error on accept from terminal
It would be helpful if you included a small demo program that produces this error, along with the version of COBOL that you are using, the platform it is running on, and the OS version.
View ArticleRE: MF Cobol error on accept from terminal
I tested the following in a .NET managed code console application and it works fine.I am using Visual COBOL 2.2 update 1 for VS2012. program-id. Program1 as "testterm2.Program1". data...
View ArticleINICIANDO COBOL MICRO FOCUS NO WINDOWS XP 32
Iniciar PARA A Programar COM MICRO FOCUS COBOL Não Windows XP 32 NECESSITO DE cais Quais d'Orsay Programas, PROCESSOS, procedures, ETC. NECESSITO DE UM ROTEIRO EM ORDEM PARA DEIXAR ascendente COMPLETO...
View ArticleSTARTING PROGRAMMING with COBOL MICRO FOCUS in WINDOWS XP 32.
To start the PROGRAMAR with MICRO FOCUS COBOL in WINDOWS XP 32 NEED what RESOURCES, programs, processes, PROCEDURES, etc. NEED a ROADMAP in ASCENDING ORDER to leave the PC READY and START MY JOURNEY....
View ArticleMICRO FOCUS - INICIANDO PROGRAMAÇÃO NO WINDOWS XP 32.
VISUAL COBOL FOR ECLIPSE - WINDOWS, WOULD BE THE FIRST PROGRAM TO LOAD IT ??????O VISUAL COBOL FOR ECLIPSE - WINDOWS, SERIA O PRIMEIRO PROGRAMA A CARREGAR ?????
View ArticleRE: How to deploy visual cobol for win7 clients?
Hi Chris,Ok I've looked at the documents and this is my interpretation. Can you answer **Q1/2/3/4** below and comment on anything else that is wrong/needs to be done. OUR SITUATION:1. Target machines:...
View ArticleRE: How to deploy visual cobol for win7 clients?
If you must deploy your application under Windows XP then you cannot use the Visual COBOL for Visual Studio 2012 product as it does not support Windows XP. You should instead use the Visual COBOL for...
View Article