Invalid function
I am getting a compile error staing Invalid Function Name for INTERGER-OF-DATE and UPPER-CASE. They are valid according to the documentation. What is wrong with the code below?MOVE FUNCTION...
View ArticleNetExpress 3.1 Vs Windows server 2008
Hello All,I need you, i would like to say if Net Express 3.1 is certified on Windows server 2008?Thank you in advance
View ArticleVC/SX with Ingres DB
Does Server Express and Visual Cobol support Ingres Database on RHEL? What is the Pre-compiler to be used?
View ArticleProgram is unverifiable error in web application
I am creating a web application from files that I successfully created a web site with. I am creating new pages, and copying the bulk of the code to the web application. I am doing this because the...
View Articlecodepage Unicode (UTF-8) error after saving codebehind page
Another error:An exception of type 'MicroFocus.COBOL.COBOLRuntimeException' occurred in MicroFocus.COBOL.Runtime.dll but was not handled in user codeAdditional information: 198 Load failure...
View Article[Poll] Would you like to launch your application without the need for a .BAT...
Hello – we at Micro Focus are always interested in getting your feedback pertaining to new product enhancements.This is the first in a series of poll questions that we will be asking in order to gauge...
View ArticleDecrypt XML Elements with Asymmetric Keys
I have this code working in VB.NET and I am migrating to VC2010. NET. Unfortunately I'm having trouble with this function. How would this code? Sub Decrypt(ByVal Doc As XmlDocument, ByVal Alg As...
View ArticleChecking value of alphanumeric and numeric zero
We are converting some GCOS (Bull) mainframe programs to work on a Microfocus platform. I have a lot of calls for this particular item.The variable is defined as pic x, and 0 is moved to it,...
View ArticleAccessing RM Data files from Managed Visual COBOL
Hi,I know it is possible to access RM/COBOL indexed files from a Visual COBOL Console app and that this app can be called by a Managed VC app.But is it possible to use RM/COBOL indexed files directly...
View ArticleAdiscf in AIX 7.x
Dear Sir,We use adiscf.exe in Visual Cobol for Visual Studio and Visual Cobol for Eclipse without problema. When we go to production environment (AIX 7.1) we try to replicate the same with adiscf for...
View Articleclustering
Hi,Currently our application is running on one server and a cold standby. All in Suse linuxAnyone has experience with clustering visual cobol applications? To be more concrete :I'm looking at multiple...
View ArticleInvalid picture strings
I have 2 picture strings that seems to be valid per the documentation (coming from ACUCOBOL), but the compiler is giving errors. Any ideas why these are invalid?They are:This one gives error saying...
View ArticleCallback function in Visual COBOL .NET
Hello,I´m trying to implement in Visual COBOL the following code (C#):report.Render("Image", deviceInfo, CreateStream, out warnings);CreateStream is not a dataitem but a function call... that is, a...
View ArticleAccessing XML Files In WinForms App
Hicould anyone point me in the right direction as I'm trying to read an XML document into a Windows Forms application with little success?I currently have the following code (which gives compilation...
View ArticleCobol Ant Task
Hello,I do have an JVMCobol Project with some thousand CobolFiles. The whole stuff is highly integrated with other JavaSources running in a JBOSS Application Server. The problem is the following :-...
View ArticleUsing MouseMove in a PictureBox to enter i.e a signature on a touch screen.
Is there an example program available which catches the MouseMove event in a PictureBox to draw a line following the movement and allowing this to be saved as a bitmap. I've seen examples in C# but my...
View ArticleX Button
In visual cobol is there a way to trapped the X button on a winform being clicked. I need to do some processing before closing the window. Thanks
View ArticlePopulate array with "occurs any"
I have just started using Visual Cobol in Microfocus Visual Studio 2012.My code needs to read records and update an array named 'ItemsField' in a web service reference file(See attached Word file for...
View ArticleExternal Defined Dataname
I have a 01 data field defined as external within a program because the data is used by many programs and I did not want to pass it from program to program (this is a .net project). When I am in debug...
View ArticleVisual COBOL Generate KeyStroke.
Is there any way to generate KeyStroke programatically to move cursor control to the next field. The same feature was handled by the TAB key. Client's requirement is to validate each of the fileds in...
View Article