<?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: TELNET Symbiont Changed Between VMS Versions? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855566#M19943</link>
    <description>I've not seen this problem again, so rather bemused by where it came from.&lt;BR /&gt;&lt;BR /&gt;For reference, we're still using these logicals :-&lt;BR /&gt;&lt;BR /&gt;ALPHA_ROB$ sh log *telnet*&lt;BR /&gt;&lt;BR /&gt;  "OPENVMS$TELNET" = "SYS$SYSTEM:TCPIP$TELNET.EXE"&lt;BR /&gt;  "TCPIP$TELNETSYM_IDLE_TIMEOUT" = "0 00:00:10.00"&lt;BR /&gt;  "TCPIP$TELNETSYM_RETRY_INTERVAL" = "0 00:00:30.00"&lt;BR /&gt;  "TCPIP$TELNETSYM_SUPPRESS_FORMFEEDS" = "34"&lt;BR /&gt;  "TCPIP$TELNET_NO_REM_ID" = "TRUE"&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Oct 2005 03:28:56 GMT</pubDate>
    <dc:creator>Robert Atkinson</dc:creator>
    <dc:date>2005-10-05T03:28:56Z</dc:date>
    <item>
      <title>TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855542#M19919</link>
      <description>We're running a production system on VMS 7.2-2 and testing our upgrade to VMS 7.3-2.&lt;BR /&gt;&lt;BR /&gt;One thing we've found is that we are getting blank pages at the start of some printouts, when we send setup modules. In this case, an escape sequence to put the printer into landscape.&lt;BR /&gt;&lt;BR /&gt;This seems to be caused by the TELNET symbiont on 7.3-2 sending CRLF, whereas VMS 7.2-2 only sends CR.&lt;BR /&gt;&lt;BR /&gt;I've attached the trace dumps for both.&lt;BR /&gt;&lt;BR /&gt;Has anyone else seen this problem.&lt;BR /&gt;&lt;BR /&gt;Robert.</description>
      <pubDate>Thu, 17 Jun 2004 06:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855542#M19919</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2004-06-17T06:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855543#M19920</link>
      <description>And the other trace file....</description>
      <pubDate>Thu, 17 Jun 2004 06:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855543#M19920</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2004-06-17T06:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855544#M19921</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Telnet isn't from VMS but TCPIP. Which version of TCPIP youre using ?&lt;BR /&gt;&lt;BR /&gt;Do you have also set up the needed TCPIP$TELNETSYM_ logicals ?&lt;BR /&gt;These logicals must be active before starting the queue. So if logicals are changed, the queue need to be stopped and started. These logicals are only used when the queue is started. So sort of dynamic for new queues.&lt;BR /&gt;&lt;BR /&gt;I think the following logicals wil help you:&lt;BR /&gt;TCPIP$TELNETSYM_RAW_TCP = "TRUE"&lt;BR /&gt;TCPIP$TELNETSYM_SUPPRESS_FORMFEEDS = "35"&lt;BR /&gt;&lt;BR /&gt;Minimize and structure youre messages and environment:&lt;BR /&gt;TCPIP$TELNETSYM_LOG_KEEP = "3"&lt;BR /&gt;TCPIP$TELNETSYM_NO_OPCOM = "TRUE"&lt;BR /&gt;TCPIP$TELNETSYM_SCRATCH = "&lt;NO system="" drive=""&gt;:[TELNETSYM]&lt;BR /&gt;&lt;BR /&gt;AvR&lt;/NO&gt;</description>
      <pubDate>Thu, 17 Jun 2004 06:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855544#M19921</guid>
      <dc:creator>Anton van Ruitenbeek</dc:creator>
      <dc:date>2004-06-17T06:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855545#M19922</link>
      <description>&lt;A href="http://h71000.www7.hp.com/DOC/732final/6526/6526pro_051.html" target="_blank"&gt;http://h71000.www7.hp.com/DOC/732final/6526/6526pro_051.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You may have lost a logical (2nd bullet).&lt;BR /&gt;&lt;BR /&gt;If not what are/were your tcp versions ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 17 Jun 2004 06:57:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855545#M19922</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-06-17T06:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855546#M19923</link>
      <description>The producation system is running 5.1 Eco3 and the upgrade node is running 5.4, so definitely a change there.&lt;BR /&gt;&lt;BR /&gt;I've checked the logicals, and everything seems to be the same.&lt;BR /&gt;&lt;BR /&gt;Any other ideas?&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Thu, 17 Jun 2004 07:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855546#M19923</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2004-06-17T07:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855547#M19924</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Having compared the dumpfiles, I don't see the difference in CR/LF and CR. In boths dumps, records seem bo be ending with the combination (hex) 0D0A.&lt;BR /&gt;&lt;BR /&gt;Assuming that the dump are from the same (or a very similar) file - the second has one 80-character line moreat the end - most significant is a difference in initialisation. I don't know whether this is a symbiont thing, but I hardly think that would make a real difference.&lt;BR /&gt;&lt;BR /&gt;I would take a good look at the form definitions. &lt;BR /&gt;&lt;BR /&gt;Willem&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2004 07:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855547#M19924</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-06-17T07:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855548#M19925</link>
      <description>Willem,&lt;BR /&gt;  if you look at the 'initialisation' (where the setup module is sent) for the text "&amp;amp;l2E", this is where the LF is sent as an extra piece of data.&lt;BR /&gt;&lt;BR /&gt;I believe this is causing the blank page, but why are 5.1 and 5.4 doing different things?&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Thu, 17 Jun 2004 07:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855548#M19925</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2004-06-17T07:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855549#M19926</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/73final/6526/6526pro_042.html#telnetsym_formfeed_suppression" target="_blank"&gt;http://h71000.www7.hp.com/doc/73final/6526/6526pro_042.html#telnetsym_formfeed_suppression&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Your logicals holds a different value or the behaviour changed. As I understand it, it should contain 35 or you will get the formfeeds.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2004 08:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855549#M19926</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-06-17T08:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855550#M19927</link>
      <description>Willem, both systems are set the same :-&lt;BR /&gt;&lt;BR /&gt;Beta:&lt;BR /&gt;(LNM$SYSTEM_TABLE)&lt;BR /&gt;&lt;BR /&gt;  "TCPIP$TELNETSYM_IDLE_TIMEOUT" = "0 00:00:10.00"&lt;BR /&gt;  "TCPIP$TELNETSYM_RETRY_INTERVAL" = "0 00:00:30.00"&lt;BR /&gt;  "TCPIP$TELNETSYM_SUPPRESS_FORMFEEDS" = "34"&lt;BR /&gt;  "TCPIP$TELNET_NO_REM_ID" = "TRUE"&lt;BR /&gt;&lt;BR /&gt;Delta:&lt;BR /&gt;(LNM$SYSTEM_TABLE)&lt;BR /&gt;&lt;BR /&gt;  "TCPIP$TELNETSYM_ENABLE" = ".1.."&lt;BR /&gt;  "TCPIP$TELNETSYM_IDLE_TIMEOUT" = "0 00:00:10.00"&lt;BR /&gt;  "TCPIP$TELNETSYM_RETRY_INTERVAL" = "0 00:00:30.00"&lt;BR /&gt;  "TCPIP$TELNETSYM_SUPPRESS_FORMFEEDS" = "34"&lt;BR /&gt;  "TCPIP$TELNET_ENABLE" = ".1.."&lt;BR /&gt;  "TCPIP$TELNET_NO_REM_ID" = "TRUE"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2004 08:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855550#M19927</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2004-06-17T08:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855551#M19928</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;your TCPIP$TELNETSYM_SUPPRESS_FORMFEEDS specifies "34", so I would _EXPECT_ you to get the foemfeeds, but,  on _BOTH_ systems.&lt;BR /&gt;So I think you WILL get rid of your undesired formfeeds by adjusting the value (remember to re-start your queues!),&lt;BR /&gt;&lt;BR /&gt;but, the question remains; "Why the difference between the versions?????"&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2004 03:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855551#M19928</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-06-18T03:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855552#M19929</link>
      <description>Jan,&lt;BR /&gt;   you're barking up the wrong tree, mate.&lt;BR /&gt;&lt;BR /&gt;There are no formfeeds in the datastream, other than those in the file itself.&lt;BR /&gt;&lt;BR /&gt;The problem occurs when setup modules are sent. If I send the data without the modules, there is no blank page.&lt;BR /&gt;&lt;BR /&gt;As I've said, I'm fairly convinced that it is the LF being sent after the setup module that is actually causing the balnk page, because this is seen by the printer as printable data. In v5.1 this LF is not sent.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Fri, 18 Jun 2004 03:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855552#M19929</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2004-06-18T03:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855553#M19930</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;I've posted this before, but I don't see it, so now again (something wrong at W$dozes ?)&lt;BR /&gt;&lt;BR /&gt;I know with previous versions that the logical "UCX/TCPIP$TELNETSYM_ENABLE" was needed. Now I cannot find the value/need for it.&lt;BR /&gt;With IP 5.x I don't use this anymore and I don't get this problem. At the web I can even not find the logical again.&lt;BR /&gt;Maybe you should consider to remove this, stop/start the queue again (dont forget the /reset).&lt;BR /&gt;&lt;BR /&gt;Manual: 23:&lt;BR /&gt;'TELNETSYM adds escape (0xFF) bytes in the data stream so they are not mistakenly interpreted as TELNET protocol IAD commands.'&lt;BR /&gt;'TELNETSYM can remove (suppress) any form feeds (0x0c) characters that the OpenVMS print symbiont adds to the beginning or end of print jobs. Use TCPIP$TELNETSYM_SUPPRESS_FORMFEEDS logical name to control this function, as described in Section 23.6.4.1'&lt;BR /&gt;And reading this section I think you set a value of 35 or 17.&lt;BR /&gt;&lt;BR /&gt;Yes, still I don't understand the differend interpretation. It is cheap to say, but don't forget it's IP. Some bugs are features.&lt;BR /&gt;&lt;BR /&gt;AvR</description>
      <pubDate>Fri, 18 Jun 2004 05:50:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855553#M19930</guid>
      <dc:creator>Anton van Ruitenbeek</dc:creator>
      <dc:date>2004-06-18T05:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855554#M19931</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;NOT the same. Delta holds:&lt;BR /&gt;&lt;BR /&gt;"TCPIP$TELNETSYM_ENABLE" = ".1.."&lt;BR /&gt;&lt;BR /&gt;might be a result of different cut-'n-paste, but if not:&lt;BR /&gt;What the dots stand for - presumibly non-printable characters. I don't know what this logical does (didn't look it up) but if this system that prints that extra linefeed or causing a formfeed to start (blank page?) you may have found the reason.&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Fri, 18 Jun 2004 08:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855554#M19931</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-06-18T08:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855555#M19932</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;The logicals are defined by the startup procedure (tcpip generate servi).&lt;BR /&gt;But normally they are removed after startup (on my version 5.3 eco3).&lt;BR /&gt;&lt;BR /&gt;Maybe startup went wrong ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 18 Jun 2004 08:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855555#M19932</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-06-18T08:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855556#M19933</link>
      <description>OK, restarted IP services, which has got rid of the _enable logical.&lt;BR /&gt;&lt;BR /&gt;Retested printing, but still producing a blank page.&lt;BR /&gt;&lt;BR /&gt;I really honestly and truly think someone has changed the symbiont, possibly without realising the impact.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Fri, 18 Jun 2004 08:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855556#M19933</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2004-06-18T08:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855557#M19934</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;You're probably right. But if I was you, I would try the 35 and see if it works. Maybe the old 34 worked incorrectly and worked as 35.&lt;BR /&gt;&lt;BR /&gt;HP should make a web interface where you can select an exe and see al the modifications that are done (within a VMS version). Even the smallest one.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 18 Jun 2004 09:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855557#M19934</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-06-18T09:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855558#M19935</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;For patches this already exists - What exe's have been changed is in patch release notes. The idea to have an interface where the history of chnages in _executables_ could be traced has my approval!&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Fri, 18 Jun 2004 10:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855558#M19935</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-06-18T10:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855559#M19936</link>
      <description>Wim, Willem,&lt;BR /&gt;&lt;BR /&gt;if this idea becomes a request and needs supporters: count me in.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Fri, 18 Jun 2004 12:54:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855559#M19936</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-06-18T12:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855560#M19937</link>
      <description>I think it will work if you retry it.&lt;BR /&gt;Martin H</description>
      <pubDate>Mon, 21 Jun 2004 10:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855560#M19937</guid>
      <dc:creator>Martin Hebron</dc:creator>
      <dc:date>2004-06-21T10:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: TELNET Symbiont Changed Between VMS Versions?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855561#M19938</link>
      <description>There was a change in the past along these lines:&lt;BR /&gt;&lt;BR /&gt;By default TCPIP will add a &lt;FF&gt; at the end of each print job , but in cases were a setup module is used at the start of a print job (i.e. to reset the printer ) if the setup module contains non ANSI standard escape sequences TCPIP will insert a additional formfeed between the setup module and the print job.&lt;BR /&gt;&lt;BR /&gt;Really a SETUP module with none ANSI standard escape sequences should be wrapped in EscP&lt;SETUPMODLE&gt;Esc\&lt;BR /&gt;&lt;BR /&gt;However a third bit setting was added to the  suppress formfeed setting.  Thus to retain your previous setting of 34, but also suppress the adding of the FF to the SETUP module you should now set it to 42&lt;BR /&gt;&lt;BR /&gt;34 had bits 5 and 1 set.  Setting bit 3 increases this to 42 (i.e add 8)&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Jed&lt;/SETUPMODLE&gt;&lt;/FF&gt;</description>
      <pubDate>Wed, 23 Jun 2004 05:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-symbiont-changed-between-vms-versions/m-p/4855561#M19938</guid>
      <dc:creator>Jeremy Stubbs</dc:creator>
      <dc:date>2004-06-23T05:29:21Z</dc:date>
    </item>
  </channel>
</rss>

