<?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 FORTRAN system routine in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/fortran-system-routine/m-p/3685896#M102973</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have a sneaking suspicion that the FORTRAN system routine only accepts character strings of a fixed length (like 40 or 80) although in all of the documentation I've read says nothing about it.&lt;BR /&gt;&lt;BR /&gt;If anyone has had problems with the routine or has any tricks of the trade I'd love to hear them; I'm a new programmer and I need all the tricks I can get!&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 06 Dec 2005 13:16:53 GMT</pubDate>
    <dc:creator>Alex Rauket</dc:creator>
    <dc:date>2005-12-06T13:16:53Z</dc:date>
    <item>
      <title>FORTRAN system routine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fortran-system-routine/m-p/3685896#M102973</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have a sneaking suspicion that the FORTRAN system routine only accepts character strings of a fixed length (like 40 or 80) although in all of the documentation I've read says nothing about it.&lt;BR /&gt;&lt;BR /&gt;If anyone has had problems with the routine or has any tricks of the trade I'd love to hear them; I'm a new programmer and I need all the tricks I can get!&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 06 Dec 2005 13:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fortran-system-routine/m-p/3685896#M102973</guid>
      <dc:creator>Alex Rauket</dc:creator>
      <dc:date>2005-12-06T13:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: FORTRAN system routine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fortran-system-routine/m-p/3685897#M102974</link>
      <description>Most implementations of the 3F system() function impose a 1023 character maximum length limit on the string. I suspect your problem is that you are not appending a NUL just past the last significant character.</description>
      <pubDate>Tue, 06 Dec 2005 13:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fortran-system-routine/m-p/3685897#M102974</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-12-06T13:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: FORTRAN system routine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fortran-system-routine/m-p/3685898#M102975</link>
      <description>The man page for system(3f) says:&lt;BR /&gt;&lt;BR /&gt;BUGS&lt;BR /&gt;String can not be longer than NCARGS-50&lt;BR /&gt;characters, as defined in &lt;SYS&gt;.&lt;BR /&gt;&lt;BR /&gt;On my machine (HPUX 11.22, f90 2.8.6) NCARGS&lt;BR /&gt;appears to be 2048000.  Check your value of&lt;BR /&gt;NCARGS.&lt;BR /&gt;&lt;BR /&gt;&lt;/SYS&gt;</description>
      <pubDate>Wed, 07 Dec 2005 13:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fortran-system-routine/m-p/3685898#M102975</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2005-12-07T13:25:49Z</dc:date>
    </item>
  </channel>
</rss>

