RE: COBSQL Question
Thanks Adrian,I use this kind of preprocess commandp(cobsql) cobsqltype=oracle8 end-cobsql CONFIG=procob.cfg endpAnd my procob.cfg file...
View ArticleRE: COBSQL Question
I just tested this with Visual COBOL for Visual Studio and although it accepts the Pro*COBOL option of format=variable when I try to change the project directives to use sourceformat"variable" I...
View ArticleRE: COBDATA question
The problem is that when you are assigning the file to an environment variable as in dd_MYFILE then it will not search the location specified in COBDATA.It instead expects you to provide the complete...
View ArticleCOBDATA question
I'm running Micro Focus Enterprise Developer and can't seem to get it to recognize the directory where all my data files(.dat) are. I'm running a PowerShell script that sets up an environment variable,...
View ArticleRE: COBDATA question
So is there no way to combine an environment variable with COBDATA?
View ArticleRE: Trying to install Visual Cobol on Windows 8
Visual COBOL will not work with the Express editions of Visual Studio.It requires either that a Visual Studio Professional or higher version be installed or you can uninstall the Visual Studio express...
View ArticleRE: Trying to install Visual Cobol on Windows 8
Hi, thanks for your answer,I downloaded Visual Cobol for Eclipse. Because i don't want to uninstall all my VS, i need it at this time.But now, i can't compile COBOL JVM Class. it's not a good start for...
View Article.NetCobol invoking a C# method. Error COBCH0829.
.Net Cobol class: $set ilusing "CSharpPrograms" class-id. CobolMain. method-id. main public. invoke type Console::WriteLine("CobolMain: Hello World") invoke type...
View ArticleRE: .NetCobol invoking a C# method. Error COBCH0829.
There are a couple of problems with your example.1. You have a main method in both the COBOL project and the C# project. You should remove the main method from the C# project and make the main method...
View ArticleCOBSQL Question
Hi All,Is there any solution to use COBSQL directives with oracle pro*cobol with FREE or VARIABLE source format?I've tried with variable sourceformat. The precompiled source (.cs9) is ok but the second...
View ArticleRE: COBSQL Question
Can I ask you to create a support incident with Customer Care and please direct it to my attention?Development would like me to create an Enhancement Request for this feature so that we can determine...
View ArticleRE: Trying to install Visual Cobol on Windows 8
Can you please provide some more information and possibly a screenshot of the actual error that you are experiencing?Thanks
View ArticleDebugging under the Cobol Server 2012 runtime
I need help in debugging in the Run Time Environment since this is our first experience with it. We are migrating from NE 3.1 to VC 2.1.I used Visual Studio originally to compile and then run these...
View ArticleRE: Debugging under the Cobol Server 2012 runtime
You might also look into creating a binary CTF trace file using the BINFILE emitter instead of TEXTFILE.You can then use the ctfviewer program to look at the trace and it will have a much more...
View ArticleRE: Trying to install Visual Cobol on Windows 8
OS : Windows 8Downloaded Visual Cobol for Eclipse.When i try to create a Cobol JVM Class like this class-id com.mf.CBOClass public. working-storage section. method-id instanceMethod....
View ArticleRE: Trying to install Visual Cobol on Windows 8
Hi,You can get this error when you are using the wrong JVM to compile (e.g using a 32 bit compiler to try and build 64 bit JVM code or vice versa). It's worth checking you're using the right JVM...
View ArticleTrying to install Visual Cobol on Windows 8
Hello Everyone,I'm interested to come back on COBOL, never worked with since 15 years.I have downloaded Visual Cobol for Visual Studio 2012. I have VS2012 Express Web, Windows and Windows 8.The...
View ArticleRE: Trying to install Visual Cobol on Windows 8
Thanks, that's mean i use Visual Cobol 32 bits? my Java version was 64 bits, i've installed 32 bits and now i can compile.thanks
View ArticleRE: VC .pdf manuals
As far as I know they aren't available for download, or in PDF form. They can be read online at documentation.microfocus.com.
View Article