; Print multiple copies of a report to device 'IO'
COPIES(COPIES,PROMPT)
; ask # copies
; COPIES(op)=Default for number of copies; def=1
; PROMPT(op)=Alternate prompt; def="Number of Copes: "
RUN(ROU,DOC,IOM,IOSL)
; Print to spool file 'DOC' once
; ROU(re)=Routine that does printing
; DOC(op)=Document name (def bogus doc)
; IOM(op)=Margin for out (def 80)
; IOSL(op)=Pg length for out (def 60)