<?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: Print Statement Error. in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855642#M67358</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/126388"&gt;Les Neilson&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;You need to look at the documentation for the GECOS compiler to find out what FORMAT(V) does (it would appear to be an extention to Fortran 77 for that compiler)&lt;BR /&gt;&lt;BR /&gt;Les&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
format(v) presumably stood for f66 extended list directed (fmt=* in f77). The eras are mixed up here. The spelling GECOS antedated the transfer of GE systems to Honeywell, which preceded the partnership with Bull. When I last used a GCOS system, in 1985, the almost-f77 compiler was still not yet fully supported.&lt;BR /&gt;These non-standard usages were precursors of f77.&lt;BR /&gt;&lt;BR /&gt;I have my GECOS f66 manual (Fortran IV, 2nd edition, 1966) in front of me. It quotes liberally from IBM Fortran IV 1963 manual.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Jan 2009 13:39:16 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2009-01-28T13:39:16Z</dc:date>
    <item>
      <title>Print Statement Error.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855636#M67352</link>
      <description>&lt;P&gt;Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I am trying to migrate a GECOS (BULL SYSTEM) FORTRAN77 Code to Windows.I am using the Intel VF 9.1 compiler.&lt;BR /&gt;&lt;BR /&gt;I am facing this peculiar error regarding the PRINT statement throught the code.&lt;BR /&gt;&lt;BR /&gt;Pls help.&lt;BR /&gt;&lt;BR /&gt;Piece of Code:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;PRINT&lt;/STRONG&gt;," TYPE 40-CHARACTER LABEL:"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;READ&lt;/STRONG&gt;(05,1070)COMMENT&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;PRINT&lt;/STRONG&gt;," DO YOU WANT TO CHANGE THE WELD PARAMETERS (Y/N)?"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;READ&lt;/STRONG&gt;(05,1060)IFWELD ; &lt;STRONG&gt;IF&lt;/STRONG&gt;(IFWELD.NE."Y")&lt;STRONG&gt;GO TO&lt;/STRONG&gt; 20&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;PRINT&lt;/STRONG&gt;," TYPE TRAILING EDGE WELD LENGTH (E1):"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;READ&lt;/STRONG&gt;(05,1060)E1&lt;/P&gt;
&lt;P&gt;Error at each PRINT statement :&lt;/P&gt;
&lt;P&gt;Error: Syntax error, found ',' when expecting one of: ( * &lt;IDENTIFIER&gt; &lt;CHAR_CON_KIND_PARAM&gt; &lt;CHAR_NAM_KIND_PARAM&gt; &lt;CHARACTER_CONSTANT&gt; ...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Aditya&lt;/CHARACTER_CONSTANT&gt;&lt;/CHAR_NAM_KIND_PARAM&gt;&lt;/CHAR_CON_KIND_PARAM&gt;&lt;/IDENTIFIER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2009 09:56:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855636#M67352</guid>
      <dc:creator>adityaiitd</dc:creator>
      <dc:date>2009-01-28T09:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Print Statement Error.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855637#M67353</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Aditya&lt;BR /&gt;simply replace print, with print *,&lt;BR /&gt;&lt;BR /&gt;Les</description>
      <pubDate>Wed, 28 Jan 2009 10:22:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855637#M67353</guid>
      <dc:creator>Les_Neilson</dc:creator>
      <dc:date>2009-01-28T10:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Print Statement Error.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855638#M67354</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/413164"&gt;adityaiitd&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;&lt;STRONG&gt;PRINT&lt;/STRONG&gt;," TYPE 40-CHARACTER LABEL:"&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;the error info is pretty clear.&lt;BR /&gt;&lt;BR /&gt;syntax &lt;BR /&gt;&lt;BR /&gt;PRINT *[, io-list] &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;PRINT form[, io-list] &lt;BR /&gt;&lt;BR /&gt;so if you print to console you need PRINT *, " TYPE 40-CHARACTER LABEL:"&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;BR /&gt;__________________&lt;BR /&gt;&lt;BR /&gt;(edit) &lt;BR /&gt;It looks as if I replied with Les at the very same time.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 10:25:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855638#M67354</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-01-28T10:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Print Statement Error.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855639#M67355</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/342379"&gt;ArturGuzik&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;the error info is pretty clear.&lt;BR /&gt;&lt;BR /&gt;syntax &lt;BR /&gt;&lt;BR /&gt;PRINT *[, io-list] &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;PRINT form[, io-list] &lt;BR /&gt;&lt;BR /&gt;so if you print to console you need PRINT *, " TYPE 40-CHARACTER LABEL:"&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;BR /&gt;__________________&lt;BR /&gt;&lt;BR /&gt;(edit) &lt;BR /&gt;It looks as if I replied with Les at the very same time.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Thank you . I have also one more compilation error.&lt;BR /&gt;&lt;BR /&gt;Code :
&lt;P&gt;&lt;BR /&gt;1060 &lt;STRONG&gt;FORMAT&lt;/STRONG&gt;(V)&lt;/P&gt;
Error :
&lt;P&gt;&lt;BR /&gt;Error: This character is not valid in a format list. &lt;V&gt;&lt;/V&gt;&lt;/P&gt;
&lt;BR /&gt;Pls help.&lt;BR /&gt;&lt;BR /&gt;-Aditya&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 11:10:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855639#M67355</guid>
      <dc:creator>adityaiitd</dc:creator>
      <dc:date>2009-01-28T11:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Print Statement Error.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855640#M67356</link>
      <description>Because is not valid. Valid data descriptors are: I, B, O, Z, F, E, EN, ES, D, G, L, and A. Please refer to Help files for details. What kind of data (real, integers, ....) you want to print?&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 12:59:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855640#M67356</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-01-28T12:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Print Statement Error.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855641#M67357</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/413164"&gt;adityaiitd&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;1060 &lt;STRONG&gt;FORMAT&lt;/STRONG&gt;(V)Error :
&lt;P&gt;Error: This character is not valid in a format list. &lt;V&gt;&lt;/V&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;You need to look at the documentation for the GECOS compiler to find out what FORMAT(V) does (it would appear to be an extention to Fortran 77 for that compiler)&lt;BR /&gt;&lt;BR /&gt;Les</description>
      <pubDate>Wed, 28 Jan 2009 13:00:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855641#M67357</guid>
      <dc:creator>Les_Neilson</dc:creator>
      <dc:date>2009-01-28T13:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Print Statement Error.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855642#M67358</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/126388"&gt;Les Neilson&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;You need to look at the documentation for the GECOS compiler to find out what FORMAT(V) does (it would appear to be an extention to Fortran 77 for that compiler)&lt;BR /&gt;&lt;BR /&gt;Les&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
format(v) presumably stood for f66 extended list directed (fmt=* in f77). The eras are mixed up here. The spelling GECOS antedated the transfer of GE systems to Honeywell, which preceded the partnership with Bull. When I last used a GCOS system, in 1985, the almost-f77 compiler was still not yet fully supported.&lt;BR /&gt;These non-standard usages were precursors of f77.&lt;BR /&gt;&lt;BR /&gt;I have my GECOS f66 manual (Fortran IV, 2nd edition, 1966) in front of me. It quotes liberally from IBM Fortran IV 1963 manual.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 13:39:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Print-Statement-Error/m-p/855642#M67358</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-01-28T13:39:16Z</dc:date>
    </item>
  </channel>
</rss>

