WoodEngineer
2280 pts. | Oct 13 2009 3:54PM GMT
You could create the spool file with HOLD(*YES) and SAVE(*YES). If your configuration supports it, before releasing the spool file change the page range to the first 200 labels. Of course, this assumes that each label is a page. When you want to print the remaining labels change the page range PAGERANGE(201 *END) and release the spool file again.
I say “If your configuration supports it” because sometimes a printer is configured with only an output queue and no DEVD. In this case, a special value is required in the OUTQ description to get the system to recognize page range printing.






