How to setup zebra print spooler to hold labels to print at a later time. Need to spool out about 500 labels but only print about 200 of them but leave the others to print later without having to go into the software to recreate the labels and send back to the print spooler.
Software/Hardware used:
ASKED:
October 9, 2009 7:10 PM
UPDATED:
October 13, 2009 3:54 PM
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.