___________________________________________________________________
Appendix
B
Forms
Conversion Table (use with Special Print Field in job submission form GJAPCTL):
| Print Format Option | What you enter in Special Print |
| Default | (none) |
| Compressed | -o landscape –o cpi=17 |
| Landscape mode (8 by 11) | -o landscape –o cpi=17 |
| Landscape mode (8 by 14) | -o landscape –o media=Legal |
| Portrait mode (8 by 14) | -o media=Legal |
| change size of characters, specify cpi (characters per inch), =10,12,15,17, etc., default=10 | -o cpi=17 | lp -d psim2a -o cpi=17
change size/spacing of lines, specify lpi (lines per inch), default=6 |
-o lpi=6 |
Check status of print queue:
Enter the following from the host:
lpstat psim2a
or
lqp –P psim2a
Remove job(s) from queue:
Enter the following from the host:
lprm –p printer job_number
example: lprm –P psim2a 22
Example:
(jacoby)/home/mzou/jobsub> lpq -P psim2a
psim2a is ready
Rank Owner Job File(s) Total Size
1st banner7 94 gjrrpts_949071.lis 252928 bytes
2nd banner7 95 gjrrpts_949071.lis 252928 bytes
(jacoby)/home/mzou/jobsub> lprm -P psim2a 94
(jacoby)/home/mzou/jobsub> lpq -P psim2a
psim2a is ready
Rank Owner Job File(s) Total Size
1st banner7 95 gjrrpts_949071.lis 252928 bytes
============================================================================================
Additional Special Print Options:
These are some additional useful options. In general, multiple options can be specified separated by a space. For additional options, see
http://www.cups.org/doc-1.1/sum.html#STANDARD_OPTIONS
=============================================================================================
For a translation of old jobsub commands to the new ones see:
http://www.wellesley.edu/Banner/jobsubappendixc.html
Back to Banner