Modifying destination attributes

To restrict the Printer3 actual destination so that it does not accept very large jobs, complete these tasks:
  1. Before you can modify the attributes of the Printer3 actual destination, you must disable it by entering:
    pddisable Printer3
  2. To specify a new maximum job size of 5 meg for Printer3, enter:
    pdset -c destination -x “job-size-range-ready=0:500000” Printer3
  3. To reenable the actual destination, enter:
    pdenable Printer3