Wiki Page: Variable to fixed length file conversion.
Problem Why does rebuild pad with HEX0 as default using this command rebuild ./datei.vari,./datei.fix_blank -o:lseq,rel -r:v1-100,f16p –i Resolution See - Using the manual. The –o:lseq,rel the output...
View ArticleForum Post: Progress Bar Example - Wpf
Going to implement some sort of progress bar for the users to know something is happening in the backgroud. Looking for a working example if anybody has one handy. Feel free to send it over (zipped)....
View ArticleForum Post: RE: Progress Bar Example - Wpf
Hi Marc Why do you not simply use the WPF-Control ProgressBar ? I can add a ProgressBar into the solution I sent to you in december. Regards Werner Lanter
View ArticleWiki Page: Visual COBOL - JVM Web Services Portal
This document is a portal into the Micro Focus community documentation on JVM COBOL web services. Web Services in Visual COBOL 2.2 This section covers the web service tutorials, technologies and best...
View ArticleWiki Page: Building JVM COBOL Web Service Applications from a Build...
Introduction In the Visual COBOL 2.2 - JSP Web Services Tutorial [2] we created a JSP Web Service Application using JVM COBOL and Java in Visual COBOL for Eclipse. If you want to build the application...
View ArticleForum Post: RE: Progress Bar Example - Wpf
Hey Werner, That would be great if you could work that into the solution you sent before. Thanks.
View ArticleWiki Page: Visual COBOL 2.2 - JSP Web Services Tutorial
Document Support Material This document depends upon many different technologies. While it tries to cover the material as completely as possible it is not viable to present an exhaustive view of the...
View ArticleForum Post: MAXERROR
We have a Visual COBOL 2.2 program with more than 100 warnings. Visual Studio is reporting 100 warnings then giving the "Too many errors" error (COBH0090). This is related to the MAXERROR compiler...
View ArticleForum Post: RE: MAXERROR
IMHO you should eliminate the errors/warnings. Clean code is the better alternative... regards Michael
View ArticleForum Post: RE: MAXERROR
The warning level and max warnings directives are set in Visual COBOL at the project level as options on the COBOL tab on the project properties page. If you change the warning level from level W to...
View ArticleForum Post: File IO Counts
When running batch COBOL programs our mainframe provides counts of how many times each file is written, read, etc. This logging is helpful when debugging. Can Visual COBOL Runtime provide any similar...
View ArticleForum Post: RE: File IO Counts
documentation.microfocus.com/.../index.jsp Hi Sawalter, the File Handler trace tool might give you what you need. It will record all the IO during execution and allows you to replay the IO without...
View ArticleForum Post: RE: File IO Counts
I have created a tracing config file, extfh.cfg. this file is put in c:\data\log_files\trace\, and is activated by a line in the batch file SET EXTFH=%LOGDIR%\trace\extfh.cfg It works similarly to the...
View ArticleForum Post: RE: File IO Counts
Here's how it worked for me: C:\fh type *.cbl test.cbl select a-file assign "file.dat". fd a-file. 01 a-rec pic x. move "x" to a-rec open output a-file write...
View ArticleForum Post: Visual COBOL 2.2 Running INTs on Windows XP
Is it possible to run native INT's on Windows XP? I can run the INT on a Windows 7 box with no issues, but when I try to run the same INT on XP I get an error: run.exe is not a valid Win32...
View ArticleForum Post: RE: Visual COBOL 2.2 Running INTs on Windows XP
This would happen if you are using the Visual COBOL for Visual Studio 2012 product to develop your applications as Windows XP is not a supported deployment platform. If you wish to target Windows XP...
View ArticleForum Post: COBOL Server 2012 Runtime - firewall issues
We installed COBOL Server 2012 Runtime on our server... it's actually a Windows 7 workstation that we use for file sharing. I am using a batch file to run native INT programs from another Windows 7...
View ArticleForum Post: Internal Sort VC2012
I have a solution in Visual Cobol 2012 naïve code that has an internal sort with input and output procedures. I do a perform thru in both procedures. When I debug the code when I go to the input...
View ArticleForum Post: RE: Internal Sort VC2012
It's difficult to say without seeing the code, but it sounds to me as though the input (or output) procedure may itself be doing a PERFORM of procedures within its own scope. The default Micro Focus...
View ArticleForum Post: RE: COBOL Server 2012 Runtime - firewall issues
The Licensing that we use is from Safenet. The way that the communication works between the license daemon running on the client and the license manager running on the server is the following: The...
View Article