There are two modules in the device control library that are not only unnecessary, their presence prevents the ADD PRINTER command from working correctly. Delete them with this command:
$ library/delete=(msap$permdict1,msap$permdictquery1) -
_$ sys$library:msap$devctl.tlb
Then, add the printer, using the /SETUP qualifier to specify the appropriate level of Laser Prep (msap$appledict70 = Laser Prep 6.0):
MSA$MANAGER> add printer "Spooler Name" -
_MSA$MANAGER> /queue=sys$print -
_MSA$MANAGER> /destination="Printer Name@Zone Name" -
_MSA$MANAGER> /setup=msap$appledict70
MSA$MANAGER> start printer "Spooler Name"
Other modules available in the device control library are:
MSAP$APPLEDICT66 (Laser Prep 5.0)
MSAP$APPLEDICT67 (Laser Prep 5.1)
MSAP$APPLEDICT68 (Laser Prep 5.2)
If /SETUP is not used, the default is 5.2.