Question:
Currently, under ACUCOBOL, I open a disk file using a working storage variable name. That variable holds a generic name which can be found in the configuration file. That generic name translates into a spooler command (e.g. "PRINTERHP -P lp -s -oraw -dhplaser").
How does isCOBOL handle filename expansion, and can I keep my files defined as SELECT ... from DISK? Are there any other changes I need to make to my ACUCOBOL-GT programs to get the same print behavior?
Accessing printers on a Linux machine works the same in isCOBOL as it does in ACUCOBOL-GT. You won't need to make any changes to your code.
For filename expansion, you should set the following variable in your properties file:
iscobol.file.env_naming=1
Article ID: 16
Created: August 28, 2009
Last Updated: May 20, 2022
Author: Support KB Author
Online URL: https://support.veryant.com/phpkb/article.php?id=16