Technical data
Example 3–1 (Cont.) Creation of an Execution Queue Entry for a PrintServer Printer
$ @SYS$STARTUP:DCPS$EXECUTION_QUEUE -
LPS20$BULL09 - ! P1 - Execution queue name
"DECNET/BULL09" - ! P2 - Device name (PrintServer DECnet node name)
DCPS_LIB - ! P3 - Logical name for your library search list
"SIDES=2" - ! P4 - Defines a default queue parameter
"" - ! P5 - Value to override/add to default qualifiers
"" - ! P6 - Communication speed
"" - ! P7 - Set device qualifier
"" ! P8 - Verify on/off
Example 3–2 Creation of an Execution Queue Entry for a Serial Printer
$ @SYS$STARTUP:DCPS$EXECUTION_QUEUE -
2UP - ! P1 - Execution queue name
"SERIAL/TTB4" - ! P2 - Device name
DCPS_LIB - ! P3 - Logical name for your library search list
"NUMBER_UP=2" - ! P4 - Defines a default queue parameter
"/DEFAULT=(FLAG,FORM=MYFORM,NOFEED)" -
! P5 - Value to override or add to default qualifiers
"" - ! P6 - Communication speed
"/SPOOL=(2UP,DISK1$:)" -
! P7 - Set device qualifier
"" ! P8 - Verify on/off
The following sections describe each item of information you need to supply to
DCPS$EXECUTION_QUEUE.COM.
3.3.1 Supplying the Name of the Execution Queue (P1)
An execution queue name can have 1-31 characters, including uppercase and
lowercase alphabetical characters, digits, the dollar sign ($), and the underscore
character (_). The queue name must include at least one alphabetical character
and cannot have intervening spaces.
3.3.2 Supplying the Printer Device Name (P2)
The printer device name specifies the interconnect and device used to access
the printer, and the VMScluster member node on which it resides.
Specify the device name in the following format:
node::"interconnect/interconnect_specific_device_address"
Creating and Modifying Print Queues 3–3