<?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: Clear screen in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835446#M10237</link>
    <description>Jan,&lt;BR /&gt;&lt;BR /&gt;Did you try it?&lt;BR /&gt;&lt;BR /&gt;DCL knows nothing of escape sequences, so you get the CR/LF anyway. And,"esc&amp;gt;[H" is short for "&lt;ESC&gt;[1;1H"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Bart&lt;BR /&gt;&lt;/ESC&gt;</description>
    <pubDate>Fri, 04 Aug 2006 01:18:13 GMT</pubDate>
    <dc:creator>Bart Zorn_1</dc:creator>
    <dc:date>2006-08-04T01:18:13Z</dc:date>
    <item>
      <title>Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835433#M10224</link>
      <description>There is any way to clear the screen in openVMS?&lt;BR /&gt;&lt;BR /&gt;Thks in advanced</description>
      <pubDate>Tue, 01 Aug 2006 19:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835433#M10224</guid>
      <dc:creator>jpaulino05</dc:creator>
      <dc:date>2006-08-01T19:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835434#M10225</link>
      <description>Create a command procedure with &lt;BR /&gt;&lt;BR /&gt;$       ESC[0,7] = 27&lt;BR /&gt;$       WRITE SYS$OUTPUT "''ESC'[2J''ESC'[1;1H"&lt;BR /&gt;&lt;BR /&gt;Set a symbol to run the procedure.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 19:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835434#M10225</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-08-01T19:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835435#M10226</link>
      <description>&lt;BR /&gt;$ TYPE/PAGE NLA0:&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 20:23:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835435#M10226</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2006-08-01T20:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835436#M10227</link>
      <description>Thanks David :) &lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 21:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835436#M10227</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-08-01T21:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835437#M10228</link>
      <description>Dear David&lt;BR /&gt;&lt;BR /&gt;What is mean by NLA0: is it default device specification or ...?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Balamurali</description>
      <pubDate>Tue, 01 Aug 2006 22:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835437#M10228</guid>
      <dc:creator>Alanjones_1</dc:creator>
      <dc:date>2006-08-01T22:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835438#M10229</link>
      <description>NLA0: is the null device. Useful for testing&lt;BR /&gt;certain things.  Writes always succeed and&lt;BR /&gt;reads always return end-of-file.  It is a&lt;BR /&gt;bit-bucket, black hole, somewhere to send&lt;BR /&gt;things when you don't want the output.&lt;BR /&gt;&lt;BR /&gt;e.g.  $ show system/output=nla0:&lt;BR /&gt;&lt;BR /&gt;Dave.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 22:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835438#M10229</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2006-08-01T22:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835439#M10230</link>
      <description>Note that the NLA0: device is good for fast backups when a restore is not required :-)</description>
      <pubDate>Wed, 02 Aug 2006 04:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835439#M10230</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-08-02T04:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835440#M10231</link>
      <description>Thomas Ritter wrote:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Create a command procedure with&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;$ ESC[0,7] = 27&lt;BR /&gt;&amp;gt;$ WRITE SYS$OUTPUT "''ESC'[2J''ESC'[1;1H"&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;Set a symbol to run the procedure.&lt;BR /&gt;&lt;BR /&gt;I would prefer:&lt;BR /&gt;&lt;BR /&gt;$ WRITE SYS$OUTPUT ESC, "[H", ESC, "[J"&lt;BR /&gt;&lt;BR /&gt;Note that there is a difference between this method and TYPE/PAGE NL:&lt;BR /&gt;&lt;BR /&gt;TYPE/PAGE NL: leaves the cursor at the first line of your terminal, whereas the escape sequence puts you on the second line!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Bart Zorn&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2006 06:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835440#M10231</guid>
      <dc:creator>Bart Zorn_1</dc:creator>
      <dc:date>2006-08-02T06:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835441#M10232</link>
      <description>The other key difference between TYPE/PAGE and WRITE is that the former runs an image but the latter does not.</description>
      <pubDate>Wed, 02 Aug 2006 06:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835441#M10232</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-08-02T06:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835442#M10233</link>
      <description>The biggest difference is in device independence (at least partial). Sending an explicit escape sequence assumes an ANSI (VT100) compatible terminal.&lt;BR /&gt;&lt;BR /&gt;TYPE/PAGE NL: determines the terminal type (as set with SET TERMINAL) and issues the "correct" escape sequence to clear the page (assuming your device type is set correctly). &lt;BR /&gt;&lt;BR /&gt;On the other hand, the WRITE command will work on an ANSI terminal regardless of the terminal type set.</description>
      <pubDate>Wed, 02 Aug 2006 22:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835442#M10233</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-08-02T22:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835443#M10234</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Normally i use these commands to clear screen in VMS.&lt;BR /&gt;&lt;BR /&gt;$ set terminal /width=132&lt;BR /&gt;(or)&lt;BR /&gt;$ set terminal /width=80&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Raj&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 02:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835443#M10234</guid>
      <dc:creator>Chinraj Rajasekaran</dc:creator>
      <dc:date>2006-08-03T02:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835444#M10235</link>
      <description>Our version of 'clear screen' attached, with about 8 billion escape sequences.....ok, slight exageration there, but don't ask me what they all do, as they've been built up over some years.&lt;BR /&gt;&lt;BR /&gt;Use with '$ TYPE CLS.TXT'.&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 03:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835444#M10235</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-08-03T03:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835445#M10236</link>
      <description>&lt;P&gt;Bart.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;$ ESC[0,7] = 27&lt;BR /&gt;&amp;gt;$ WRITE SYS$OUTPUT "''ESC'[2J''ESC'[1;1H"&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;Set a symbol to run the procedure.&lt;BR /&gt;&lt;BR /&gt;I would prefer:&lt;BR /&gt;&lt;BR /&gt;$ WRITE SYS$OUTPUT ESC, "[H", ESC, "[J"&lt;BR /&gt;&lt;BR /&gt;Note that there is a difference between this method and TYPE/PAGE NL:&lt;BR /&gt;&lt;BR /&gt;TYPE/PAGE NL: leaves the cursor at the first line of your terminal, whereas the escape sequence puts you on the second line!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That is of your own doing!&lt;BR /&gt;&lt;BR /&gt;After your sequence, the write will generate an implicit CrLf, puuting you on the next (ie 2nd) line.&lt;BR /&gt;&lt;BR /&gt;However, the ''ESC'[1;1H is a cursor positioning which (at least, as the last element of the sequence) will overrule the need for the added CrLf.&lt;BR /&gt;&lt;BR /&gt;jpaulino05,&lt;BR /&gt;&lt;BR /&gt;as you are new, please review &lt;BR /&gt;&lt;BR /&gt;&lt;STRIKE&gt;&lt;A&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;/STRIKE&gt;&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;[&lt;STRONG&gt;&lt;U&gt;Moderator edit&lt;/U&gt;&lt;/STRONG&gt;: The above link is no longer valid.]&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 10:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835445#M10236</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2024-08-13T10:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835446#M10237</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;Did you try it?&lt;BR /&gt;&lt;BR /&gt;DCL knows nothing of escape sequences, so you get the CR/LF anyway. And,"esc&amp;gt;[H" is short for "&lt;ESC&gt;[1;1H"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Bart&lt;BR /&gt;&lt;/ESC&gt;</description>
      <pubDate>Fri, 04 Aug 2006 01:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835446#M10237</guid>
      <dc:creator>Bart Zorn_1</dc:creator>
      <dc:date>2006-08-04T01:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835447#M10238</link>
      <description>&lt;!--!*#--&gt;I worry about supplying escape sequences when&lt;BR /&gt;"the screen" is no better defined than this,&lt;BR /&gt;but if you don't like the carriage control&lt;BR /&gt;from WRITE, you might try something like:&lt;BR /&gt;&lt;BR /&gt;$ esc = " "&lt;BR /&gt;$ esc[ 0, 8] = 27&lt;BR /&gt;$ esc_seq = esc+ "[2J"+ esc+ "[H"&lt;BR /&gt;$ read /error = err1 /prompt = "''esc_seq'" /time_out = 0 sys$command line&lt;BR /&gt;$ err1:&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 01:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835447#M10238</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-08-04T01:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835448#M10239</link>
      <description>Bart,&lt;BR /&gt;&lt;BR /&gt;I tried, and YOU are right!&lt;BR /&gt;&lt;BR /&gt;Amazing. I have been using that for sooo many years now, and never knew, nor noticed.&lt;BR /&gt;&lt;BR /&gt;Thanks for another bit of education!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Fri, 04 Aug 2006 11:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835448#M10239</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-08-04T11:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835449#M10240</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;Steven,&lt;BR /&gt;&lt;BR /&gt;Yes, the READ command can do it without the CR/LF. Unfortunately, the construct is a bit tedious.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Bart&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Aug 2006 01:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835449#M10240</guid>
      <dc:creator>Bart Zorn_1</dc:creator>
      <dc:date>2006-08-07T01:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835450#M10241</link>
      <description>&amp;gt; [...] the construct is a bit tedious.&lt;BR /&gt;&lt;BR /&gt;That's why I put it into a command procedure&lt;BR /&gt;instead of typing it interactively.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Some people will complain if they're hanged&lt;BR /&gt;with a new rope.</description>
      <pubDate>Mon, 07 Aug 2006 10:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835450#M10241</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-08-07T10:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Clear screen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835451#M10242</link>
      <description>&amp;gt; That's why I put it into a command procedure&lt;BR /&gt;instead of typing it interactively.&lt;BR /&gt;&lt;BR /&gt;Sure, but then your advantage over an image activation decreases!&lt;BR /&gt;&lt;BR /&gt;Bart&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Aug 2006 01:36:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/clear-screen/m-p/3835451#M10242</guid>
      <dc:creator>Bart Zorn_1</dc:creator>
      <dc:date>2006-08-08T01:36:05Z</dc:date>
    </item>
  </channel>
</rss>

