Previous | Contents | Index |
For example, to delete the file FARM.DAT after printing, use the the following command:
$ PRINT/DELETE FARM.DAT |
When you specify the /DELETE qualifier with the DECprint Supervisor software, the job controller always deletes the requested files, regardless of whether the print job was completed successfully. For example, the following print job is not printed because the user entered an invalid SHEET_SIZE parameter (GREEN). Although the file is not printed, the job controller deletes the file.
Use the /DELETE qualifier with discretion. |
For example, to print all the files named FARM, except FARM.DAT, use the following command:
$ PRINT/EXCLUDE=FARM.DAT FARM.* |
For example, to print files named GROTON that are dated to expire before January 10, 2000, use the following command:
$ PRINT/EXPIRED/BEFORE=10-JAN-2000 GROTON.* |
For example, to print FARM.DAT with form feed characters inserted at the bottom of each page, use the following command:
$ PRINT/FEED FARM.DAT |
For example, to print a flag page before each file in the print job, use the following command:
$ PRINT/FLAG=ALL FARM.DAT,GROTON.DAT |
If the stock type required for the form is not mounted, the print job is placed in a pending state and is released when the printer has the required stock type loaded.
For example, to print GROTON.RPT with form type SHORT$REPORT, use the following command:
$ PRINT/FORM=SHORT$REPORT GROTON.RPT |
The header information is not inserted automatically; you must specify /HEADER to obtain header lines in the output. You can disable header line insertion using the /NOHEADER qualifier.
For example, to print FARM.DAT with header lines, use the following command:
$ PRINT/HEADER FARM.DAT |
To hold a print job until the SET ENTRY/RELEASE command releases the job, use the following command:
$ PRINT/HOLD FARM.DAT |
For example, to suppress the display of the print queue and print job entry number when printing FARM.DAT, use the following command:
$ PRINT/NOIDENTIFY FARM.DAT |
For example, to print FARM.DAT followed by GROTON.DAT three times, use the following command:
$ PRINT/JOB_COUNT=3 FARM.DAT,GROTON.DAT |
When you use /JOB_COUNT in a print job for the DECprint Supervisor, the software must translate your file and transmit the file in PostScript form for each copy of the file that you request, if translation is required. This process increases the load on the computer system and can slow down your print job.
For example, to print all the files named GROTON that were modified after March 19, , use the following command:
$ PRINT/MODIFIED/AFTER=19- GROTON.* |
For example, to print FARM.DAT with a job name AG_DATA, use the following command:
$ PRINT/NAME=AG_DATA FARM.DAT |
For example, to include a distribution location on the separation pages, use the following command:
$ PRINT/NOTE="SEND TO SECOND FLOOR, BIN 7" FARM.DAT |
If you omit the /NOTIFY qualifier, the default action is not to display these print job messages.
For example, to ensure you are notified of print job status, use the following command:
$ PRINT/NOTIFY FARM.DAT,GROTON.DAT |
If you use Distributed Queuing Service (DQS) software to queue print jobs to a remote printer, /NOTIFY returns job start and finish messages that may or may not represent the actual time of starting and ending printing. DQS suppresses the display of printer error messages and other messages from the printer on the user's terminal.
For example, to send the distribution location to the operator's terminal, use the following command:
$ PRINT/OPERATOR="FARM.DAT TO JONES" FARM.DAT |
For example, to include the SIDES parameter to print on two sides of a sheet, use the following command:
$ PRINT/PARAMETERS=SIDES=2 GROTON.DAT |
For example, to print the FARM.DAT file without the special processing described above, use the following command:
$ PRINT/PASSALL FARM.DAT |
For example, to print FARM.DAT with a lower priority than GROTON.DAT, and ensure that GROTON is printed first, enter two PRINT commands, as shown:
$ PRINT/PRIORITY=1 FARM.DAT $ PRINT/PRIORITY=2 GROTON.DAT |
To list the print queues at your site, use the SHOW QUEUE command, as described in Section 3.2.
For example, to print FARM.DAT on the printer for queue PS$DUPLEX, use the following command:
$ PRINT/QUEUE=PS$DUPLEX FARM.DAT |
When you include this qualifier, the file to be printed must exist on the remote node. You must include the host node name in the file specification portion of your print request. The file is queued on the default print queue (SYS$PRINT) of the other system and takes the printer characteristics defined for that system. The /QUEUE and /PARAMETERS qualifiers are ignored when you use the /REMOTE qualifier.
For example, to print GROTON.DAT on a printer on node AGRO::, use the following command:
$ PRINT/REMOTE AGRO::[MACDONALD]GROTON.DAT |
A print job with multiple files or copies that depends on passing the PostScript parameters from one file to the next may not be restarted successfully. (See Section 2.5.)
Do not use /RESTART with printer jobs when you:
For example, to ensure that the print job for FARM.DAT in print queue ANSI$PSPRINT will be restarted, use the following command:
$ PRINT/RESTART/QUEUE=ANSI$PSPRINT FARM.DAT |
Use the following options to specify job retention:
ALWAYS | Holds the job in the queue regardless of the job's completion status. |
DEFAULT | Holds the job in the queue as specified by the queue's retention policy. |
ERROR | Holds the job in the queue only if the job completes unsuccessfully. |
UNTIL= time-value | Holds the job in the queue for the specified length of time, regardless of the job's completion status. |
You supply one or more setup module names from the queue's device control libraries. To include more than one module name, separate the module names with commas and enclose the set in parentheses.
For example, to include the PostScript modules 4UP_GRID and 4UP_WIDE with the print job for FARM.RPT, use the following command:
$ PRINT/SETUP=(4UP_GRID,4UP_WIDE) FARM.RPT |
Use this qualifier with one of the following qualifiers to change the file selection mode:
/BACKUP | Selects files based on the time they were last backed up. |
/CREATED | Selects files based on the file creation time. (This is the default if no file selection qualifier is included.) |
/EXPIRED | Selects files based on the file expiration time. |
/MODIFIED | Selects files based on the time the file was last modified. |
For example, to print only the files named GROTON that were modified after March 1, , use the following command:
$ PRINT/MODIFIED/SINCE=01- GROTON.* |
If you omit the /SINCE qualifier, the specified files are printed regardless of file creation, backup, modification, or expiration times.
For example, to print FARM.DAT with double-spaced lines, use the following command:
$ PRINT/SPACE FARM.DAT |
This qualifier does not affect the output of the job trailer page. Refer to the System Manager's GuideSystem Manager's Guide for more information about the job separation pages.
For example, to include a trailer page for all the files in the print job GROTON, use the following command:
$ PRINT/TRAILER=ALL GROTON.* |
For example, to print the file named FARM.DAT for user JONES, enter the following command:
$ PRINT/USER=JONES FARM.DAT |
Previous | Next | Contents | Index |