<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Getting a printer to staple from VMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/getting-a-printer-to-staple-from-vms/m-p/4551278#M97203</link>
    <description>Your jobs can be told to be stapled from the application or operating system, or from the printer.  There's nothing in TELNETSYM that controls stapling, so it sounds like the Windows queue on the PC or the server (if any) is set up to staple jobs by default.&lt;BR /&gt;&lt;BR /&gt;You can set the printer to staple all jobs, too, but then your OpenVMS jobs would be stapled and they're not.&lt;BR /&gt;&lt;BR /&gt;Stapling commands can be done in PostScript and they are often different for each printer model.  Such code is included in the DCPS device control modules sent with each DCPS job.&lt;BR /&gt;&lt;BR /&gt;Using DCPS as Hoff suggested would be the easiest way to get your OpenVMS jobs stapled, since you would use a command like:&lt;BR /&gt;&lt;BR /&gt;  $ PRINT /PARAMETERS=STAPLE=TOP_LEFT&lt;BR /&gt;&lt;BR /&gt;Paul</description>
    <pubDate>Wed, 16 Dec 2009 20:10:52 GMT</pubDate>
    <dc:creator>Paul Anderson_7</dc:creator>
    <dc:date>2009-12-16T20:10:52Z</dc:date>
    <item>
      <title>Getting a printer to staple from VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-a-printer-to-staple-from-vms/m-p/4551276#M97201</link>
      <description>We recently upgraded our old laser printer to a brand, spanking new HP LaserJet Model M4345 MFP.&lt;BR /&gt;&lt;BR /&gt;    As a printer it is working wonderfully, using a VMS Print Queue defined as &lt;BR /&gt;&lt;BR /&gt;show queue/full tab_71&lt;BR /&gt;Printer queue TAB_71, idle, on BUD::"10.30.6.71:9100", mounted form DEFAULT&lt;BR /&gt;  &lt;TAB rm="" 265="" -="" hp4345="" mfp=""&gt;&lt;BR /&gt;  /BASE_PRIORITY=4 /DEFAULT=(FORM=DEFAULT) /LIBRARY=HP_DEVCTL Lowercase /OWNER=[SYSTEM] /PROCESSOR=TCPIP$TELNETSYM &lt;BR /&gt;  /PROTECTION=(S:M,O:D,G:R,W:S) /SCHEDULE=(NOSIZE) /SEPARATE=(RESET=(RESET))&lt;BR /&gt;&lt;BR /&gt;Queue is also used as a network printer.&lt;BR /&gt;&lt;BR /&gt;It has been noted that if a multipage document is submitted from windows, the printer always staples the output.   Whereas, if the multipage job comes from OpenVMS, it doesnt.&lt;BR /&gt;&lt;BR /&gt;Is there a way to tell the printer to staple ALL multipage jobs???    or even better allow stapling to be designated at submit time???&lt;BR /&gt;&lt;BR /&gt;I spent some time rooting through the PCL sequences, however I cant find anything that refers to stapling&lt;BR /&gt;&lt;BR /&gt;Dave.&lt;/TAB&gt;</description>
      <pubDate>Wed, 16 Dec 2009 18:54:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-a-printer-to-staple-from-vms/m-p/4551276#M97201</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-12-16T18:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a printer to staple from VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-a-printer-to-staple-from-vms/m-p/4551277#M97202</link>
      <description>DCPS is the usual path for advanced printer control.&lt;BR /&gt;&lt;BR /&gt;If the particular printer isn't supported by DCPS, then you'll be reading the technical manual for this printer and using device control libraries.&lt;BR /&gt;&lt;BR /&gt;Here's an intro to that approach:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/622" target="_blank"&gt;http://labs.hoffmanlabs.com/node/622&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Based on the DCPS DECprint documentation:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82final/dcps/dcps026_release_notes.pdf" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/dcps/dcps026_release_notes.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This printer does appear to be supported.&lt;BR /&gt;&lt;BR /&gt;Which means instead of those manuals, you'll be reading the DPCS manual for how you can establish queues for your needs.&lt;BR /&gt;&lt;BR /&gt;DCPS manuals (interestingly, down-revision) are here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/dcps24.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/dcps24.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Dec 2009 19:24:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-a-printer-to-staple-from-vms/m-p/4551277#M97202</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-12-16T19:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a printer to staple from VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-a-printer-to-staple-from-vms/m-p/4551278#M97203</link>
      <description>Your jobs can be told to be stapled from the application or operating system, or from the printer.  There's nothing in TELNETSYM that controls stapling, so it sounds like the Windows queue on the PC or the server (if any) is set up to staple jobs by default.&lt;BR /&gt;&lt;BR /&gt;You can set the printer to staple all jobs, too, but then your OpenVMS jobs would be stapled and they're not.&lt;BR /&gt;&lt;BR /&gt;Stapling commands can be done in PostScript and they are often different for each printer model.  Such code is included in the DCPS device control modules sent with each DCPS job.&lt;BR /&gt;&lt;BR /&gt;Using DCPS as Hoff suggested would be the easiest way to get your OpenVMS jobs stapled, since you would use a command like:&lt;BR /&gt;&lt;BR /&gt;  $ PRINT /PARAMETERS=STAPLE=TOP_LEFT&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Wed, 16 Dec 2009 20:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-a-printer-to-staple-from-vms/m-p/4551278#M97203</guid>
      <dc:creator>Paul Anderson_7</dc:creator>
      <dc:date>2009-12-16T20:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a printer to staple from VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-a-printer-to-staple-from-vms/m-p/4551279#M97204</link>
      <description>addendum to Paul's note: you can also set queue default parameters via logical name.</description>
      <pubDate>Wed, 16 Dec 2009 20:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-a-printer-to-staple-from-vms/m-p/4551279#M97204</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-12-16T20:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a printer to staple from VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-a-printer-to-staple-from-vms/m-p/4551280#M97205</link>
      <description>Addendum to Hoff's addendum to my addendum:&lt;BR /&gt;&lt;BR /&gt;The supported way to get a DCPS queue to staple by default is to put "STAPLE=position" in the appropriate parameter value in DCPS$STARTUP.COM, for either a generic or execution queue.&lt;BR /&gt;&lt;BR /&gt;The result is that DCPS defines a logical name indicating stapling should be used for that queue.  It's best to let DCPS define the logical name than to define it yourself, although either technique will work.&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Thu, 17 Dec 2009 03:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-a-printer-to-staple-from-vms/m-p/4551280#M97205</guid>
      <dc:creator>Paul Anderson_7</dc:creator>
      <dc:date>2009-12-17T03:19:32Z</dc:date>
    </item>
  </channel>
</rss>

