<?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 Error message:Data format error......... in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/error-message-data-format-error/m-p/3223678#M47058</link>
    <description>Hello people.&lt;BR /&gt;   I don't know what brand of compiler i use but it compiles with FOR1 FILENAME.FOR command. Then PAS2 FILENAME.FOR.Then LINK FILENAME. The progarm is run by typing just the filename(without the extension). I wrote this program,I get past the first 3 stages with no error but when i want to run it, it displays 'data format error'ith some other things. I dont know how to correct this.&lt;BR /&gt;  Suggestions are most welcome.</description>
    <pubDate>Fri, 19 Mar 2004 05:30:20 GMT</pubDate>
    <dc:creator>Adeodu</dc:creator>
    <dc:date>2004-03-19T05:30:20Z</dc:date>
    <item>
      <title>Error message:Data format error.........</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-message-data-format-error/m-p/3223678#M47058</link>
      <description>Hello people.&lt;BR /&gt;   I don't know what brand of compiler i use but it compiles with FOR1 FILENAME.FOR command. Then PAS2 FILENAME.FOR.Then LINK FILENAME. The progarm is run by typing just the filename(without the extension). I wrote this program,I get past the first 3 stages with no error but when i want to run it, it displays 'data format error'ith some other things. I dont know how to correct this.&lt;BR /&gt;  Suggestions are most welcome.</description>
      <pubDate>Fri, 19 Mar 2004 05:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-message-data-format-error/m-p/3223678#M47058</guid>
      <dc:creator>Adeodu</dc:creator>
      <dc:date>2004-03-19T05:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error message:Data format error.........</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-message-data-format-error/m-p/3223679#M47059</link>
      <description>Given your're working on the VMS platform: &lt;BR /&gt;The minimum of information is (you guessed it) the compiler brand. Given your extension, it would be a FORTRAN compiler?&lt;BR /&gt;&lt;BR /&gt;Normally, if there is a listing, it will show up in the listing header. Otherwize, run ANALYSE/OBJECT (eventually /OUTPUT=&lt;SOME filename=""&gt;), it will show the compiler brand and version. Post this information first, please.&lt;BR /&gt;&lt;BR /&gt;Willem&lt;/SOME&gt;</description>
      <pubDate>Fri, 19 Mar 2004 07:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-message-data-format-error/m-p/3223679#M47059</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-03-19T07:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error message:Data format error.........</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-message-data-format-error/m-p/3223680#M47060</link>
      <description>&lt;BR /&gt;Your description of the development environment differs from the standard one.&lt;BR /&gt;I suspect someone is 'helping'  by using some scripts and/or alia commands.&lt;BR /&gt;Where you write FOR1, we expect FORT&lt;BR /&gt;That PAS2, frankly I don't understand. &lt;BR /&gt;We woudl expect 'FORTran' again, based on the name. Maybe a pre-compiler is being used?&lt;BR /&gt;When you say you run by typing the filename, we expect "RUN FILENAME" &lt;BR /&gt;That may or may not be important.&lt;BR /&gt;Please show us the resuls of :&lt;BR /&gt;SHOW SYMB FOR1,PAS2,LINK,FILENAME (one at a time)&lt;BR /&gt;SHOW LOG DCL$PATH, FILENAME&lt;BR /&gt;&lt;BR /&gt;Have you have used the VMS Debugger? I encourage you to spend an hour to figure that out, because it is the best tool to understand what problem you are having and exactly where.&lt;BR /&gt;&lt;BR /&gt;Roughly speaking what you will do is:&lt;BR /&gt;FORTRAN/DEBU/NOOPT filename&lt;BR /&gt;LINK/DEBU filename&lt;BR /&gt;RUN filename&lt;BR /&gt;:&lt;BR /&gt;DBG&amp;gt; SET BREAK &lt;SOME interesting="" line="" or="" function=""&gt;&lt;BR /&gt;: &lt;BR /&gt;DBG&amp;gt; GO&lt;BR /&gt;DBG&amp;gt; STEP&lt;BR /&gt;:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy!&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;/SOME&gt;</description>
      <pubDate>Fri, 19 Mar 2004 09:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-message-data-format-error/m-p/3223680#M47060</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-03-19T09:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error message:Data format error.........</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-message-data-format-error/m-p/3223681#M47061</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;and to give us some more clues &lt;BR /&gt;&lt;BR /&gt;1.) The output of fortran/version&lt;BR /&gt;2.) The output of write sys$output f$getsyi("version")&lt;BR /&gt;3.) The &amp;lt;&lt;EXACT&gt;&amp;gt; error message you receive.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;/EXACT&gt;</description>
      <pubDate>Sat, 20 Mar 2004 21:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-message-data-format-error/m-p/3223681#M47061</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-03-20T21:12:35Z</dc:date>
    </item>
  </channel>
</rss>

