<?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: Printer format- Openvms in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481195#M95931</link>
    <description>Hi Shiva27&lt;BR /&gt;&lt;BR /&gt;In your forums profile, we can see&lt;BR /&gt;&lt;BR /&gt;I have assigned points to   1  of   150  responses to  my questions.&lt;BR /&gt;&lt;BR /&gt;I think you should read this&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Geni</description>
    <pubDate>Tue, 18 Aug 2009 07:31:42 GMT</pubDate>
    <dc:creator>Heinz W Genhart</dc:creator>
    <dc:date>2009-08-18T07:31:42Z</dc:date>
    <item>
      <title>Printer format- Openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481193#M95929</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;   The network printer is setup as double-side, but, the user would like to have the report with single-side. &lt;BR /&gt;&lt;BR /&gt;Any setup can be done from OpenVMS server so that they can take in single side.&lt;BR /&gt;Openvms v8.3&lt;BR /&gt;queue : TCPIP$TELNETSYM</description>
      <pubDate>Tue, 18 Aug 2009 06:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481193#M95929</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-08-18T06:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Printer format- Openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481194#M95930</link>
      <description>Define a FORM with a setup module to select single sided, depending on the printer language.&lt;BR /&gt;For a postscript printer it would look like:&lt;BR /&gt;&lt;BR /&gt;%!PS&lt;BR /&gt;statusdict begin&lt;BR /&gt;false setduplexmode&lt;BR /&gt;end&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2009 06:48:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481194#M95930</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-08-18T06:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Printer format- Openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481195#M95931</link>
      <description>Hi Shiva27&lt;BR /&gt;&lt;BR /&gt;In your forums profile, we can see&lt;BR /&gt;&lt;BR /&gt;I have assigned points to   1  of   150  responses to  my questions.&lt;BR /&gt;&lt;BR /&gt;I think you should read this&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Geni</description>
      <pubDate>Tue, 18 Aug 2009 07:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481195#M95931</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2009-08-18T07:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Printer format- Openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481196#M95932</link>
      <description>Hi Joseph,&lt;BR /&gt;&lt;BR /&gt;Currently we've define as below in queue,&lt;BR /&gt;/BASE_PRIORITY=4 /DEFAULT=(FEED,FORM=PORT_132)&lt;BR /&gt;&lt;BR /&gt; can you pl suggest how to setup this FORM&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Shiva</description>
      <pubDate>Tue, 18 Aug 2009 09:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481196#M95932</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-08-18T09:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Printer format- Openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481197#M95933</link>
      <description>Please read the VMS docu, or at least &lt;BR /&gt; HELP DEFINE /FORM&lt;BR /&gt;The /SETUP=module defines the library module containing the postscript text, the (text-)library is the one in &lt;BR /&gt; INIT/QUEUE/LIBRARY=textlibrary.&lt;BR /&gt;&lt;BR /&gt;The text library, say e.g. PSDEVCTL.TLB is created with LIBRARY./CREATE/TEXT PSDEVCTL.TLB.&lt;BR /&gt;Then the module inserted e.g. &lt;BR /&gt; LIBRARY PSDEVCTL/text 1sided.ps&lt;BR /&gt;&lt;BR /&gt;The form definition then is&lt;BR /&gt; &lt;BR /&gt;DEFINE/FORM 1SIDED 100 -&lt;BR /&gt;/SETUP=("1SIDED") /DESCRIPTION="1 sided"</description>
      <pubDate>Tue, 18 Aug 2009 10:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481197#M95933</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-08-18T10:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Printer format- Openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481198#M95934</link>
      <description>With the above, since You use TCPIP$TELNETSYM,&lt;BR /&gt;I assume You are not using DCPS, and send the plain fgiles directly to the printer.&lt;BR /&gt;&lt;BR /&gt;DCPS has its own forms and setup modules.</description>
      <pubDate>Tue, 18 Aug 2009 10:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481198#M95934</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-08-18T10:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Printer format- Openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481199#M95935</link>
      <description>Here is "Landscape And Portrait Printing, Printer Device Control Libraries": &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;Basically the same question, though you'll need to figure out the commands for single- and double-sided printing with the use of the technical manual of whichever printer (and whichever interpreter within the printer) is involved here.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2009 15:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481199#M95935</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-08-18T15:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Printer format- Openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481200#M95936</link>
      <description>I will request that my previous post be deleted.  Last one had a missing double quote after QUEUE_NAME.&lt;BR /&gt;&lt;BR /&gt;Do read the article that Hoff linked to. It is a good intro. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;"The network printer is setup as double-side, but, the user would like to have the report with single-side."&lt;BR /&gt;&lt;BR /&gt;If this means that the setup has been done on the printer itself via a front panel or web interface to the printer, and not in a setup module being used by your print queue, then it is likely there is nothing you can do to force simplex mode. If your printer is like some we have, then setting duplex at the printer "hardwires" the duplex setting, and any commands you send to change the setting are ignored. There may be some printers that the setting is just the "default" condition that will be loaded when the printer is reset, but without reading the printer manual, you won't be able to tell.&lt;BR /&gt;&lt;BR /&gt;If you want more help, do the following, and copy and paste the output to ITRC&lt;BR /&gt;&lt;BR /&gt;Then use the following commands (verbatim: copy and paste them to a command file.)&lt;BR /&gt;&lt;BR /&gt;$ ver='f$verify(1)'&lt;BR /&gt;$ show entry/full '$entry'&lt;BR /&gt;$ this_form=f$getqui("DISPLAY_ENTRY","FORM_NAME",$entry)&lt;BR /&gt;$ this_queue=f$getqui("DISPLAY_ENTRY","QUEUE_NAME",$entry)&lt;BR /&gt;$ show queue /full 'this_queue'&lt;BR /&gt;$ show queue /form /full 'this_form'&lt;BR /&gt;$ exit 1+0*f$verify(ver)&lt;BR /&gt;&lt;BR /&gt;Paste these to a command file, for example: show_queue_and_form.com&lt;BR /&gt;&lt;BR /&gt;Then use the print command that you are expecting to be single sided, and add /HOLD. This will place an entry in the queue, but it will not start printing. It also creates a local symbol $entry that has the entry number that was just created by the print command.&lt;BR /&gt;&lt;BR /&gt;An example sequence would be:&lt;BR /&gt;&lt;BR /&gt;$ print/queue=netprinter sys$login:login.com/HOLD&lt;BR /&gt;$ @show_queue_and_form.com&lt;BR /&gt;$ ! optionally delete the entry if you don't want it to really print.&lt;BR /&gt;$ delete/entry '$entry'</description>
      <pubDate>Tue, 18 Aug 2009 18:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-format-openvms/m-p/4481200#M95936</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-08-18T18:45:30Z</dc:date>
    </item>
  </channel>
</rss>

