<?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 Porting from VMS in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Porting-from-VMS/m-p/929935#M14552</link>
    <description>I remember that something like this question was answered at the old message board. I was waiting since several months ago for the new software hoping that it would make me able to run better search in old messages. But old messages are gone now and I don't even know which thread could include the answer I was looking for. It seems therefor that we have to ask and answer all questions again: &lt;BR /&gt; &lt;BR /&gt;While porting Fortran programs from VAX/VMS to CVF 6.1a, what can I do to convert system commands like &lt;FONT color="#ff0000"&gt;SYS$TRNLMN&lt;/FONT&gt;, &lt;FONT color="#ff0000"&gt;SYS$INPUT&lt;/FONT&gt; and &lt;FONT color="#ff0000"&gt;SYS$OUTPUT&lt;/FONT&gt; or others like &lt;FONT color="#ff0000"&gt;LIB$ERASE_PAGE&lt;/FONT&gt;, &lt;FONT color="#ff0000"&gt;LIB$SPAWN&lt;/FONT&gt; and &lt;FONT color="#ff0000"&gt;LIB$FIND_FILE&lt;/FONT&gt;? Is it enough to build with enabled VMS compatibility and USE compatibility library, or do I need some third party software? &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt;Sabalan.</description>
    <pubDate>Fri, 01 Dec 2000 19:36:50 GMT</pubDate>
    <dc:creator>sabalan</dc:creator>
    <dc:date>2000-12-01T19:36:50Z</dc:date>
    <item>
      <title>Porting from VMS</title>
      <link>https://community.intel.com/t5/Software-Archive/Porting-from-VMS/m-p/929935#M14552</link>
      <description>I remember that something like this question was answered at the old message board. I was waiting since several months ago for the new software hoping that it would make me able to run better search in old messages. But old messages are gone now and I don't even know which thread could include the answer I was looking for. It seems therefor that we have to ask and answer all questions again: &lt;BR /&gt; &lt;BR /&gt;While porting Fortran programs from VAX/VMS to CVF 6.1a, what can I do to convert system commands like &lt;FONT color="#ff0000"&gt;SYS$TRNLMN&lt;/FONT&gt;, &lt;FONT color="#ff0000"&gt;SYS$INPUT&lt;/FONT&gt; and &lt;FONT color="#ff0000"&gt;SYS$OUTPUT&lt;/FONT&gt; or others like &lt;FONT color="#ff0000"&gt;LIB$ERASE_PAGE&lt;/FONT&gt;, &lt;FONT color="#ff0000"&gt;LIB$SPAWN&lt;/FONT&gt; and &lt;FONT color="#ff0000"&gt;LIB$FIND_FILE&lt;/FONT&gt;? Is it enough to build with enabled VMS compatibility and USE compatibility library, or do I need some third party software? &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt;Sabalan.</description>
      <pubDate>Fri, 01 Dec 2000 19:36:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Porting-from-VMS/m-p/929935#M14552</guid>
      <dc:creator>sabalan</dc:creator>
      <dc:date>2000-12-01T19:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from VMS</title>
      <link>https://community.intel.com/t5/Software-Archive/Porting-from-VMS/m-p/929936#M14553</link>
      <description>You'll need a third-party library from &lt;A href="http://www.sector7.com" target="_blank"&gt;Sector 7&lt;/A&gt; or &lt;A href="http://www.accelr8.com" target="_blank"&gt;Accelr8&lt;/A&gt; to use those calls as-is.  Otherwise, you'll have to figure out how to do what you want in the Windows environment.&lt;BR /&gt;&lt;BR /&gt;SYS$TRNLNM can be GETENVQQ, SYS$INPUT and SYS$OUTPUT can be CON:, LIB$FINDFILE is GETFILEINFOQQ, LIB$SPAWN is RUNQQ.  LIB$ERASE_PAGE is trickier - it suggests a page-oriented model of the screen.  You might want to look at the &lt;A href="ftp://ftp.compaq.com/pub/products/fortran/vf/screenio.zip"&gt;SCREENIO library&lt;/A&gt; one of our engineers put together.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sat, 02 Dec 2000 00:12:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Porting-from-VMS/m-p/929936#M14553</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2000-12-02T00:12:51Z</dc:date>
    </item>
  </channel>
</rss>

