- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Printing blank page after the trailer between prin...
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
02-07-2006 01:55 AM
02-07-2006 01:55 AM
Printing blank page after the trailer between print jobs.
When I print to a VMS print queue, I get a header, trailer, and then a blank page. It seems though that I am getting this on all of my print queues. I would like to eliminate this blank page. Here is the configuration of one of my print queues;
Printer queue HP5SI_FIN, idle, on CROW::"HP5SI_FIN:9100", mounted form A
/BASE_PRIORITY=4 /DEFAULT=(FLAG=ONE,FORM=DEFAULT,TRAILER) /LIBRARY=HP
Lowercase /OWNER=[SYSTEM] /PROCESSOR=TCPIP$TELNETSYM
/PROTECTION=(S:M,O:D,G:R,W:S) /SEPARATE=(RESET=(HP_RESET))
Any ideas on how I should proceed?
Thanks!!
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 02:04 AM
02-07-2006 02:04 AM
Re: Printing blank page after the trailer between print jobs.
http://search.hp.com/query.html?lang=eng&qp=url%3Ah71000.www7.hp.com/wizard/&qt=blank+pages&la=en&hps=OpenVMS+Ask+the+Wizard&hpr=http%3A//h71000.www7.hp.com/wizard/index.html&lk=2&ctry=us&submit.y=6&hpo=hphqglobal%2Chphqopenvms&hpn=return+to+OpenVMS+Ask+the+Wizard+page&hpl=1&hpc=1&hpa=http%3A//search.hp.com/help.html&uf=0&submit.x=8
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 07:15 AM
02-07-2006 07:15 AM
Re: Printing blank page after the trailer between print jobs.
The real answer is: DEFINE/SYSTEM TCPIP$TELNETSYM_SUPPRESS_FORMFEEDS 35
$ stop/que/next Name_of Your_Que
$ Start/que Name_of_Your_Que
That's how you take care of the blank pages with OpenVMS 7.3-2
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 07:18 AM
02-07-2006 07:18 AM
Re: Printing blank page after the trailer between print jobs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 07:31 AM
02-07-2006 07:31 AM
Re: Printing blank page after the trailer between print jobs.
maybe you should consider user DCPS (it's free with OpenVMS, but must be installed seperately). It gives you much more control over the printer's features.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 02:37 AM
02-08-2006 02:37 AM
Re: Printing blank page after the trailer between print jobs.
/DEFAULT=(FLAG=ONE,FORM=DEFAULT,TRAILER)
if you change it in
/DEFAULT=(FORM=DEFAULT)
the trailer is gone
flage=one is probely your header page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 06:38 AM
02-08-2006 06:38 AM
Re: Printing blank page after the trailer between print jobs.
Good day!!