- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Print Jobs
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
07-14-2006 12:25 PM
07-14-2006 12:25 PM
Is there a way to print one report to two (2) printers in VMS? Currently, running VMS 7.3-2
Thanks,
J
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 06:15 PM
07-14-2006 06:15 PM
SolutionYou could issue the print command twice,
with different queues.
You could set one queue as /RETAIN and have a process to requeue the jobs to another.
"Relay queues" may also be an option
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 06:45 PM
07-14-2006 06:45 PM
Re: Print Jobs
There is a freeware, EXECSYMB symbiont using which we can create one virtual queue that in turn queues the print file to the the actual two print queues.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 06:52 PM
07-14-2006 06:52 PM
Re: Print Jobs
As phil said, we can use /RETAIN also which work on device queues. We need a commandd procedure to checks for the retained jobs and can requeue them to the second printer.
And there is a another good discussion...
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=760035
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2006 02:26 AM
07-15-2006 02:26 AM
Re: Print Jobs
Yes, currently I have it /Retain=Until="+1:00" on most of my print queues -- I like the idea about requeing the report to another queue by using a routine. Where can I find this routine or look for? I can move around in VMS pretty good but not as good when it come to writing procedure like this.
Thanks for your response.
Jorge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2006 02:09 PM
07-16-2006 02:09 PM
Re: Print Jobs
You can download from here...
http://vms.process.com/scripts/fileserv/fileserv.com?EXECSYMB
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2006 04:54 PM
07-16-2006 04:54 PM
Re: Print Jobs
I've downloaded the zip file as you suggested. I looked and I did not find a file with instructions on how to use some of these com procedures. Where do I go from here? Please help.
Points has been posted for all those who helped.
Thanks,
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2006 08:18 PM
07-16-2006 08:18 PM
Re: Print Jobs
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 11:44 AM
07-17-2006 11:44 AM
Re: Print Jobs
Once downloaded, unzip it, and BUILD EXECSYMB.EXE as it won't be available nowdays due to various hardware/OS compatiblity support purposes. Rename if any *.obj_alpha to *.obj files if you do BUILD on alpha. Then copy the EXECSYMB.EXE and one more EXE to the respective directory as mentioned in the aaareadme.1st and aaareadme.txt files along with these readme files, there are couple of sample COM procedures (sample.com and sampleproc.com) will give some idea.
This link gives brief description of the EXECSYMB queue processor command procedure files especially print_setup.com.
http://www.tmk.com/ftp/multinet-contributed-software/execsymb/ex_examples/aaareadme.txt
http://vmsone.com/~decuslib/vaxsig/vax89b1/gcef89/mddupd/execsymb.for
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 12:49 PM
07-17-2006 12:49 PM
Re: Print Jobs
what you want can be done using dcl
and the f$getqui lexical function, see
help set entry
help lex f$getqui
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 07:55 PM
07-17-2006 07:55 PM
Re: Print Jobs
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 04:33 PM
07-19-2006 04:33 PM
Re: Print Jobs
Again, many thanks for your time.
Jorge