<?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: HP Basic on Open VMS on VAX and Alpha in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982936#M34289</link>
    <description>Sounds like a (potentially) actual program&lt;BR /&gt;bug, which needs to be removed the&lt;BR /&gt;old-fashioned way. Knowing nothing, I'd guess&lt;BR /&gt;that after the troublesome error, something&lt;BR /&gt;is not being reset properly for the next pass&lt;BR /&gt;through the code.  It's possible that on the&lt;BR /&gt;Alpha, something got optimized away, which&lt;BR /&gt;had been helping you out on the VAX.&lt;BR /&gt;&lt;BR /&gt;It could be some Basic defect, too, of&lt;BR /&gt;course, but proving that involves about the&lt;BR /&gt;same steps as finding the problem if it's&lt;BR /&gt;yours.&lt;BR /&gt;&lt;BR /&gt;I don't know what "ERR 194 Non Basic" is&lt;BR /&gt;trying to say, but if it's decimal:&lt;BR /&gt;&lt;BR /&gt;alp $ exit 194&lt;BR /&gt;%SYSTEM-E-GPTFULL, global page table is full&lt;BR /&gt;&lt;BR /&gt;Perhaps a little AUTOGEN action is in order&lt;BR /&gt;on the new system?  (Seems unlikely.)</description>
    <pubDate>Mon, 05 Jun 2006 15:29:09 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2006-06-05T15:29:09Z</dc:date>
    <item>
      <title>HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982929#M34282</link>
      <description>Using Basic on VAX to open a file with an illegal file name I get ERR 2 ILLFILMAN, the same program on the Alpha I get ERR 162 CANOPEFIL.  Can anyone explain why I get a different error.</description>
      <pubDate>Mon, 05 Jun 2006 07:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982929#M34282</guid>
      <dc:creator>Richard Glyn-Jones</dc:creator>
      <dc:date>2006-06-05T07:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982930#M34283</link>
      <description>So what is the filespec? &lt;BR /&gt;Anything 'funny' about the spec?&lt;BR /&gt;Is it expected to work?&lt;BR /&gt;&lt;BR /&gt;What is the detail status (RMS -STS and RMS -STV), if you can get that?&lt;BR /&gt;&lt;BR /&gt;ods-2 vs ods-5 ?&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jun 2006 08:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982930#M34283</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-06-05T08:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982931#M34284</link>
      <description>Thanks for the quick response.&lt;BR /&gt;The original piece of cade was to trap any illegal fiel name entered by a User ( I used in this test filename Test.dat.dat.) When run on the VAX the error handler retunr ERR 2 and hence the ILLFILMAN.  On the Alpha the error returned is ERR 162 RMS-E-CRE ACP file create failed.</description>
      <pubDate>Mon, 05 Jun 2006 08:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982931#M34284</guid>
      <dc:creator>Richard Glyn-Jones</dc:creator>
      <dc:date>2006-06-05T08:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982932#M34285</link>
      <description>The file spec mentioned is not legal on an ods-2 volume, which I suspect you're using.&lt;BR /&gt;&lt;BR /&gt;J.</description>
      <pubDate>Mon, 05 Jun 2006 08:25:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982932#M34285</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2006-06-05T08:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982933#M34286</link>
      <description>Thanks, I've looked at both Vax and Alpha and both disk structures are ODS-2.</description>
      <pubDate>Mon, 05 Jun 2006 10:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982933#M34286</guid>
      <dc:creator>Richard Glyn-Jones</dc:creator>
      <dc:date>2006-06-05T10:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982934#M34287</link>
      <description>&amp;gt; [...] both disk structures are ODS-2.&lt;BR /&gt;&lt;BR /&gt;Ok, but the Basic RTL on a VAX has no need&lt;BR /&gt;to deal with an OSD5 extended file name,&lt;BR /&gt;while the Basic RTL on a non-VAX may need to&lt;BR /&gt;deal with one, so it's not very amazing that&lt;BR /&gt;one would give a different status code than&lt;BR /&gt;the other for an ODS5-legal name.  On a VAX,&lt;BR /&gt;a name like that is always illegal, while on&lt;BR /&gt;a non-VAX, its validity depends on the&lt;BR /&gt;structure level of the device, so different&lt;BR /&gt;code may be complaining.</description>
      <pubDate>Mon, 05 Jun 2006 10:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982934#M34287</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-06-05T10:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982935#M34288</link>
      <description>Thanks for all the info. I've been looking at the programs that I am transferring from VAX to Alpha and have found something which might help you with helping me.  In the Program the User starts by entering a file name, or a db class name (indicates which db file will open). If you select the class first it opens a default file name, however if you select a file first the User has then to select a class.  On the VAX this works ok and if the User put in either an illegal file name or class name then an appropriate error message is displayed and the User can cycle through these two commands putting in legal and illegal values, each occurence is handled correct by the error handler.   On the Alpha however after an illegal file name which is handled correctly any subsequent legal entry produces an ERR 194 Non Basic. &lt;BR /&gt;I believe in one occurance the RMSSTATUS status was 8 but I can't find out what this means. I realy appreciate the help as I'm lost at the moment.</description>
      <pubDate>Mon, 05 Jun 2006 11:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982935#M34288</guid>
      <dc:creator>Richard Glyn-Jones</dc:creator>
      <dc:date>2006-06-05T11:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982936#M34289</link>
      <description>Sounds like a (potentially) actual program&lt;BR /&gt;bug, which needs to be removed the&lt;BR /&gt;old-fashioned way. Knowing nothing, I'd guess&lt;BR /&gt;that after the troublesome error, something&lt;BR /&gt;is not being reset properly for the next pass&lt;BR /&gt;through the code.  It's possible that on the&lt;BR /&gt;Alpha, something got optimized away, which&lt;BR /&gt;had been helping you out on the VAX.&lt;BR /&gt;&lt;BR /&gt;It could be some Basic defect, too, of&lt;BR /&gt;course, but proving that involves about the&lt;BR /&gt;same steps as finding the problem if it's&lt;BR /&gt;yours.&lt;BR /&gt;&lt;BR /&gt;I don't know what "ERR 194 Non Basic" is&lt;BR /&gt;trying to say, but if it's decimal:&lt;BR /&gt;&lt;BR /&gt;alp $ exit 194&lt;BR /&gt;%SYSTEM-E-GPTFULL, global page table is full&lt;BR /&gt;&lt;BR /&gt;Perhaps a little AUTOGEN action is in order&lt;BR /&gt;on the new system?  (Seems unlikely.)</description>
      <pubDate>Mon, 05 Jun 2006 15:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982936#M34289</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-06-05T15:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982937#M34290</link>
      <description>Thanks I've tried most thing now and my problem seems to hinge around solving what ERR 194 means and how I translate the status from either VMSSTATUS or RMSSTATUS into something I can understand. Is there any documentation that lists these codes or sample code that can be used to translate them</description>
      <pubDate>Wed, 07 Jun 2006 05:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982937#M34290</guid>
      <dc:creator>Richard Glyn-Jones</dc:creator>
      <dc:date>2006-06-07T05:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982938#M34291</link>
      <description>Values from VMSTATUS or RMSSTATUS can be simply  translated using the exit command at a dcl prompt&lt;BR /&gt;&lt;BR /&gt;$ exit 194&lt;BR /&gt;%SYSTEM-E-GPTFULL, global page table is full&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jun 2006 06:35:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982938#M34291</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-06-07T06:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982939#M34292</link>
      <description>... but you also need to know the radix (i.e. the actual print format statement used):&lt;BR /&gt;&lt;BR /&gt;$ exit %x194&lt;BR /&gt;%SYSTEM-F-LKWSETFUL, locked portion of working set is full&lt;BR /&gt;&lt;BR /&gt;This would be the correct message code, if the number is to be interpreted in HEX (hex numbers would usually be shown with leading zeroes, but you never know, if the message is coming from an application)&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 07 Jun 2006 07:57:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982939#M34292</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-06-07T07:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982940#M34293</link>
      <description>I really don't do much with BASIC, but a&lt;BR /&gt;little looking at the documentation on the&lt;BR /&gt;HP Web site (HP BASIC for OpenVMS \ User&lt;BR /&gt;Manual -- Appendix B \ Run-Time Messages)&lt;BR /&gt;revealed this:&lt;BR /&gt;&lt;BR /&gt;NOTBASIC, Not a BASIC error (ERR=194) &lt;BR /&gt;  Explanation: The error is not a HP BASIC error and is not mapped to an alternative HP BASIC error message. &lt;BR /&gt;  User Action: Use RMSSTATUS or VMSSTATUS to access the text of the error message.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] how I translate the status from&lt;BR /&gt;&amp;gt; either VMSSTATUS or RMSSTATUS into&lt;BR /&gt;&amp;gt; something I can understand.&lt;BR /&gt;&lt;BR /&gt;The DCL "EXIT &lt;STATUS_VALUE&gt;" method might&lt;BR /&gt;work.  Dare one ask what the VMSSTATUS and/or&lt;BR /&gt;RMSSTATUS values might be?&lt;BR /&gt;&lt;/STATUS_VALUE&gt;</description>
      <pubDate>Wed, 07 Jun 2006 11:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982940#M34293</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-06-07T11:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982941#M34294</link>
      <description>This link is a few years old, but should be worth a read as it focuses on basic.&lt;BR /&gt;Phil&lt;BR /&gt;&lt;A href="http://www3.sympatico.ca/n.rieck/docs/alpha_diary.html" target="_blank"&gt;http://www3.sympatico.ca/n.rieck/docs/alpha_diary.html&lt;/A&gt;</description>
      <pubDate>Wed, 07 Jun 2006 21:47:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982941#M34294</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2006-06-07T21:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982942#M34295</link>
      <description>Okay so can anyone tell me what VMSSTATUS 135495866m 13548=95858 and 135495906 mean.</description>
      <pubDate>Mon, 12 Jun 2006 10:04:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982942#M34295</guid>
      <dc:creator>Richard Glyn-Jones</dc:creator>
      <dc:date>2006-06-12T10:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982943#M34296</link>
      <description>Okay so can anyone tell me what VMSSTATUS 135495866 135495858 and 135495906 mean.</description>
      <pubDate>Mon, 12 Jun 2006 10:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982943#M34296</guid>
      <dc:creator>Richard Glyn-Jones</dc:creator>
      <dc:date>2006-06-12T10:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982944#M34297</link>
      <description>On which version of VMS?</description>
      <pubDate>Mon, 12 Jun 2006 10:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982944#M34297</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-06-12T10:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982945#M34298</link>
      <description>Oh just another development I also get VMSSSTATUS 16842772 which if I insert after exit 16842772 I getr the following &lt;BR /&gt;RTE-F_BADPARAM Bad parameter value.</description>
      <pubDate>Mon, 12 Jun 2006 10:33:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982945#M34298</guid>
      <dc:creator>Richard Glyn-Jones</dc:creator>
      <dc:date>2006-06-12T10:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982946#M34299</link>
      <description>Oh just another development I also get VMSSSTATUS 16842772 which if I insert after exit 16842772 I getr the following &lt;BR /&gt;RTE-F-BADPARAM Bad parameter value.</description>
      <pubDate>Mon, 12 Jun 2006 10:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982946#M34299</guid>
      <dc:creator>Richard Glyn-Jones</dc:creator>
      <dc:date>2006-06-12T10:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982947#M34300</link>
      <description>Oh just another development I also get VMSSSTATUS 16842772 which if I insert after exit 16842772 I get the following &lt;BR /&gt;RTE-F-BADPARAM Bad parameter value.</description>
      <pubDate>Mon, 12 Jun 2006 10:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982947#M34300</guid>
      <dc:creator>Richard Glyn-Jones</dc:creator>
      <dc:date>2006-06-12T10:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: HP Basic on Open VMS on VAX and Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982948#M34301</link>
      <description>VMS Im running is OpenVMS V7.3-2</description>
      <pubDate>Mon, 12 Jun 2006 10:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-basic-on-open-vms-on-vax-and-alpha/m-p/4982948#M34301</guid>
      <dc:creator>Richard Glyn-Jones</dc:creator>
      <dc:date>2006-06-12T10:38:00Z</dc:date>
    </item>
  </channel>
</rss>

