Forum Post: RE: The garbled character of Visual COBOL for Eclipse
The fix is currently only slated for inclusion in Visual COBOL 2.2 which is not due out until later this year.If you require this in a hotfix then you should open up a support incident with Customer...
View ArticleForum Post: RE: Open Outlook with Attachment
I have just attached it here.Please download emailwithattach.zip.
View ArticleForum Post: RE: set encoding ECLIPSE-Variables view
The problem here is that you are setting the DIALECT"ENTCOBOL" on which also turns on CHARSET"EBCDIC" and you are trying to read an ANSI file.Did this use to work in a previous version of COBOL?If...
View ArticleForum Post: RE: Cluster Aware
We were just asked by a customer if the system we are developing in visual cobol is cluster aware. Not really up on all the networking stuff.
View ArticleWiki Page: Visual COBOL and JAVA Integration
ProblemUnable to execute JAVA class or a COBOL JVM class on a UNIX machine. ResolutionThis simple example demonstrates how well Visual COBOL and JAVA can integrate.It covers the core subjects of...
View ArticleForum Post: RE: Displaying Images uses up PC memory
Hi Gael,Thats greats many thats for info and yes but there are a few reasons why I still use quotes.Kind regardsNeil.
View ArticleForum Post: 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 ArticleWiki Page: Example Visual COBOL .NET program sending an e-mail with...
ProblemDoes anyone have an example of sending an e-mail including an attachment using Microsoft Outlook by using a managed code .NET program?Resolution:Here is an example: $set...
View ArticleWiki Page: Increasing performance when sequentially reading an indexed file
ProblemA customer has noticed that on a rather large indexed file, the performance seems to suffer when reading sequential through the entire file.Is there a way to increase the performance of indexed...
View ArticleWiki Page: Increasing performance of index file I-O using sharing modes
ProblemCustomer is running a large batch process that performs a lot of file I-O on indexed files and they would like to know if there is an option available that would help to speed up the performance...
View ArticleWiki Page: Problem with SQL(DATE=EXTERNAL) directive no longer recognized in...
ProblemIn Visual COBOL 2.1 Hotfix 2 a new OpenESQL directive called sql(date=external) was added to allow for the date format to use when accessing an Oracle database to be set using the environment...
View ArticleWiki Page: OpenESQL database driver support
ProblemCustomer is moving from Net Express 5.1 native code to Visual COBOL 2.1 managed .NET code and they need to know what database driver should they use in order to access their SQL Server...
View ArticleWiki Page: Increasing performance when using alternate keys in an indexed file
ProblemCustomer has an indexed file that has several alternate keys defined.They noticed that the performance of the file I-O seems to get worse as they add more keys.Is there anyway to improve this...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleWiki Page: Visual COBOL 2.1 - Web Services Environment Configuration
This document describes the steps needed to configure Visual COBOL for Eclipse to work with the JVM servlet APIs and common Java Enterprise Edition (JEE) application servers. It will include the steps...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: Does Visual COBOL 2.1 for Eclipse on Windows provide CICS...
Hi Chris,Thanks a lot!
View ArticleForum Post: RE: Build JVM COBOL by ant
Yes since runnning that script only changes the envioronment for that shell and child shells. However, you can run cobsetenv in script prior to invoking ant as one script or run it as part of the...
View ArticleForum Post: RE: Visual COBOL 2.1 PE (Limited License) Install with Visual...
Thanks for the advice! I downloaded V2.1 Update 1 and installed, as suggested. However, when I went to use the product there was no way around the License Manager. There I had two choices ... I...
View Article