<?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: How can i display DEC C and DEC BASIC version? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-display-dec-c-and-dec-basic-version/m-p/3041139#M60931</link>
    <description>One word of caution still. If you intent to &lt;BR /&gt;decide which C language features are available the C compiler version is not the only thing to look for. You certainly need to take into account the OS/C-RTL version too. Ultimatly the only save way to know if function/feature xxx is available on a given system you do need to compile &amp;gt;&amp;gt;and&amp;lt;&amp;lt; link a short testprogram to find out</description>
    <pubDate>Wed, 06 Aug 2003 08:25:07 GMT</pubDate>
    <dc:creator>Martin P.J. Zinser</dc:creator>
    <dc:date>2003-08-06T08:25:07Z</dc:date>
    <item>
      <title>How can i display DEC C and DEC BASIC version?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-display-dec-c-and-dec-basic-version/m-p/3041135#M60927</link>
      <description>How can i display DEC C and DEC BASIC version? &lt;BR /&gt;(when i issue command lic list or sh lic, it will display version 0.0.)&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2003 03:37:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-display-dec-c-and-dec-basic-version/m-p/3041135#M60927</guid>
      <dc:creator>nos.</dc:creator>
      <dc:date>2003-08-05T03:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can i display DEC C and DEC BASIC version?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-display-dec-c-and-dec-basic-version/m-p/3041136#M60928</link>
      <description>cc/ver will for for C.&lt;BR /&gt;I do not have Basic around, but basic/ver might&lt;BR /&gt;be worth a try (cxx/ver and fort/ver do work,&lt;BR /&gt;cobol/ver does not)</description>
      <pubDate>Tue, 05 Aug 2003 06:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-display-dec-c-and-dec-basic-version/m-p/3041136#M60928</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-08-05T06:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can i display DEC C and DEC BASIC version?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-display-dec-c-and-dec-basic-version/m-p/3041137#M60929</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;You could use anal/image ...&lt;BR /&gt;&lt;BR /&gt;$ anal/image/inter sys$system:DECC$COMPILER.EXE;&lt;BR /&gt;&lt;BR /&gt;Then from the Image Identification Information &lt;BR /&gt;&lt;BR /&gt;        Image Identification Information                                                                                            &lt;BR /&gt;                                                                                                                                    &lt;BR /&gt;                image name: "DECC$COMPILER"                                                                                         &lt;BR /&gt;                image file identification: "C V6.4-008"                                                                             &lt;BR /&gt;                image file build identification: ""                                                                                 &lt;BR /&gt;                link date/time: 30-APR-2001 16:18:11.32                                                                             &lt;BR /&gt;                linker identification: "A11-47"                                                                                     &lt;BR /&gt;Press RETURN to continue, or enter a period (.) for next file:     &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;ML</description>
      <pubDate>Tue, 05 Aug 2003 06:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-display-dec-c-and-dec-basic-version/m-p/3041137#M60929</guid>
      <dc:creator>Mac Lilley</dc:creator>
      <dc:date>2003-08-05T06:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can i display DEC C and DEC BASIC version?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-display-dec-c-and-dec-basic-version/m-p/3041138#M60930</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Or even simpler ...&lt;BR /&gt;$ pipe anal/image sys$system:basic.exe | search sys$pipe "image file identification:"&lt;BR /&gt;&lt;BR /&gt;ML</description>
      <pubDate>Tue, 05 Aug 2003 08:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-display-dec-c-and-dec-basic-version/m-p/3041138#M60930</guid>
      <dc:creator>Mac Lilley</dc:creator>
      <dc:date>2003-08-05T08:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can i display DEC C and DEC BASIC version?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-display-dec-c-and-dec-basic-version/m-p/3041139#M60931</link>
      <description>One word of caution still. If you intent to &lt;BR /&gt;decide which C language features are available the C compiler version is not the only thing to look for. You certainly need to take into account the OS/C-RTL version too. Ultimatly the only save way to know if function/feature xxx is available on a given system you do need to compile &amp;gt;&amp;gt;and&amp;lt;&amp;lt; link a short testprogram to find out</description>
      <pubDate>Wed, 06 Aug 2003 08:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-display-dec-c-and-dec-basic-version/m-p/3041139#M60931</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-08-06T08:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can i display DEC C and DEC BASIC version?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-display-dec-c-and-dec-basic-version/m-p/3041140#M60932</link>
      <description>The older versions of DEC C did not have the&lt;BR /&gt;"/Version" qualifer.  One simple way I have&lt;BR /&gt;used for all the compilers I have ever used on OpenVMS is to use the "/List" qualifer.  Then the header of the listing file always included the version of the compiler.  The quickest result was like this:&lt;BR /&gt;&lt;BR /&gt;$ CC /List nl:&lt;BR /&gt;$ type /page .lis&lt;BR /&gt;&lt;BR /&gt;Rick</description>
      <pubDate>Wed, 06 Aug 2003 12:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-display-dec-c-and-dec-basic-version/m-p/3041140#M60932</guid>
      <dc:creator>Rick Dyson</dc:creator>
      <dc:date>2003-08-06T12:50:47Z</dc:date>
    </item>
  </channel>
</rss>

