Is MF Visual COBOL able to support IBM AIX 5.3?
Hi,I have a question regarding Visual COBOL support under AIX.Does Visual COBOL run under IBM AIX 5.3?Thank you.Best regards,Shulian Yang.
View ArticleRE: Is MF Visual COBOL able to support IBM AIX 5.3?
It is worth noting here that IBM themselves no longer support AIX 5.3. IBM has withdrawn AIX 5.3 from mainstream support.
View ArticleRE: Wikis
Hi Mark,In fact the wikis are still there but only via search which means you need to search for a subject that interest you using the community site search text box and then you should select the...
View ArticleRE: Wikis
Why are they only there via the SEARCH option?Surely its better to see ALL that are available so that someone new to Visual COBOL can see, at a glance, what the WIKIS cover or don't?Who thought of that...
View ArticleRE: Wikis
Hi Mark,Since we migrated over our Knowledge Base we have had to remove the table of contents due to the high number of articles. However, as of Wednesday the new table of contents will be added to the...
View ArticleWikis
I'd like to submit some articles for the Wiki but the Wiki pages on the site seem to be gone?My questions are:- Have they gone for good?- How would I go about submitting articles for the Wiki?
View ArticleRE: Wikis
Thanks Jon,We've been doing a lot of 'conversion' from NET EXPRESS to Visual COBOL and have picked up an awful lot of stuff along the way in how things are done / can be done in VC.Would be happy to...
View ArticleRE: The problem about compiler directives.
Can I use the "TESTCOVER.LIB" in RedHat Linux?By the way.There is no Introduction in the manual(Micro Focus Visual COBOL 2.1 for Eclipse(Unix)).Is that means the Visual COBOL doesn't support Test...
View ArticleThe problem about compiler directives.
I wrote a COBOL program(use Oracle DB) by visual COBOL2.1.I can run it with the following directives.(p(cobsql) CSQLT=ORACLE8 MAKESYN VERBOSE KEEPCBL END-C p(cp) ENDP LITLINK).Then I want see the test...
View ArticleRE: The problem about compiler directives.
Sorry, but the TESTCOVER.LIB is an import library for linking to Windows applications only.TESTCOVER is supported in Unix/Linux environments.If you look in the documentation for Visual COBOL Eclipse...
View ArticleRE: Visual COBOL 2.1 PE (Limited License) Install with Visual Studio 2012
We do currently have two separate products, Visual COBOL for Visual Studio 2010 and Visual COBOL for Visual Studio 2012 but only the Visual COBOL for Visual Studio 2010 is currently available for...
View ArticleRE: Build JVM COBOL by ant
What you are receiving is a checker error (COBCH1561S) saying the JVM support is not found so we would like you to try a test to ensure that your environment is setup properly.Could you please try...
View ArticleBuild Pro*COBOL project by an Ant script in RedHat Linux 6.1
Build Pro*COBOL project by an Ant script in RedHat Linux 6.1I uses an Ant script(.cobolBuild)to build my Pro*COBOL projects in RedHat Linux6.1(32bit). And when I build it in command line mode ,a...
View ArticleRE: Build Pro*COBOL project by an Ant script in RedHat Linux 6.1
cat your $COBDIR/etc/cobopt and cobopt64 files to note if these include the appropriate path for /usr/lib/gcc/i686-redhat-linux/4.4.4. If not modify these file first to add that location and retest.
View ArticleRE: Build JVM COBOL by ant
You may try runniing . $COBDIR/bin/cobsetenv as a . call to populate COBOL and JAVA with COBOL support into the enviornment prior to running the ant script.
View ArticleRE: Does Visual COBOL 2.1 for Eclipse on Windows provide CICS support?
The Visual COBOL product line is used for developing distributed applications for Windows/Unix that do NOT use CICS or JCL. The product that does support CICS and is used for migrating from mainframe...
View ArticleDoes Visual COBOL 2.1 for Eclipse on Windows provide CICS support?
Dear Experts,I'm writing this letter in order to enquiry about if Visual COBOL 2.1 for Eclipse on Windows provide CICS support. The COBOL applications used to run on IBM AIX TX Series.I would be most...
View ArticleRE: Does Visual COBOL 2.1 for Eclipse on Windows provide CICS support?
Hi Chris,Thanks a lot!
View ArticleRE: Visual COBOL 2.1 PE (Limited License) Install with Visual Studio 2012
I'd love to, but the price for the full version is way too rich for this old retired code bum ... me! So, I'll just hang around on the sidelines until the new Personal Edition is released ......
View ArticleRE: Build JVM COBOL by ant
Thank you for reply.After I running $COBDIR/bin/cobsetenv.The error has gone.But after I reboot the host , the same error has come again.Have I run $COBDIR/bin/cobsetenv after the host reboot?Thank you.
View Article