<?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: LG12 Line Printer Problem in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/lg12-line-printer-problem/m-p/3844448#M78487</link>
    <description>Ira,&lt;BR /&gt;&lt;BR /&gt;printing-related questions and symbiont processing can get quite complicated, especially if foreign print-symbionts are getting in the picture.&lt;BR /&gt;&lt;BR /&gt;The FILE_SETUP_2 input function is supposed to send a formfeed to the output stream, so that every file printed starts at TOF.&lt;BR /&gt;&lt;BR /&gt;Print-symbionts can also filter out formfeed character from the input stream or the output stream. There may be logicals controlling this operation.&lt;BR /&gt;&lt;BR /&gt;If you print a simple .TXT file, which includes a formfeed character (x0C), does the &lt;FF&gt; get to the printer ?&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/FF&gt;</description>
    <pubDate>Thu, 17 Aug 2006 08:42:46 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-08-17T08:42:46Z</dc:date>
    <item>
      <title>LG12 Line Printer Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lg12-line-printer-problem/m-p/3844445#M78484</link>
      <description>We are running OpenVMS 7.3-2 and TCPWare V5.6-2.&lt;BR /&gt;&lt;BR /&gt;We have a little problem with a new LG12 Line Printer from Tally-Genicom (Model 621).&lt;BR /&gt;&lt;BR /&gt;The print que is setup for TCPIP using "/PROCESSOR=TCPWARE_VMSLPRSMB", and continuous form green-bar paper.&lt;BR /&gt;&lt;BR /&gt;When we print multiple files with one print command (PRINT *.TXT), the printer does not page break between files. The first line of file two will overprint the last line of file one, and just continue printing. It page&lt;BR /&gt;breaks correctly when it gets down to our lines-per-page setting.&lt;BR /&gt;&lt;BR /&gt;We can't find the correct way to set this up, either via the LG12 configuration menus or VMS print queue setup.&lt;BR /&gt;&lt;BR /&gt;It seems like we want VMS to be able to send a form feed, between all of the files in a single PRINT *.* command. Is this possible?&lt;BR /&gt;&lt;BR /&gt;Any suggestions would be appreciated...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Aug 2006 07:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lg12-line-printer-problem/m-p/3844445#M78484</guid>
      <dc:creator>Ira Melamed</dc:creator>
      <dc:date>2006-08-16T07:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: LG12 Line Printer Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lg12-line-printer-problem/m-p/3844446#M78485</link>
      <description>Ira,&lt;BR /&gt;&lt;BR /&gt;please post the SHOW QUEUE /FULL output.&lt;BR /&gt;&lt;BR /&gt;We had a bunch of such printers (mainly LG31),&lt;BR /&gt;which were setup with /DEFAULT=FEED and worked o.k. (but where attached serial via DECservers).&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Wed, 16 Aug 2006 10:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lg12-line-printer-problem/m-p/3844446#M78485</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-08-16T10:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: LG12 Line Printer Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lg12-line-printer-problem/m-p/3844447#M78486</link>
      <description>Kalle,&lt;BR /&gt;&lt;BR /&gt;Thanks for trying to assist. We have tried several configurations here is the info you requested:&lt;BR /&gt;&lt;BR /&gt;$ show que/full lg12&lt;BR /&gt;Server queue LG12, idle, on SFARVA::, mounted form DEFAULT/BASE_PRIORITY=4 &lt;BR /&gt;/DEFAULT=(FEED,FORM=DEFAULT) /OWNER=[SYSTEM]&lt;BR /&gt;/PROCESSOR=TCPWARE_VMSLPRSMB /PROTECTION=(S:M,O:D,G:R,W:S) /RETAIN=ERROR&lt;BR /&gt;/SCHEDULE=(NOSIZE) /SEPARATE=(FLAG,TRAILER)&lt;BR /&gt;&lt;BR /&gt;Print commands that specify a single file process correctly. We just realized that a print command that includes a "/copies=n" parameter is causing the same problem as the original issue - printer does not form feed and the first line of the second "copy" prints over the last line of the first "copy"&lt;BR /&gt;&lt;BR /&gt;Thanks...</description>
      <pubDate>Thu, 17 Aug 2006 07:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lg12-line-printer-problem/m-p/3844447#M78486</guid>
      <dc:creator>Ira Melamed</dc:creator>
      <dc:date>2006-08-17T07:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: LG12 Line Printer Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lg12-line-printer-problem/m-p/3844448#M78487</link>
      <description>Ira,&lt;BR /&gt;&lt;BR /&gt;printing-related questions and symbiont processing can get quite complicated, especially if foreign print-symbionts are getting in the picture.&lt;BR /&gt;&lt;BR /&gt;The FILE_SETUP_2 input function is supposed to send a formfeed to the output stream, so that every file printed starts at TOF.&lt;BR /&gt;&lt;BR /&gt;Print-symbionts can also filter out formfeed character from the input stream or the output stream. There may be logicals controlling this operation.&lt;BR /&gt;&lt;BR /&gt;If you print a simple .TXT file, which includes a formfeed character (x0C), does the &lt;FF&gt; get to the printer ?&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/FF&gt;</description>
      <pubDate>Thu, 17 Aug 2006 08:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lg12-line-printer-problem/m-p/3844448#M78487</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-17T08:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: LG12 Line Printer Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lg12-line-printer-problem/m-p/3844449#M78488</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;I created a small text file using LSE and placed a form-feed in the middle of the file. &lt;BR /&gt;&lt;BR /&gt;Using "print test.txt" the file DOES correctly form-feed in the middle. If I use the command "print/copies=2 test.txt" the second copy does not start on a new page, but the middle of the second copy does (forced by the form-feed imbedded in the file).&lt;BR /&gt;&lt;BR /&gt;I am not familar with FILE_SETUP_2 is that a printer specific command or VMS related?&lt;BR /&gt;&lt;BR /&gt;Thanks again...&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2006 14:36:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lg12-line-printer-problem/m-p/3844449#M78488</guid>
      <dc:creator>Ira Melamed</dc:creator>
      <dc:date>2006-08-18T14:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: LG12 Line Printer Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lg12-line-printer-problem/m-p/3844450#M78489</link>
      <description>Ira,&lt;BR /&gt;&lt;BR /&gt;FILE_SETUP_2 is a standard print symbiont input routine (all of this is described in the Utility Routines Manual under PSM routines). It is being used to insert a &lt;FF&gt; into the input stream to make sure, that a new file starts at TOF.&lt;BR /&gt;&lt;BR /&gt;It looks like this &lt;FF&gt; is somehow 'lost' on the way to your printer. The most likely culprit would be the TCPWARE_VMSLPRSMB print symbiont. You could try to trace the IP data between the VMS node and the printer, to see, if the &lt;FF&gt; is missing in the data stream to the printer.&lt;BR /&gt;&lt;BR /&gt;If you have another line printer (driven by the standarad PRTSMB or LATSYM), you could test the PRINT/COPIES=2 behaviour with your test file on that printer to prove, whether it's an OpenVMS problem or not.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;/FF&gt;&lt;/FF&gt;&lt;/FF&gt;</description>
      <pubDate>Sat, 19 Aug 2006 01:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lg12-line-printer-problem/m-p/3844450#M78489</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-19T01:41:37Z</dc:date>
    </item>
  </channel>
</rss>

