Operating System - OpenVMS
1752770 Members
4833 Online
108789 Solutions
New Discussion

Re: Print/que=xxxx/setup=report abcd.txt --- VMS print

 
Robert Atkinson
Respected Contributor

Re: Print/que=xxxx/setup=report abcd.txt --- VMS print

I've attached the device control library modules that you need to insert into MC_HP$DEVCTL.

The queue should look something like this when it's finished :-

Printer queue ACC_HP1, idle, on BETA::"HPLJ4:9100", mounted form HP_LASERJET_LAND (stock=DEFAULT)
/AUTOSTART_ON=(BETA::"HPLJ4:9100") /BASE_PRIORITY=4 /DEFAULT=(FORM=HP_LASERJET_LAND (stock=DEFAULT)) Lowercase
/OWNER=[SYSGRP,SYSTEM] /PROCESSOR=TCPIP$TELNETSYM /PROTECTION=(S:M,O:D,G:R,W:S) /RETAIN=ERROR /SCHEDULE=(NOSIZE) /LIBRARY=MC_HP$DEVCTL
ALPHA_ROB$

These should give you both portrait and landscape printing.

As pointed out, you will also need to define these logicals :-

(LNM$SYSTEM_TABLE)

"TCPIP$TELNETSYM_IDLE_TIMEOUT" = "0 00:00:10.00"
"TCPIP$TELNETSYM_RETRY_INTERVAL" = "0 00:00:30.00"
"TCPIP$TELNETSYM_SUPPRESS_FORMFEEDS" = "34"

Robert.
Robert Atkinson
Respected Contributor

Re: Print/que=xxxx/setup=report abcd.txt --- VMS print

And the landscape module....