<?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: Printing FORMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748021#M101113</link>
    <description>HP OpenVMS System Managerâ  s Manual, Volume 1: Essentials&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.hp.com/pub/openvms/doc/AA-PV5MJ-TK.PDF" target="_blank"&gt;ftp://ftp.hp.com/pub/openvms/doc/AA-PV5MJ-TK.PDF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;page 538, Setting Up and Maintaining Queues&lt;BR /&gt;&lt;BR /&gt;page 582, Using and Creating Forms&lt;BR /&gt;&lt;BR /&gt;page 585, Assigning a Default Form for a Queue&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Feb 2011 13:32:59 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2011-02-03T13:32:59Z</dc:date>
    <item>
      <title>Printing FORMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748020#M101112</link>
      <description>We have two FORMS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$sho queue/form hpl4/full&lt;BR /&gt;Form name                            Number   Description&lt;BR /&gt;---------                            ------   -----------&lt;BR /&gt;HPL4                                   1300    Default  60 line  80 char / no bo&lt;BR /&gt;                                              rder&lt;BR /&gt;    /LENGTH=66 /MARGIN=(BOTTOM=6) /STOCK=HPL4 /TRUNCATE /WIDTH=132&lt;BR /&gt;$sho queue/form hpl4d/full&lt;BR /&gt;Form name                            Number   Description&lt;BR /&gt;---------                            ------   -----------&lt;BR /&gt;HPL4D                                  1350    Default no settings&lt;BR /&gt;    /LENGTH=66 /MARGIN=(BOTTOM=6) /STOCK=HPL4D /TRUNCATE /WIDTH=132&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;when we print with HPL4 its printing single sided, when we print with HPL4D it prints in DUPLEX&lt;BR /&gt;&lt;BR /&gt;I trying to know how the print job understands this&lt;BR /&gt;&lt;BR /&gt; Is this through&lt;BR /&gt;   Form Definition or&lt;BR /&gt;   Stock mentioned or&lt;BR /&gt;   Library mentioned in queue or&lt;BR /&gt;   /SEPARATE=(RESET=(HPL4_RESET))&lt;BR /&gt;&lt;BR /&gt;And how to view them or edit them?&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Feb 2011 11:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748020#M101112</guid>
      <dc:creator>Joewee</dc:creator>
      <dc:date>2011-02-03T11:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Printing FORMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748021#M101113</link>
      <description>HP OpenVMS System Managerâ  s Manual, Volume 1: Essentials&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.hp.com/pub/openvms/doc/AA-PV5MJ-TK.PDF" target="_blank"&gt;ftp://ftp.hp.com/pub/openvms/doc/AA-PV5MJ-TK.PDF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;page 538, Setting Up and Maintaining Queues&lt;BR /&gt;&lt;BR /&gt;page 582, Using and Creating Forms&lt;BR /&gt;&lt;BR /&gt;page 585, Assigning a Default Form for a Queue&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Feb 2011 13:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748021#M101113</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-02-03T13:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Printing FORMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748022#M101114</link>
      <description>Many thanks Hoff.&lt;BR /&gt;&lt;BR /&gt;Now I have landed up in Escape sequence and Device control Libraries.&lt;BR /&gt;&lt;BR /&gt; Is there any manual to learn more about these escape sequences?</description>
      <pubDate>Fri, 04 Feb 2011 06:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748022#M101114</guid>
      <dc:creator>Joewee</dc:creator>
      <dc:date>2011-02-04T06:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Printing FORMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748023#M101115</link>
      <description>It's been long ago for me, but I took a look at the mechanism.&lt;BR /&gt;When your printqueue is defined you can define LIBRARY=??, eg LIBR=HPLJ4 &lt;BR /&gt;This Libraryfile resides in SYS$LIBRARY and is called HPLJ4.TLB. When you do a:&lt;BR /&gt;$ LIBR/LIST sys$library:hplj4.tlb it shows you the FORMS it knows.&lt;BR /&gt;In these FORMS are ESCAPE-codes needed to make the printer do things. Through that you can make the printer do 72 lines instead of 66 and 12 cpi instead of 10. For Kyocera-printers it was even possible to make the printer print without any margin through these codes.&lt;BR /&gt;Do a LIBR/EXTRACT=(MYFORM)/OUTPUT=myform.txt  SYS$LIBRARY:HPLJ4.TLB and edit MYFORM.txt using EDT (shows the escape codes more clearly).&lt;BR /&gt;&lt;BR /&gt;If you want to experiment then first make your own version of the library and then do a LIBR/INSERT of LIBR/REPLACE to put your own forms in. Put your new library in SYS$LIBRARY with right permissions and init your own que to use your custom library.&lt;BR /&gt;&lt;BR /&gt;Good luck!</description>
      <pubDate>Fri, 04 Feb 2011 06:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748023#M101115</guid>
      <dc:creator>Kees L.</dc:creator>
      <dc:date>2011-02-04T06:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Printing FORMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748024#M101116</link>
      <description>Ok Great!!&lt;BR /&gt;&lt;BR /&gt; I have extracted the reset sequence of the two different libraries.&lt;BR /&gt;&lt;BR /&gt;HPL4_RESET&lt;BR /&gt;&lt;BR /&gt;  &lt;ESC&gt;]VMS;2&lt;ESC&gt;\&lt;ESC&gt;P&lt;ESC&gt;E&lt;ESC&gt;\&lt;BR /&gt;&lt;BR /&gt;HPL4D_RESET&lt;BR /&gt;&lt;BR /&gt;  &lt;ESC&gt;]VMS;2&lt;ESC&gt;\&lt;ESC&gt;P&lt;ESC&gt;E&lt;ESC&gt;\&lt;ESC&gt;&amp;amp;l1S&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Is it because of this if we print in HPL4 its single sided and if we print in HPL4D then its double sided? &lt;BR /&gt;&lt;BR /&gt;  Is there any way to understand this, from basic. I have never used any kind of escape sequences before.&lt;BR /&gt; &lt;BR /&gt; I tried Google but most of the links are for specific purpose in doing something and If I try to co-relate, then its confusing.&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;</description>
      <pubDate>Fri, 04 Feb 2011 07:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748024#M101116</guid>
      <dc:creator>Joewee</dc:creator>
      <dc:date>2011-02-04T07:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Printing FORMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748025#M101117</link>
      <description>After some searching I found this link:&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/bpl13205/bpl13205.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/bpl13205/bpl13205.pdf&lt;/A&gt; &lt;BR /&gt;Play with it and the printer will do anything you want, though it will not print 3D objects I suppose. There are printers that will, but there duplex is not important.&lt;BR /&gt;&lt;BR /&gt;The PDF says:&lt;BR /&gt;Simplex/Duplex Print&lt;BR /&gt;Prints front side of a page or both sides (front and back - in either of two&lt;BR /&gt;binding modes).&lt;BR /&gt;? &amp;amp; l # S&lt;BR /&gt;# = 0 - Single side (Simplex)&lt;BR /&gt;1 - Duplex, long-edge binding&lt;BR /&gt;2 - Duplex, short-edge binding&lt;BR /&gt;&lt;BR /&gt;Looks familiar?</description>
      <pubDate>Fri, 04 Feb 2011 10:38:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748025#M101117</guid>
      <dc:creator>Kees L.</dc:creator>
      <dc:date>2011-02-04T10:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Printing FORMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748026#M101118</link>
      <description>Take a look at &lt;A href="http://www.weaverconsulting.ca/translate_pcl.zip." target="_blank"&gt;http://www.weaverconsulting.ca/translate_pcl.zip.&lt;/A&gt; I wrote this to help figure out what the various escape sequences were doing.&lt;BR /&gt;&lt;BR /&gt;Unzip the file then use the command;&lt;BR /&gt;edit/tpu/command=prw_trans:translate_pcl.tpu file.txt&lt;BR /&gt;&lt;BR /&gt;Once in the editor press CTRL-D to display the translated text.&lt;BR /&gt;&lt;BR /&gt;It worked on most of the setup modules I tried but YMMV.</description>
      <pubDate>Fri, 04 Feb 2011 12:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748026#M101118</guid>
      <dc:creator>Peter Weaver_1</dc:creator>
      <dc:date>2011-02-04T12:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Printing FORMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748027#M101119</link>
      <description>&amp;gt;Is there any manual to learn more about these escape sequences?&lt;BR /&gt;&lt;BR /&gt;These tend to be device-specific, so you would look at the documentation for your particular device; you'd need to look for materials on whichever model of printer this is.&lt;BR /&gt;&lt;BR /&gt;General OpenVMS documentation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/go/openvms/doc" target="_blank"&gt;http://www.hp.com/go/openvms/doc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;OpenVMS Printing:&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;&lt;A href="http://labs.hoffmanlabs.com/node/1713" target="_blank"&gt;http://labs.hoffmanlabs.com/node/1713&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_5271.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_5271.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_1020.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_1020.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HP PCL:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Printer_Command_Language" target="_blank"&gt;http://en.wikipedia.org/wiki/Printer_Command_Language&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Additional Support Resources:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://decuserve.org/anon/htnotes/" target="_blank"&gt;http://decuserve.org/anon/htnotes/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Google Tools, Resources:&lt;BR /&gt;&lt;BR /&gt;For a searchable resource for many previous discussions of many of the common questions on OpenVMS, see and search this Google archive:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://groups.google.com/forum/?fromgroups#forum/comp.os.vms" target="_blank"&gt;https://groups.google.com/forum/?fromgroups#forum/comp.os.vms&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This archive is NOT included in the general Google search.&lt;BR /&gt;&lt;BR /&gt;One of the other Google tools available and useful for your career is the site keyword, and this can allow you to target your searches.  A common target for OpenVMS is &lt;BR /&gt;&lt;BR /&gt;site:h71000.www7.hp.com &lt;BR /&gt;&lt;BR /&gt;as this is the IP host that contains most of the OpenVMS information HP has available on the Internet.  A wider search would be&lt;BR /&gt;&lt;BR /&gt;site:hp.com&lt;BR /&gt;&lt;BR /&gt;Add this site keyword (with the appropriate target host specified) into your Google query.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 14:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printing-forms/m-p/4748027#M101119</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-02-04T14:23:36Z</dc:date>
    </item>
  </channel>
</rss>

