<?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: Line Break in edit or lse in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/line-break-in-edit-or-lse/m-p/4199718#M44002</link>
    <description>&lt;!--!*#--&gt;&amp;gt; It is for perforce client setup file: [...]&lt;BR /&gt;&lt;BR /&gt;So, what are the rules for a "perforce client&lt;BR /&gt;setup file".  Perhaps it expects "\".  (I&lt;BR /&gt;certainly don't know.)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.perforce.com/perforce/technical.html" target="_blank"&gt;http://www.perforce.com/perforce/technical.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;???</description>
    <pubDate>Fri, 16 May 2008 19:54:25 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2008-05-16T19:54:25Z</dc:date>
    <item>
      <title>Line Break in edit or lse</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/line-break-in-edit-or-lse/m-p/4199714#M43998</link>
      <description>Dear VMS Users,&lt;BR /&gt;&lt;BR /&gt;This is a newpie question again: &lt;BR /&gt;&lt;BR /&gt;In lse or edit, when I try to write a lone line, what is the line break I can use? In unix, I can use "\", what is the counterpart of VMS world?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;YE LIU</description>
      <pubDate>Fri, 16 May 2008 19:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/line-break-in-edit-or-lse/m-p/4199714#M43998</guid>
      <dc:creator>YE LIU_1</dc:creator>
      <dc:date>2008-05-16T19:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Line Break in edit or lse</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/line-break-in-edit-or-lse/m-p/4199715#M43999</link>
      <description>&lt;!--!*#--&gt;LSE will let you type long lines, just keep typing.&lt;BR /&gt;&lt;BR /&gt;Do you mean how wide the screen is?&lt;BR /&gt;&lt;BR /&gt;You can do&lt;BR /&gt;&lt;BR /&gt;$ set term/wid=132&lt;BR /&gt;&lt;BR /&gt;prior to invoking LSE &lt;BR /&gt;&lt;BR /&gt;or inside of LSE you can do things like&lt;BR /&gt;&lt;BR /&gt;set screen wid=200&lt;BR /&gt;&lt;BR /&gt;(hit the DO key to get the LSE command prompt).</description>
      <pubDate>Fri, 16 May 2008 19:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/line-break-in-edit-or-lse/m-p/4199715#M43999</guid>
      <dc:creator>John Reagan</dc:creator>
      <dc:date>2008-05-16T19:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Line Break in edit or lse</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/line-break-in-edit-or-lse/m-p/4199716#M44000</link>
      <description>&lt;!--!*#--&gt;One lone (long?) line of what?  Fortran?  C?&lt;BR /&gt;DCL?&lt;BR /&gt;&lt;BR /&gt;In a DCL command procedure, use "-" to&lt;BR /&gt;continue a line:&lt;BR /&gt;&lt;BR /&gt;alp $ type dash.com&lt;BR /&gt;$ write -&lt;BR /&gt;   sys$output -&lt;BR /&gt;   f$getsyi( -&lt;BR /&gt;   "version")&lt;BR /&gt;alp $ @ dash.com&lt;BR /&gt;V7.3-2&lt;BR /&gt;alp $&lt;BR /&gt;&lt;BR /&gt;&amp;gt; In unix, I can use "\" [...]&lt;BR /&gt;&lt;BR /&gt;You mean in a shell script?  UNIX is a pretty&lt;BR /&gt;broad thing, and "\" is not accepted&lt;BR /&gt;everywhere therein.</description>
      <pubDate>Fri, 16 May 2008 19:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/line-break-in-edit-or-lse/m-p/4199716#M44000</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-05-16T19:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Line Break in edit or lse</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/line-break-in-edit-or-lse/m-p/4199717#M44001</link>
      <description>It is for perforce client setup file: I need to specify the directory of perforce sever which I want to synchronize.</description>
      <pubDate>Fri, 16 May 2008 19:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/line-break-in-edit-or-lse/m-p/4199717#M44001</guid>
      <dc:creator>YE LIU_1</dc:creator>
      <dc:date>2008-05-16T19:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Line Break in edit or lse</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/line-break-in-edit-or-lse/m-p/4199718#M44002</link>
      <description>&lt;!--!*#--&gt;&amp;gt; It is for perforce client setup file: [...]&lt;BR /&gt;&lt;BR /&gt;So, what are the rules for a "perforce client&lt;BR /&gt;setup file".  Perhaps it expects "\".  (I&lt;BR /&gt;certainly don't know.)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.perforce.com/perforce/technical.html" target="_blank"&gt;http://www.perforce.com/perforce/technical.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;???</description>
      <pubDate>Fri, 16 May 2008 19:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/line-break-in-edit-or-lse/m-p/4199718#M44002</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-05-16T19:54:25Z</dc:date>
    </item>
  </channel>
</rss>

