- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Print/que=xxxx/setup=report abcd.txt --- VMS print
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 02:38 AM
05-14-2007 02:38 AM
Print/que=xxxx/setup=report abcd.txt --- VMS print
While printing the file 'abcd' as per the subject command, two blnak pages are comming before the actual file being printed.
Is there any way to get rid of the problem and at the same time I want the report to be printed in landscape format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 03:01 AM
05-14-2007 03:01 AM
Re: Print/que=xxxx/setup=report abcd.txt --- VMS print
SHOW QUEUE/FULL xxxx
What is in the setup module 'report' ?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 03:12 AM
05-14-2007 03:12 AM
Re: Print/que=xxxx/setup=report abcd.txt --- VMS print
please find the full details of the queue attached.I have no idea of 'report' module.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 03:24 AM
05-14-2007 03:24 AM
Re: Print/que=xxxx/setup=report abcd.txt --- VMS print
Dear SK
give /SCHEDULE=(NOSIZE)
SYSTEM_$>>sh que star_lia1/full
Printer queue STAR_LIA1, idle, on LOTUS::"10.96.5.132:4016",mounted form DEFAULT /BASE_PRIORITY=4 /DEFAULT(FEED,FORM=DEFAULT) Lowercase /OWNER=[FIELD,SYSTEM]/PROCESSOR=TCPIP$TELNETSYM /PROTECTION=(S:M,O:D,G:R,W:S) /SCHEDULE=(NOSIZE)
and after see in printer setup.....
Atul Sardana..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 03:27 AM
05-14-2007 03:27 AM
Re: Print/que=xxxx/setup=report abcd.txt --- VMS print
does the form DEFAULT in the device control Library MC_HP$DEVCTL contains escape sequences ? If so, try to print with a empty form. Does the problem still occure?
I had a similar problem on Printers connected via lat. My form sent more characters than the width of the LTA device was setup for. In this case it produces empty lines at the beginning.
Hope that helps
Regards
Geni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 03:41 AM
05-14-2007 03:41 AM
Re: Print/que=xxxx/setup=report abcd.txt --- VMS print
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 04:03 AM
05-14-2007 04:03 AM
Re: Print/que=xxxx/setup=report abcd.txt --- VMS print
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 08:05 AM
05-14-2007 08:05 AM
Re: Print/que=xxxx/setup=report abcd.txt --- VMS print
$ DEFINE/SYSTEM/EXEC UCX$TELNETSYM_SUPPRESS_FORMFEEDS 1
$ DEFINE/SYSTEM/EXEC TCPIP$TELNETSYM_SUPPRESS_FORMFEEDS 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 09:27 AM
05-14-2007 09:27 AM
Re: Print/que=xxxx/setup=report abcd.txt --- VMS print
http://www.hp.com/go/openvms/wizard
and specifically look for topic (1020) over there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 02:03 PM
05-14-2007 02:03 PM
Re: Print/que=xxxx/setup=report abcd.txt --- VMS print
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 08:23 PM
05-14-2007 08:23 PM
Re: Print/que=xxxx/setup=report abcd.txt --- VMS print
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 08:24 PM
05-14-2007 08:24 PM