# This is a sample configuration file
# You should edit it to match your needs (see the ACUCOBOL User's Guide).  

# The following lines demonstrate a sample setting for assigning 
# the PRINTER device name to the Unix system spooler.  Note the
# use of the "-s" flag which suppresses the "Request id is ..." 
# message from "lp".  If you are using a Berkeley version of Unix,
# you should use "lpr" instead of "lp".  

PRINTER		-P lp -s
PRINTER1	-P lp -s
PRINTER2	-P lp -s
PRINTER3	-P lp -s


# By default, ANSI-85 file status values are used by ACUCOBOL.  If you
# want to use 1974 file status values, uncomment the following line

# FILE-STATUS-CODES	74


# Uncomment the following line if you want to print a form-feed each
# time a print file is closed

# PAGE-EJECT-ON-CLOSE	1


# Uncomment this line if you want to treat OPEN ... WITH LOCK as if it
# were written OPEN ... WITH MASS-UPDATE.

# MASS-UPDATE		1


# Uncomment this line if you want all newly created indexed files to be
# compressed

# COMPRESS-FILES	1
