**output statement.txt append
        print statement where acct1=.bill and pyby='BI'
   **output screen


In Windows, the OUTPUT statement does not control report printing.  Instead, 
you must use OPTION PRINTER at the end of the PRINT statement:

print statement where acct1=.bill and pyby='BI' OPTION PRINTER

There are many (many, many, many) other things that can come after OPTION to 
control the entire printing process, but the basic OPTION PRINTER will send the 
report to the default windows printer.
--
Larry

Reply via email to