Troubleshooting guide

Specific Conversion Box Commands
A-11
APPENDICES
Sending the Appropriate Sequences in a VMS Environment
The following provides guidelines on two methods of sending the
appropriate sequences via the Convert Box depending on the type of job to
be printed. The two methods involve the setup modules mentioned in the
above section (PPL3.TXT,LN03.TXT and PS.TXT) which must be created
in a device control library using the LIBRARY command. See detailed
information on the VMS commands in the appropriate VMS
documentation.
The two methods are the following:
1. Invoking the Setup modules at the Print command.
2. Defining Separate Print Queues.
Invoking the Setup Modules at the Print Command
Depending on the type of job to be printed, use the following commands
with the setup modules previously defined:
Printing a PPL3 job:
PRINT Filename/SETUP=(PPL3)
Printing a LN03plus job:
PRINT Filename/SETUP=(LN03)
Printing a PostScript job:
PRINT Filename/SETUP=(PS)
Defining Separate Print Queues
The principle is to define a separate Print Queue for each type of job, even
if all Print Queues apply to the same physical serial communications port.
Print Queues are specified with the VMS commands
DEFINE/FORM/SETUP and INITIALIZE/QUEUE/DEFAULT. The same
setup modules as in the previous section are used.