<?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 OpenVMS MMS/GENERATE fails on system includes in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474191#M17099</link>
    <description>&lt;!--!*#--&gt;On an old Alpha system I inherited, I get an ACCESS VIOLATION when generating a description file from a FORTRAN 77 source file. This only occurs if the source file has a system include such as: INCLUDE '($STRDEF)'. Is there a workaround for this?&lt;BR /&gt;&lt;BR /&gt;Versions:&lt;BR /&gt;    MMS V3.4-3&lt;BR /&gt;    OpenVMS V7.2-1H1&lt;BR /&gt;    Digital Fortran 77 V7.1-107</description>
    <pubDate>Wed, 05 Aug 2009 19:47:36 GMT</pubDate>
    <dc:creator>Jeff Rodgers</dc:creator>
    <dc:date>2009-08-05T19:47:36Z</dc:date>
    <item>
      <title>OpenVMS MMS/GENERATE fails on system includes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474191#M17099</link>
      <description>&lt;!--!*#--&gt;On an old Alpha system I inherited, I get an ACCESS VIOLATION when generating a description file from a FORTRAN 77 source file. This only occurs if the source file has a system include such as: INCLUDE '($STRDEF)'. Is there a workaround for this?&lt;BR /&gt;&lt;BR /&gt;Versions:&lt;BR /&gt;    MMS V3.4-3&lt;BR /&gt;    OpenVMS V7.2-1H1&lt;BR /&gt;    Digital Fortran 77 V7.1-107</description>
      <pubDate>Wed, 05 Aug 2009 19:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474191#M17099</guid>
      <dc:creator>Jeff Rodgers</dc:creator>
      <dc:date>2009-08-05T19:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS MMS/GENERATE fails on system includes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474192#M17100</link>
      <description>&lt;!--!*#--&gt;You mean like this?&lt;BR /&gt;&lt;BR /&gt;alp $ type mmsx.for&lt;BR /&gt;      program mmsx&lt;BR /&gt;&lt;BR /&gt;      implicit none&lt;BR /&gt;&lt;BR /&gt;      include '($JPIDEF)'&lt;BR /&gt;&lt;BR /&gt;      write (*, *) "Fred."&lt;BR /&gt;      end&lt;BR /&gt;&lt;BR /&gt;alp $ mms /gene mmsx.for&lt;BR /&gt;%MMS-S-GENBEGIN, MMS description file generation started&lt;BR /&gt;%MMS-I-SCANNING, Scanning MMSX.FOR&lt;BR /&gt;%MMS-W-NOFILENAME, No filename in file specification&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=000000000000&lt;BR /&gt;0000, PC=0000000000042398, PS=0000001B&lt;BR /&gt;&lt;BR /&gt;  Improperly handled condition, image exit forced.&lt;BR /&gt;    Signal arguments:   Number = 0000000000000005&lt;BR /&gt;                        Name   = 000000000000000C&lt;BR /&gt;                                 0000000000000000&lt;BR /&gt;                                 0000000000000000&lt;BR /&gt;                                 0000000000042398&lt;BR /&gt;                                 000000000000001B&lt;BR /&gt;&lt;BR /&gt;    Register dump:&lt;BR /&gt;    R0  = 0000000000000000  R1  = 000000007AE0D158  R2  = 00000000000103E8&lt;BR /&gt;    R3  = 000000007AE0D151  R4  = 000000007FFCF814  R5  = 0000000000000000&lt;BR /&gt;    R6  = 000000007FF9DEBB  R7  = 000000007FFA0EE0  R8  = 000000007FF9CDE8&lt;BR /&gt;    R9  = 000000007FF9DDF0  R10 = 0000000000000000  R11 = 00000000000103E8&lt;BR /&gt;    R12 = 000000007FFCDA60  R13 = 000000007B5ECEC0  R14 = 00000000000AF4E0&lt;BR /&gt;    R15 = 000000007AF05E20  R16 = 8080808080808080  R17 = 000000000000003D&lt;BR /&gt;    R18 = 000000524F462E00  R19 = 0101010101010101  R20 = 3D3D3D3D3D3D3D3D&lt;BR /&gt;    R21 = 0000000000000000  R22 = 3D3D3D6F727B133D  R23 = 0000000000001000&lt;BR /&gt;    R24 = 0000000000042394  R25 = 000000007AE0CD00  R26 = FFFFFFFF80EDAFD4&lt;BR /&gt;    R27 = 000000007C05E280  R28 = FFFFFFFF80CC0370  R29 = 000000007AE0CD00&lt;BR /&gt;    SP  = 000000007AE0CCF0  PC  = 0000000000042398  PS  = 300000000000001B&lt;BR /&gt;&lt;BR /&gt;while:&lt;BR /&gt;&lt;BR /&gt;alp $ gdiff mmsx.for mmsy.for&lt;BR /&gt;5c5&lt;BR /&gt;&amp;lt;       include '($JPIDEF)'&lt;BR /&gt;---&lt;BR /&gt;&amp;gt; C      include '($JPIDEF)'&lt;BR /&gt;&lt;BR /&gt;alp $ mms /gene mmsy.for&lt;BR /&gt;%MMS-S-GENBEGIN, MMS description file generation started&lt;BR /&gt;%MMS-I-SCANNING, Scanning MMSY.FOR&lt;BR /&gt;%MMS-S-NORMAL, MMS description file generation completed&lt;BR /&gt;&lt;BR /&gt;So, it seems to be bad with this one, too:&lt;BR /&gt;&lt;BR /&gt;alp $ mms /iden&lt;BR /&gt;%MMS-I-IDENT, MMS V3.5 Â© 2003 Hewlett-Packard Development Company, L.P.&lt;BR /&gt;&lt;BR /&gt;Those are on VMS Alpha V7.3-2.&lt;BR /&gt;&lt;BR /&gt;Not obviously better with this one, either:&lt;BR /&gt;&lt;BR /&gt;alp2 $ mms /iden&lt;BR /&gt;%MMS-I-IDENT, MMS V3.7 Â© Copyright 2005 Hewlett-Packard Development Company, L.P.&lt;BR /&gt;&lt;BR /&gt;alp2 $ mms /gene mmsx.for&lt;BR /&gt;%MMS-S-GENBEGIN, MMS description file generation started&lt;BR /&gt;%MMS-I-SCANNING, Scanning MMSX.FOR&lt;BR /&gt;%MMS-W-NOFILENAME, No filename in file specification&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=000000000000&lt;BR /&gt;0000, PC=0000000000042394, PS=0000001B&lt;BR /&gt;&lt;BR /&gt;  Improperly handled condition, image exit forced.&lt;BR /&gt;    Signal arguments:   Number = 0000000000000005&lt;BR /&gt;                        Name   = 000000000000000C&lt;BR /&gt;                                 0000000000000000&lt;BR /&gt;                                 0000000000000000&lt;BR /&gt;                                 0000000000042394&lt;BR /&gt;                                 000000000000001B&lt;BR /&gt;&lt;BR /&gt;    Register dump:&lt;BR /&gt;    R0  = 0000000000000000  R1  = 000000007AE14E50  R2  = 00000000000103E8&lt;BR /&gt;    R3  = 000000007AE14E49  R4  = 000000007FFCF814  R5  = 0000000000000000&lt;BR /&gt;    R6  = 000000007FF9DEAB  R7  = 000000007FFA0ED0  R8  = 000000007FF9CDE8&lt;BR /&gt;    R9  = 000000007FF9DDF0  R10 = 0000000000000000  R11 = 00000000000103E8&lt;BR /&gt;    R12 = 000000007FFCDA98  R13 = 000000007B62CF20  R14 = 00000000000B1AD0&lt;BR /&gt;    R15 = 000000007AEF0670  R16 = 8080808080808080  R17 = 000000000000003D&lt;BR /&gt;    R18 = 000000524F462E00  R19 = 0101010101010101  R20 = 3D3D3D3D3D3D3D3D&lt;BR /&gt;    R21 = 0000000000000000  R22 = 3D3D3D6F727B133D  R23 = 00000000000940A8&lt;BR /&gt;    R24 = 0000000000042390  R25 = 000000007AE14AA0  R26 = FFFFFFFF80BDD284&lt;BR /&gt;    R27 = 000000007BEE9A50  R28 = FFFFFFFF808CECC0  R29 = 000000007AE14AA0&lt;BR /&gt;    SP  = 000000007AE14A90  PC  = 0000000000042394  PS  = 100000000000001B&lt;BR /&gt;&lt;BR /&gt;That's on VMS Alpha V8.3.&lt;BR /&gt;&lt;BR /&gt;It may be a bit better with the latest stuff&lt;BR /&gt;(I have):&lt;BR /&gt;&lt;BR /&gt;it $ mms /iden&lt;BR /&gt;%MMS-I-IDENT, MMS V3.8-2 Â© Copyright 2007 Hewlett-Packard Development Company, L.P.&lt;BR /&gt;&lt;BR /&gt;it $ mms /gene mmsx.for&lt;BR /&gt;%MMS-S-GENBEGIN, MMS description file generation started&lt;BR /&gt;%MMS-I-SCANNING, Scanning MMSX.FOR&lt;BR /&gt;%MMS-W-NOFILENAME, No filename in file specification ($JPIDEF)&lt;BR /&gt;%MMS-W-NOFILENAME, No filename in file specification .FOR&lt;BR /&gt;%MMS-W-NOFILENAME, No filename in file specification .FOR&lt;BR /&gt;%MMS-W-NOFILENAME, No filename in file specification .FOR&lt;BR /&gt;%MMS-S-NORMAL, MMS description file generation completed&lt;BR /&gt;&lt;BR /&gt;That's on VMS IA64 V8.3-1H1 (although I don't&lt;BR /&gt;seem to have Fortran installed there, if that&lt;BR /&gt;matters.)&lt;BR /&gt;&lt;BR /&gt;I haven't looked to see if the latest DECset&lt;BR /&gt;kit is supported for VMS V7.2-1H1, but, on&lt;BR /&gt;the bright side, the latest DECset ECO is a&lt;BR /&gt;whole kit.&lt;BR /&gt;&lt;BR /&gt;(Is there an IA64 Fortran kit on the secret&lt;BR /&gt;FTP server, about which I know nothing?  File&lt;BR /&gt;name hints would be gratefully received.)</description>
      <pubDate>Wed, 05 Aug 2009 22:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474192#M17100</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-05T22:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS MMS/GENERATE fails on system includes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474193#M17101</link>
      <description>Hmm, with Stevens above mmsx.for, I get&lt;BR /&gt;&lt;BR /&gt;mms /gene mmsx.for&lt;BR /&gt;%MMS-S-GENBEGIN, MMS description file generation started&lt;BR /&gt;%MMS-I-SCANNING, Scanning mmsx.FOR&lt;BR /&gt;%MMS-W-UNACCESS, Unable to access file "($JPIDEF).FOR".&lt;BR /&gt;%MMS-S-NORMAL, MMS description file generation completed&lt;BR /&gt;&lt;BR /&gt;OpenVMS V7.3-1  on node MPIW10  &lt;BR /&gt;MMS 3.3&lt;BR /&gt;&lt;BR /&gt;and the generated descrip.mms look reasonable and works.&lt;BR /&gt;&lt;BR /&gt;So it seems to be some bug in newer MMS versions ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Aug 2009 05:50:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474193#M17101</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-08-06T05:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS MMS/GENERATE fails on system includes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474194#M17102</link>
      <description>&lt;!--!*#--&gt;&amp;gt; %MMS-W-UNACCESS, Unable to access file "($JPIDEF).FOR".&lt;BR /&gt;&lt;BR /&gt;One might argue that, although cleaner than&lt;BR /&gt;an ACCVIO, this was not exactly ideal&lt;BR /&gt;behavior, either.</description>
      <pubDate>Thu, 06 Aug 2009 10:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474194#M17102</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-06T10:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS MMS/GENERATE fails on system includes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474195#M17103</link>
      <description>BTW: &lt;BR /&gt; the image getting the error is MAKEMMS.EXE.&lt;BR /&gt;I restored MAKEMMS from MMS 3.3,&lt;BR /&gt;MMS 3.8 together with MAKEMMS 3.3 seems to work.</description>
      <pubDate>Thu, 06 Aug 2009 11:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474195#M17103</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-08-06T11:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS MMS/GENERATE fails on system includes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474196#M17104</link>
      <description>Thanks for the info on MMS 3.3. Since we are in a cluster, I can't just start replacing files so I am forwarding this to my sys admin to see if we can try this workaround.</description>
      <pubDate>Thu, 06 Aug 2009 15:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474196#M17104</guid>
      <dc:creator>Jeff Rodgers</dc:creator>
      <dc:date>2009-08-06T15:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS MMS/GENERATE fails on system includes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474197#M17105</link>
      <description>UPDATE: changing the include line from:&lt;BR /&gt;      INCLUDE '($STRDEF)'&lt;BR /&gt;to:&lt;BR /&gt;      INCLUDE 'SYS$LIBRARY:FORSYSDEF.TLB($STRDEF)'&lt;BR /&gt;resolved the issue.</description>
      <pubDate>Thu, 06 Aug 2009 18:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474197#M17105</guid>
      <dc:creator>Jeff Rodgers</dc:creator>
      <dc:date>2009-08-06T18:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS MMS/GENERATE fails on system includes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474198#M17106</link>
      <description>Just for those with many includes of the '(file)' form:&lt;BR /&gt;If one happens to have the old version of MAKEMMS.EXE, then the system/cluster installation need not be modified. &lt;BR /&gt;It is enough to point the logical MAKEMMS to the old exe to use it with mms/generate.&lt;BR /&gt;MMS simply does a "MCR MAKEMMS", so one can switch versions on the fly with the logical.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Aug 2009 10:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-mms-generate-fails-on-system-includes/m-p/4474198#M17106</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-08-07T10:16:14Z</dc:date>
    </item>
  </channel>
</rss>

