If you want to use the default printer and font, simply assign your print file to -P SPOOLER. For example, to assign PRINTER to the spooler, enter the following line in your COBOL configuration file (CBLCONFI):
PRINTER1 -P SPOOLER
By default, the runtime system assigns the PRINTER device to the spooler. You may change this in the configuration file by assigning PRINTER to some other name.
When the runtime opens a file assigned to -P SPOOLER, it automatically initiates a job with the Windows spooler and constructs print pages in accordance with your program. The runtime uses the default printer and font. If the user looks for the job in the spooler, it is named with the current title of the ACUCOBOL-GT window.