Modifying job attributes
After submitting myjob
, you decide that you want to print two copies and that you want to retain it for
one hour after it prints. When you queried the jobs submitted to london
, you saw that the local Job ID is 14 and that the job is still pending, so it can be modified. To change the number of
copies to two and add a retention period of one hour, enter:
pdmod -n 2 -x “job-retention-period=1:00” 14