Quantcast
Channel: Visual COBOL
Browsing all 5819 articles
Browse latest View live
↧

Wiki Page: Use REBUILD to convert to IDXFORMAT(8)

Problem: I have an existing application that uses Indexed Sequential files - IDXFORMAT(3), and they are approaching their size limit. I need to continue to add additional records to the file....

View Article


Forum Post: RE: .Net Cobol

You could use something like: method-id IsValidData. procedure division returning myRet as condition-value. if Validator::IsPresent(txtCode) and Validator::IsDecimal(txtPrice) set myRet to true else...

View Article


Forum Post: RE: .Net Cobol

Development has found this to be a problem with how the compiler recognizes the Boolean type within the evaluate statement and the problem has now been addressed in our next major product release VC...

View Article

Forum Post: RE: .Net Cobol

Or somewhat more concise: method-id IsValidData returning myRet as condition-value. set myRet to Validator::IsPresent(txtCode) and Validator::IsDecimal(txtPrice) end method IsValidData. Whether this is...

View Article

Forum Post: Program Statistics

Is there a way to produce COBOL program statistics report. Similar to the method Mainframe express used to do it. I need the lines of code for the programs. We are starting a process of source cleanup,...

View Article


Forum Post: File open output and assign to printer works fine but need to add...

Here is my select statement for a file used as printer handling SELECT PRINT-FILE ASSIGN TO PRINTER "prt109" FILE STATUS IS ERR-STATUS. FD PRINT-FILE RECORD CONTAINS 132 CHARACTERS LABEL RECORDS ARE...

View Article

Forum Post: RE: Program Statistics

In order to view a Program Statistics Report, Click the Quick Browse button on the COBOL toolbar (or use Ctrl+Q), and enter the key word TIMES. This will display the report in the Micro Focus Analysis...

View Article

Forum Post: visual cobol winform button control Flatstyle

Property type FlatStyle for Button control in winform application is set to type "standard". This behaves well in the development environment but it behaves as if property type was set to "Flat" when...

View Article


Forum Post: RE: File open output and assign to printer works fine but need to...

Did you try to open your binary file as sequential (not line sequential). This way you can read your files data in blocks you define yourself and there will not be any CR LF hex characters at the and...

View Article


Forum Post: RE: File open output and assign to printer works fine but need to...

Thank you for the suggestion, unfortunately the record length of the file containing the binary data is larger than the record length of my print file as I tired to describe in my post. I was hoping...

View Article

Forum Post: RE: File open output and assign to printer works fine but need to...

The record length depends on your definition and not the file itself. The creator of the file might define it as x bytes / record, you however can define it as y Bytes / record. This way you can read...

View Article

Forum Post: RE: File open output and assign to printer works fine but need to...

If the file you're reading is indeed a blob, and neither text (so LINE SEQUENTIAL is incorrect) nor any sort of COBOL record format (so COBOL records are incorrect), then you should be reading it as a...

View Article

Forum Post: RE: Program Statistics

Thank you, The TIMES option do work. The second method is not listed when I do a right click.

View Article


Forum Post: RE: File open output and assign to printer works fine but need to...

I am working inside a print macro that is use throughout our system and cannot be changed. I am going to fall back to the "cat" option.

View Article

Forum Post: RE: File open output and assign to printer works fine but need to...

The file I am trying to merge in with new print data is mostly text commands for a barcode printer with one line of binary that is very long. Thank you for your suggestion but I will go ahead and...

View Article


Forum Post: RE: File open output and assign to printer works fine but need to...

As Michael.Wojcik says, it would be possible to modify the COBOL program to use byte-stream I-O. Here's a link to byte-stream I-O in the Visual COBOL documentation:...

View Article

Forum Post: RE: File open output and assign to printer works fine but need to...

Yes Dan, you are correct that the byte-stream I-O is more work than the alternative I already had in mind.

View Article


Forum Post: Visual Studio 2017

Has anyone tried running Visual Cobol in Visual Studio 2017 yet? I know VS 2107 isn't officially out yet, but it sounds like it will be released soon.

View Article

Forum Post: RE: Visual Studio 2017

I doubt Visual COBOL would even install as for each Visual Studio there is a specific setup file (i.e. vcvs2012_232.exe, vcvs2013_232.exe, and vcvs2015_232.exe). The installation fails if it doesn't...

View Article

Forum Post: Difference Linux Interface Mapping Toolkit v6.0.00

Hi, When deploy a Cobol Web Service with variable array (OCCURS DEPENDING ON), work fine on Windows 7 but i can't deploy on Suse 11; and i need it on Suse for production. The computer is the same and...

View Article
Browsing all 5819 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>