|
PRINT JOB DOES NOT PRINT |
||
|
Some possible causes
To help determine the cause, use the dcl command, SHOW:
Example of que named lta5:
Notice the highlighted items in the example above. There is a stock type mismatch, i.e., the form mounted on the print que (HP_LETTER) is not the same as the one required by the job (LA10). Set
the que to match the job: $SET QUE/FORM=LA10
LTA5 Note: You must have Operator privilege in order to issue the SET command. Contact the System Manager for information about your privileges. "LA" stock types are for dot matrix printers. "HP" stock types are for laser printers. To see which forms are available, use the dcl command, SHOW:
Use this command to start the printer: $START LTA5: The job should begin printing.If this does not solve the problem, contact SYSMGR.
|