l8HP DECprint Supervisor (DCPS) for OpenVMSG

HP DECprint Supervisor (DCPS) for OpenVMS
User's Guide



 w d f  
PreviousContentsIndex




}

Chapter 2
Modifying Print Jobs and Displaying the Status of Print Jobs and Queues




GYou can display, delete, and modify your print jobs using the commands Cdescribed in this chapter. You can also list the print jobs in the (queue and the status of your print jobs.Y

2.1 Displaying Print Jobs



DThe SHOW ENTRY command allows you to display information about your print jobs.

EIf you want to see the status of a particular print job, include the 2job number in the SHOW ENTRY command. For example:

 

"
$    $ SHOW ENTRY 96




 

"
9      Entry  Jobname         Username     Blocks  Status 9      -----  -------         --------     ------  ------ R         96  MEMO            MSMITH          114  Holding until 27-JUN-2005 17:00 ,             On idle printer queue LP40$A14 




DYou can get more information about the print job if you include the /FULL qualifier. For example:

 

"
*    $ SHOW ENTRY 96 /FULL




 

"
9      Entry  Jobname         Username     Blocks  Status 9      -----  -------         --------     ------  ------ R         96  MEMO            MSMITH          114  Holding until 27-JUN-2005 17:00 -             On idle printer queue LPS40$A14 L             Submitted 27-JUN-2005 10:36 /FORM=DCPS$DEFAULT (stock=DEFAULT) 5             /PARAM=("DATA=AUTOMATIC") /PRIORITY=100 0             File: _$1$DUA10:[MSMITH]MEMO.TXT;1 6             File: _$1$DUA10:[MSMITH]FILE_SNIFF.TXT;1 4             File: _$1$DUA10:[MSMITH]INFOPLAN.TXT;1 :             File: _$1$DUA10:[MSMITH]MONTHLY_REPORT.TXT;2 D             File: _$1$DUA10:[MSMITH]SPECIAL_SEPARATION_PAGES.TXT;1 0             File: _$1$DUA10:[MSMITH]VTPW.TXT;1 




GThe /FULL qualifier displays the status of the print job in the queue. GThe print job in the example is holding, because it was submitted with Dthe /AFTER qualifier to delay starting the print job. The print job dstatus may be any one of those listed in Table 2-1.

Y  ! "                          
Table 2-1 Print Job Status
Status Meaning
 Printing > On a local printer, the print job is currently printing. R On a network printer, the print job may be printing, or a job from . another system may be printing.
Pending > The print job is waiting to be printed. Other print jobs Q are ahead of this job in the queue, or the job is waiting for the F appropriate type of media to be mounted in the printer.
Holding @ The print job is waiting to print because it was submitted $ $ $ W with the /AFTER qualifier or the /HOLD qualifier, or the SET ENTRY/HOLD W command was entered for the job. To release the print job for printing, ‰ use the /RELEASE qualifier in the SET ENTRY command (see Section 2.4).
Stalled < The job started, but is now stalled, possibly due to a . paper jam or tray out of paper.
 Aborting 3 The job has been aborted with a DELETE /ENTRY p command. (See Section 2.3 for more information.)
 Retained A The print job has completed but it is being retained in the  queue.


GYou can display all your print jobs by entering the SHOW ENTRY command 5without specifying the print job number. For example:

 

"
!    $ SHOW ENTRY




 

"
9      Entry  Jobname         Username     Blocks  Status 9      -----  -------         --------     ------  ------ R         96  MEMO            MSMITH          114  Holding until 27-JUN-2005 17:00 ,             On busy printer queue LP40$A14 :         75  AUTO            MSMITH          368  Pending ,             On busy printer queue PS40$A10 ;         68  BOOK_LIST       MSMITH           78  Printing ,             On busy printer queue PS40$A10 




DYou can use the following qualifiers with the SHOW ENTRY command to display print jobs: / '                      
SHOW ENTRY Qualifier Displays ...
/BRIEF H A short summary about one or more print jobs. This is the default 8 display if you do not include the /FULL qualifier.
 /BY_JOB_STATUS=( keyword,...) N Print jobs that have the status you specify for the keyword. The status U types are listed in Table 2-1.
/FILES > The file names of the files in each print job displayed.
/FULL I Complete information about the print job, including job status and  files to be printed.
 /USER_NAME= user-name . The print jobs for the user you specify.
[

2.2 Displaying Print Queues



DYou can display a list of all of your print jobs in a queue and the ;status of the print queue, by using the SHOW QUEUE command.



/  
Note

FRemote nodes in the network may have print queues sending jobs to the Bsame printer, but queues on those nodes are not displayed.


GTo see all of your print jobs in a queue, enter the SHOW QUEUE command (followed by the name of the print queue:

 

"
+    $ SHOW QUEUE LPS40$A10




 

"
H      Printer queue LPS40$A10, on LEVEL::A10, mounted form DCPS$DEFAULT        (stock=DEFAULT)  9      Entry  Jobname         Username     Blocks  Status 9      -----  -------         --------     ------  ------ R         96  MEMO            MSMITH          114  Holding until 27-JUN-2005 17:00 




CIf you wish to see print jobs belonging to all users, and you have @sufficient privileges to do so, use the SHOW QUEUE /ALL command.

EYou can list all the queues in the system by entering the SHOW QUEUE command with no queue name.

HYou can use the following qualifiers to specify the type of information #to display about a queue or queues: / '                              
SHOW QUEUE Qualifier Displays ...
 /ALL_JOBS K All the print jobs in a queue. If you do not include this qualifier, C the SHOW QUEUE command displays your print jobs in the queue.
/BRIEF H A short summary about one or more print jobs. This is the default 8 display if you do not include the /FULL qualifier.
 /BY_JOB_STATUS=( keyword,...) N Print jobs that have the status you specify for the keyword. The status U types are listed in Table 2-1.
/FILES > The file names of the files in each print job displayed.
/FORM u Information about the forms that are defined (see Chapter 12).
/FULL L Information about the print job, including job status and files to be  printed.
 /SUMMARY N A short message about the status of the queue and the print jobs in the queue.
T

2.3 Deleting a Print Job



EYou can remove a print job from the queue by using the DELETE /ENTRY Dcommand. If the print job is being printed, this command terminates #printing and deletes the print job.

CIf the system manager sets up the queue to retain print jobs, your Hprint job remains in the queue after you use the DELETE /ENTRY command. DIn this case, use the DELETE /ENTRY command twice to remove the job from the queue.

GInclude the job number of the print job to be deleted after the DELETE /ENTRY command. For example:

 

"
'    $ DELETE /ENTRY=96




 

"
E    Job MEMO (queue LP40$A10, entry 96) terminated with error status 3    %JBC-F-JOBDELETE, job deleted before execution *    %DELETE, entry 96 aborting or deleted 


X

2.4 Modifying a Print Job



BYou can modify a print job that has not started printing. You can Gchange the queue for the print job, or any of the print job attributes Gthat you specified in the PRINT command. You cannot modify a print job that has begun printing.

HUse the SET ENTRY command to modify the status, queue, or attributes of Ha print job. Specify the job number and any qualifiers in the SET ENTRY Gcommand. The following example shows how to change the print queue for Bprint job number 318. To specify the new queue, use the SET ENTRY $command with the /REQUEUE qualifier.

 

"
?    $ PRINT *.MSG /AFTER=17:00 /QUEUE=PS40$A10H    Job AUTO (queue PS40$A10, entry 318) holding until 27-JUN-2005 17:00 6    $ SET ENTRY 318 /REQUEUE=LP40$A10*    $ SHOW QUEUE LP40$A10 E    Printer queue LP40$A10, on MOON::A10::, mounted form DCPS$DEFAULT     (stock=DEFAULT) 8      Entry  Jobname         Username     Blocks  Status8      -----  -------         --------     ------  ------Q        318  AUTO            MSMITH          368  Holding until 27-JUN-2005 17:00




BUse the SET ENTRY command to release a print job that is Holding. GInclude the /RELEASE qualifier in the SET ENTRY command to release the print job. For example:

 

"
-    $ SET ENTRY 318 /RELEASEB    %DCPS-I-JOBSTART, Job AUTO (queue LP40$A10, entry 318) started     on LP40$A10




CYou can change the qualifiers and print parameters for a print job Ausing SET ENTRY. Include the job number and the new qualifier or *parameter values in the SET ENTRY command.

GIf your PRINT command included more than one print parameter, you must Finclude them all in the SET ENTRY command. You cannot modify only one Gof the print parameters without affecting the others that you included Gin the PRINT command. If you modify only one parameter, the others are Hreset to default values. For example, you could submit a print job with the following command:

 

"
X    $ PRINT /PARAMETERS=(SIDES=2,PAGE_ORIENTATION=LANDSCAPE) MYFILE.RPT?    Job MYFILE (queue PS40$A10, entry 329) started on LPS40$A10




DTo modify the page orientation setting for this print job, you must %include the SIDES parameter, as well:

 

"
T    $ SET ENTRY 329 /PARAMETERS=(SIDES=2,PAGE_ORIENTATION=PORTRAIT)+    $ SHOW ENTRY 329 /FULL




 

"
9      Entry  Jobname         Username     Blocks  Status 9      -----  -------         --------     ------  ------ R        329  MYFILE          MSMITH            4  Holding until 27-JUN-2005 17:00 '             On printer queue PS40$A10 T             Submitted 27-JUN-2005 11:50 /FORM=DCPS$DEFAULT (stock=DEFAULT) /NOTIFY J             /PARAM=("SIDES=2","PAGE_ORIENTATION=PORTRAIT") /PRIORITY=100 2             File: _$1$DUA10:[MSMITH]MYFILE.RPT;2 





K

Chapter 3
Specifying Input and Output Trays


\

3.1 Selecting the Input Tray



CMost printers have more than one input tray. You can use different Htrays for various types of media, such as transparencies, envelopes and paper.

ESome printers support special trays, such as manual-feed input slots @and envelope feeders. To list the input trays supported by your Fprinter, enter the HELP PRINT_PARAMETER INPUT_TRAY command and select )the subtopic that describes your printer.

FUse the INPUT_TRAY parameter in the PRINT command to select the input 5tray from which the media is drawn for the print job.

 

"
Z    $ PRINT /PARAMETERS=INPUT_TRAY=input-tray file-name




For example:

 

"
A    $ PRINT /PARAMETERS=INPUT_TRAY=TOP MYFILE.PS




BSome printers do not support multiple input trays. If you specify G/PARAMETERS=INPUT_TRAY on print jobs for these types of printers, your ?print job is terminated and the following message is displayed:

 

"
K    NOINPTRAY, INPUT_TRAY selection not supported for printer-name




DSelecting the wrong input tray with certain printers terminates the Gprint job. When you specify an input tray that is not supported by the 2printer, the following error message is displayed:

 

"
@    INTRAYNOTSUP, No tray-name on printer-name




DSome printers have optional input trays. If you specify an optional Finput tray that is not currently available on the printer, the job is 8terminated and the following error message is displayed:

 

"
M    INTRAYNOTAVL, No tray-name is installed on printer-name


F

3.1.1 Specifying the Type of Media

T

3.1.1.1 Selecting by Page and Sheet Size



HYou can specify a paper size with the PAGE_SIZE or SHEET_SIZE parameter.

 

"
Z    $ PRINT /PARAMETERS=SHEET_SIZE=sheet-size file-namej    $ PRINT /PARAMETERS=(SHEET_SIZE=sheet-size,INPUT_TRAY=input-tray) -*    _$ file-name




For example:

 

"
A    $ PRINT /PARAMETERS=SHEET_SIZE=LEGAL FILE.PSO    $ PRINT /PARAMETERS=(SHEET_SIZE=A4,INPUT_TRAY=TOP) FILE.PS




EIf you specify both the input tray and the paper size, the specified Ginput tray must contain the requested paper size for the job to print, Bor the print job is terminated and the following error message is displayed:

 

"
X    SIZNOTRAY, paper-size size medium is not in the tray-name tray in      printer-name




For example:

 

"
K    SIZNOTRAY, A4 size medium is not in the TOP tray in PrintServer 17/600 


L

3.1.1.2 Selecting by Media Type



FMedia type is set on the printer to indicate the type of paper loaded Gin a particular tray. The default is usually PLAIN. Other common media Gtypes are COLOR, LETTERHEAD, PREPRINTED, PREPUNCHED and RECYCLED. When Ea paper tray is set to a particular media type, only jobs requesting .that media type will use paper from that tray.

DTo select media type in your DCPS job, use the MEDIA_TYPE parameter:

 

"
Z    $ PRINT /PARAMETERS=MEDIA_TYPE=media-type file-name




HDCPS allows any value for the MEDIA_TYPE parameter. Note that the media Gtype is sometimes abbreviated on a printer's front panel or on its web =page. For example, the setting for LETTERHEAD media might be Gabbreviated as LTRHEAD. In most cases, you can specify either the full or abbreviated name.

GYou should specify a media type currently used by your printer. If the =media type is not available on your printer, you will either:

GYou can specify a media type with the MEDIA_TYPE parameter. Media type @is set on the printer to indicate the type of paper loaded in a Hparticular tray. The default is usually PLAIN. Other common media types Care COLOR, LETTERHEAD, PREPRINTED, PREPUNCHED and RECYCLED. When a Hpaper tray is set to a particular media type, only jobs requesting that Emedia type will use paper from that tray if it is different from the printer's default media type.

COne benefit of using media type selection is the ability to select Cpaper by paper size and media type without having to know the tray 9number containing the paper you want to use for your job.

+To select paper of a particular media type:

 

"
Z    $ PRINT /PARAMETERS=MEDIA_TYPE=media-type file-name




For example:

 

"
A    $ PRINT /PARAMETERS=MEDIA_TYPE=COLOR FILE.PS




9will select paper from the tray containing colored paper.

HDCPS allows any value for the MEDIA_TYPE parameter. Note that the media Gtype is sometimes abbreviated on a printer's front panel or on its web =page. For example, the setting for LETTERHEAD media might be Gabbreviated as LTRHEAD. In most cases, you can specify either the full or abbreviated name.

HIf the printer does not contain the requested media type, the print job ;is terminated and the following error message is displayed:

 

"
E    MEDIATYPENOTAVL, No media-type type medium is loaded in      printer name




For example,

 

"
H    MEDIATYPENOTAVL, No COLOR type medium is loaded in HP LaserJet 9050 




DYou can use the MEDIA_TYPE parameter in combination with other tray :selection parameters INPUT_TRAY, PAGE_SIZE and SHEET_SIZE.

EIf you specify both the input tray and the media type, the specified Ginput tray must contain the requested paper size for the job to print. GOtherwise, the print job is terminated and the following error message is displayed:

 

"
n    MEDIATYPENOTRAY, media-type type medium is not in the tray tray in printer name




CFor example, if there is no letterhead paper in tray 2 and you type

 

"
T    $ PRINT /PARAMETERS=(INPUT_TRAY=TRAY_2,MEDIA_TYPE=LETTERHEAD) --    _$ /QUEUE=HP4650 FILE.PS




3you will see the following error message displayed:

 

"
I    MEDIATYPENOTRAY, LETTERHEAD type medium is not in the TRAY_2 tray in      HP Color LaserJet 4650 




GSome printers will prompt you to load the requested media type instead Fof causing the MEDIATYPENOTRAY error message. The behavior depends on Bthe characteristics of the printer. For example, HP printers with EDeferred Media Selection turned on will prompt you to load the media Ftype you specified. With most other printers, DCPS will not print the .job and will return the error message instead.

HMedia type selection is supported only by PostScript Level 2 and higher Aprinters. If you specify the media type for a PostScript Level 1 Hprinter, the print job is terminated and the following error message is displayed:

 

"
F    MEDIATYPENOSUP, Media type selection not supported for PostScript      Level 1 printers 


?

3.1.2 Selecting Manual Feed



2To select the manual feed slot, use the parameter FINPUT_TRAY=MANUAL_FEED. You must also specify the paper size with the "SHEET_SIZE or PAGE_SIZE parameter.

 

"
{    $ PRINT /PARAMETERS=(SHEET_SIZE=sheet-size,INPUT_TRAY=input-tray) file-name




For example:

 

"
W    $ PRINT /PARAMETERS=(SHEET_SIZE=A4,INPUT_TRAY=MANUAL_FEED) FILE.PS




GIf you omit the page size from a print job that specified manual feed, Gyour print job terminates and the following error message is displayed:

 

"
@    NO_SHEET_SIZE, Sheet_size must be specified for Manual_Feed 




FWhen you specify manual feed, job separation pages are printed on the Cpaper that is loaded in the printer's default input tray. Then the ;input tray is changed to MANUAL_FEED for printing the file.




 w a d f  
PreviousNextContentsIndex