<?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: Screen lin,pos in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/screen-lin-pos/m-p/3840567#M10275</link>
    <description>jpaulino05 &lt;BR /&gt;&lt;BR /&gt;Set up a symbol ESC with numeric value 27:&lt;BR /&gt;$ ESC[0,8]=27&lt;BR /&gt;&lt;BR /&gt;$ line = &lt;LINE nr=""&gt;&lt;BR /&gt;$ col  = &lt;COLUMN nr=""&gt; &lt;BR /&gt;&lt;BR /&gt;The display the escape sequence + desired text:&lt;BR /&gt;&lt;BR /&gt;$ write sys$output "''esc'[''line';''col'H&lt;YOUR_TEXT&gt;"&lt;BR /&gt;&lt;BR /&gt;Better copy the line above into a fixed-font sscreen for viewing the difference between ' and "&lt;BR /&gt;&lt;BR /&gt;I will repeat with a fixed position example and explain that.&lt;BR /&gt;line = 3   col = 40  (middle of screen, third line from top)&lt;BR /&gt;$ write sys$output "''esc'[3;40H&lt;YOUR_TEXT&gt;"&lt;BR /&gt;&lt;BR /&gt;- total string between  "  "&lt;BR /&gt;- two ' ' esc '  (WITHOUT spaces) fill with value of esc&lt;BR /&gt;- [    begin of positioning sequence&lt;BR /&gt;- 3  line&lt;BR /&gt;- ;  (semicolon)  separatopr between line and col&lt;BR /&gt;- 40  column&lt;BR /&gt;- H  (uppercase H) end of positioning sequence&lt;BR /&gt;- &lt;YOUR_TEXT&gt;  &lt;BR /&gt;After &lt;YOUR_TEXT&gt; the cursor moves to col 1 of the next line.&lt;BR /&gt;&lt;BR /&gt;hth&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;/YOUR_TEXT&gt;&lt;/YOUR_TEXT&gt;&lt;/YOUR_TEXT&gt;&lt;/YOUR_TEXT&gt;&lt;/COLUMN&gt;&lt;/LINE&gt;</description>
    <pubDate>Wed, 09 Aug 2006 14:06:21 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2006-08-09T14:06:21Z</dc:date>
    <item>
      <title>Screen lin,pos</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/screen-lin-pos/m-p/3840566#M10274</link>
      <description>Question: How can I display a line of text in a desire location on the screen from DCL command line.&lt;BR /&gt;I meant, using command procedure and I want to display text on the screen but on the exact line and position of the screen.&lt;BR /&gt;&lt;BR /&gt;All of you have helped me a lot in every question that I had posted.&lt;BR /&gt;Thnks guys.</description>
      <pubDate>Wed, 09 Aug 2006 13:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/screen-lin-pos/m-p/3840566#M10274</guid>
      <dc:creator>jpaulino05</dc:creator>
      <dc:date>2006-08-09T13:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Screen lin,pos</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/screen-lin-pos/m-p/3840567#M10275</link>
      <description>jpaulino05 &lt;BR /&gt;&lt;BR /&gt;Set up a symbol ESC with numeric value 27:&lt;BR /&gt;$ ESC[0,8]=27&lt;BR /&gt;&lt;BR /&gt;$ line = &lt;LINE nr=""&gt;&lt;BR /&gt;$ col  = &lt;COLUMN nr=""&gt; &lt;BR /&gt;&lt;BR /&gt;The display the escape sequence + desired text:&lt;BR /&gt;&lt;BR /&gt;$ write sys$output "''esc'[''line';''col'H&lt;YOUR_TEXT&gt;"&lt;BR /&gt;&lt;BR /&gt;Better copy the line above into a fixed-font sscreen for viewing the difference between ' and "&lt;BR /&gt;&lt;BR /&gt;I will repeat with a fixed position example and explain that.&lt;BR /&gt;line = 3   col = 40  (middle of screen, third line from top)&lt;BR /&gt;$ write sys$output "''esc'[3;40H&lt;YOUR_TEXT&gt;"&lt;BR /&gt;&lt;BR /&gt;- total string between  "  "&lt;BR /&gt;- two ' ' esc '  (WITHOUT spaces) fill with value of esc&lt;BR /&gt;- [    begin of positioning sequence&lt;BR /&gt;- 3  line&lt;BR /&gt;- ;  (semicolon)  separatopr between line and col&lt;BR /&gt;- 40  column&lt;BR /&gt;- H  (uppercase H) end of positioning sequence&lt;BR /&gt;- &lt;YOUR_TEXT&gt;  &lt;BR /&gt;After &lt;YOUR_TEXT&gt; the cursor moves to col 1 of the next line.&lt;BR /&gt;&lt;BR /&gt;hth&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;/YOUR_TEXT&gt;&lt;/YOUR_TEXT&gt;&lt;/YOUR_TEXT&gt;&lt;/YOUR_TEXT&gt;&lt;/COLUMN&gt;&lt;/LINE&gt;</description>
      <pubDate>Wed, 09 Aug 2006 14:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/screen-lin-pos/m-p/3840567#M10275</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-08-09T14:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Screen lin,pos</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/screen-lin-pos/m-p/3840568#M10276</link>
      <description>Thank you body. That works</description>
      <pubDate>Wed, 09 Aug 2006 16:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/screen-lin-pos/m-p/3840568#M10276</guid>
      <dc:creator>jpaulino05</dc:creator>
      <dc:date>2006-08-09T16:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Screen lin,pos</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/screen-lin-pos/m-p/3840569#M10277</link>
      <description>you can change color of font and background.</description>
      <pubDate>Thu, 10 Aug 2006 02:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/screen-lin-pos/m-p/3840569#M10277</guid>
      <dc:creator>Jiri_5</dc:creator>
      <dc:date>2006-08-10T02:24:30Z</dc:date>
    </item>
  </channel>
</rss>

