<?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: Please help : WRITE command problem in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/please-help-write-command-problem/m-p/2999302#M2854</link>
    <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;but I've opened the text file with 3 different editors (Word, NotPad and UltraEdit), the file appears the same. In Word, I can see CR/LF characters.&lt;BR /&gt;&lt;BR /&gt;Here is a sample of my program :&lt;BR /&gt;&lt;BR /&gt;PARAMETER (NMAX=500)&lt;BR /&gt;CHARACTER*15 UFEEDSo(NMAX)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DO 1005 J=1,NfeedsO&lt;BR /&gt;       strFEEDSO=TRIM(strFEEDSO)//TRIM(UFEEDSo(J))//';'&lt;BR /&gt;1005 CONTINUE&lt;BR /&gt;&lt;BR /&gt;WRITE(NFOUT,*) I,';','UNIT',';',TRIM(UID(I)),';',&lt;BR /&gt;+ 'ProductData',';',TRIM(strFEEDSO)&lt;BR /&gt;&lt;BR /&gt;where NfeedsO &amp;gt;=1&lt;BR /&gt;&lt;BR /&gt;So, it seems that strFEEDSO contains the entire value (150 length string), but Write command stores the value on 2 lines...&lt;BR /&gt;&lt;BR /&gt;The problem is important for me, because I'm working on an excel macro that extract data from this text file. So, if the data are not correctly stored, my macro crash.&lt;BR /&gt;&lt;BR /&gt;Thanks again for help.&lt;BR /&gt;&lt;BR /&gt;Lionel</description>
    <pubDate>Tue, 17 Jun 2003 11:19:29 GMT</pubDate>
    <dc:creator>valero</dc:creator>
    <dc:date>2003-06-17T11:19:29Z</dc:date>
    <item>
      <title>Please help : WRITE command problem</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/please-help-write-command-problem/m-p/2999300#M2852</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I run a Compaq Fortran (6.6) program, that write some data in a text file.&lt;BR /&gt;One of the data is a string. But, when editing the text file, it appears that every data with length &amp;gt; 60 characters is write on two or more lines.&lt;BR /&gt;&lt;BR /&gt;Is there a max length for data when using &lt;BR /&gt;WRITE(5,*) (for example) ?&lt;BR /&gt;&lt;BR /&gt;Thanks for Help.&lt;BR /&gt;&lt;BR /&gt;Lionel</description>
      <pubDate>Tue, 17 Jun 2003 09:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/please-help-write-command-problem/m-p/2999300#M2852</guid>
      <dc:creator>valero</dc:creator>
      <dc:date>2003-06-17T09:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Please help : WRITE command problem</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/please-help-write-command-problem/m-p/2999301#M2853</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you use od -tax textfilename, can you see any CR/LF characters?  If not, then the line wrapping may be caused by whatever you're using to display/edit the file.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Tue, 17 Jun 2003 10:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/please-help-write-command-problem/m-p/2999301#M2853</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-06-17T10:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Please help : WRITE command problem</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/please-help-write-command-problem/m-p/2999302#M2854</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;but I've opened the text file with 3 different editors (Word, NotPad and UltraEdit), the file appears the same. In Word, I can see CR/LF characters.&lt;BR /&gt;&lt;BR /&gt;Here is a sample of my program :&lt;BR /&gt;&lt;BR /&gt;PARAMETER (NMAX=500)&lt;BR /&gt;CHARACTER*15 UFEEDSo(NMAX)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DO 1005 J=1,NfeedsO&lt;BR /&gt;       strFEEDSO=TRIM(strFEEDSO)//TRIM(UFEEDSo(J))//';'&lt;BR /&gt;1005 CONTINUE&lt;BR /&gt;&lt;BR /&gt;WRITE(NFOUT,*) I,';','UNIT',';',TRIM(UID(I)),';',&lt;BR /&gt;+ 'ProductData',';',TRIM(strFEEDSO)&lt;BR /&gt;&lt;BR /&gt;where NfeedsO &amp;gt;=1&lt;BR /&gt;&lt;BR /&gt;So, it seems that strFEEDSO contains the entire value (150 length string), but Write command stores the value on 2 lines...&lt;BR /&gt;&lt;BR /&gt;The problem is important for me, because I'm working on an excel macro that extract data from this text file. So, if the data are not correctly stored, my macro crash.&lt;BR /&gt;&lt;BR /&gt;Thanks again for help.&lt;BR /&gt;&lt;BR /&gt;Lionel</description>
      <pubDate>Tue, 17 Jun 2003 11:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/please-help-write-command-problem/m-p/2999302#M2854</guid>
      <dc:creator>valero</dc:creator>
      <dc:date>2003-06-17T11:19:29Z</dc:date>
    </item>
  </channel>
</rss>

