<?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: Program size 1GB limit in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/program-size-1gb-limit/m-p/5350727#M36458</link>
    <description>&lt;P&gt;Ok, some basics of computing and of OpenVMS follow. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VMS is a 32-bit virtual memory system, with a segmented addressing model that allows applications to access 64-bit address space on OpenVMS Alpha V7.0 and later, and on OpenVMS I64. &amp;nbsp; It's sign-extended addressing. &amp;nbsp;The 32-bit portion of the available address space is the default, and is further divided into four hunks, P0, P1, S0 and S2 address space; each of one gigabyte.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;32-bit applications have access to one gigabyte by default, and part of a second gigabyte with some extra coding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;64-bit addressing requires additional source code changes, or compiler support, and variously both. &amp;nbsp;&lt;A target="_blank" href="http://h71000.www7.hp.com/doc/spdfortran.pdf"&gt;Fortran is among the compilers with 64-bit addressing support&lt;/A&gt;&amp;nbsp;on OpenVMS.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A target="_blank" href="http://h71000.www7.hp.com/doc/72final/6467/6467pro.html"&gt;Here is some of the older 64-bit addressing documentation.﻿&lt;/A&gt;&amp;nbsp; Go read that, as a start. &amp;nbsp;(IIRC, that documentation has been integrated into the OpenVMS Programming Concepts manual in newer releases. &amp;nbsp;Check there for the latest.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The process quotas are not particularly related to the use of&amp;nbsp;&lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/228"&gt;virtual addressing&lt;/A&gt;&amp;nbsp;(nor &lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/461"&gt;physical addressing&lt;/A&gt;) though you will want to look at the locality of the array references (the access patterns and stride) to avoid heavy page-faulting activity, and at the WSMAX system parameter (the maximum size of the process working set), and I'd also consider moving to &lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/1771"&gt;private or global sections&lt;/A&gt; (Fortran does pointers) and away from data structures declared inline. &amp;nbsp;Put another way, becoming somewhat more familiar with the implementation of virtual memory and paging can avoid severe performance problems, beyond the use of that knowledge when addressing more than the classic 32-bit address space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A software upgrade is your call. &amp;nbsp;I'd move to OpenVMS V8.3 and a more current Fortran compiler, minimally. &amp;nbsp;Messing around with this stuff isn't worth the effort. &amp;nbsp; I'd probably start looking to upgrade the hardware, too; to an Alpha or Itanium or x86-64 box with at least four gigabytes of physical, and preferably more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't checked to see of gfortran does 64-bit addressing on a flat-addressed 64-bit system, but that might be worth a look, if you have access to flat-addressed 64-bit addressing that can be available on other operating system platforms. &amp;nbsp;(I'd be very surprised if the available Fortran compilers on gcc and llvm were not capable of 64-bit addressing.)&lt;/P&gt;</description>
    <pubDate>Sun, 02 Oct 2011 14:16:36 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2011-10-02T14:16:36Z</dc:date>
    <item>
      <title>Program size 1GB limit</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/program-size-1gb-limit/m-p/5350703#M36457</link>
      <description>&lt;P&gt;The problem: OpenVMS Linker returns error message&lt;/P&gt;&lt;P&gt;when linking a Fortran program having a large data array:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%LINK-E-INSVIRMEM, insufficient virtual memory for 2110331. pages&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for cluster DEFAULT_CLUSTER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Platform: XP1000, 2GB core memory, OpenVMS 7.3,&lt;/P&gt;&lt;P&gt;Fortran 7.1-1 (does not produce any warning or error messages)&lt;/P&gt;&lt;P&gt;pagefile.sys &amp;gt;4,000,000 pagelets, wsmax=3,000,000,&lt;/P&gt;&lt;P&gt;process wsext=3,000,000&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Process Quotas:&lt;BR /&gt;&amp;nbsp;Account name: ALLUSERS&lt;BR /&gt;&amp;nbsp;CPU limit:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; Infinite&amp;nbsp;&amp;nbsp; Direct I/O limit: &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150&lt;BR /&gt;&amp;nbsp;Buffered I/O byte count quota:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 99808&amp;nbsp;&amp;nbsp; Buffered I/O limit:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150&lt;BR /&gt;&amp;nbsp;Timer queue entry quota:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp; Open file quota:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&lt;BR /&gt;&amp;nbsp;Paging file quota:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2996720&amp;nbsp;&amp;nbsp; Subprocess quota:&amp;nbsp; &amp;nbsp;&amp;nbsp; 10&lt;BR /&gt;&amp;nbsp;Default page fault cluster: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 64&amp;nbsp;&amp;nbsp; AST quota:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 248&lt;BR /&gt;&amp;nbsp;Enqueue quota:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 2000&amp;nbsp;&amp;nbsp; Shared file limit:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;&amp;nbsp;Max detached processes:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; Max active jobs:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;BR /&gt;&lt;BR /&gt;﻿Is it the result of 1GB P0 space? How to get out of 1GB limit?&lt;/P&gt;&lt;P&gt;One solution is to split the problem into several parallel processes,&lt;/P&gt;&lt;P&gt;but it is quite undesirable when debugging a new algorithm.&lt;/P&gt;&lt;P&gt;It will be splitted later to run on MPP machines. And now I just&lt;/P&gt;&lt;P&gt;want to use 1.5 GB of my 2 GB core memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have CDs to upgrade to 7.3-1 or to 8.3 hobbyist. Shall it help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2011 15:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/program-size-1gb-limit/m-p/5350703#M36457</guid>
      <dc:creator>alphacat</dc:creator>
      <dc:date>2011-10-14T15:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Program size 1GB limit</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/program-size-1gb-limit/m-p/5350727#M36458</link>
      <description>&lt;P&gt;Ok, some basics of computing and of OpenVMS follow. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VMS is a 32-bit virtual memory system, with a segmented addressing model that allows applications to access 64-bit address space on OpenVMS Alpha V7.0 and later, and on OpenVMS I64. &amp;nbsp; It's sign-extended addressing. &amp;nbsp;The 32-bit portion of the available address space is the default, and is further divided into four hunks, P0, P1, S0 and S2 address space; each of one gigabyte.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;32-bit applications have access to one gigabyte by default, and part of a second gigabyte with some extra coding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;64-bit addressing requires additional source code changes, or compiler support, and variously both. &amp;nbsp;&lt;A target="_blank" href="http://h71000.www7.hp.com/doc/spdfortran.pdf"&gt;Fortran is among the compilers with 64-bit addressing support&lt;/A&gt;&amp;nbsp;on OpenVMS.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A target="_blank" href="http://h71000.www7.hp.com/doc/72final/6467/6467pro.html"&gt;Here is some of the older 64-bit addressing documentation.﻿&lt;/A&gt;&amp;nbsp; Go read that, as a start. &amp;nbsp;(IIRC, that documentation has been integrated into the OpenVMS Programming Concepts manual in newer releases. &amp;nbsp;Check there for the latest.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The process quotas are not particularly related to the use of&amp;nbsp;&lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/228"&gt;virtual addressing&lt;/A&gt;&amp;nbsp;(nor &lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/461"&gt;physical addressing&lt;/A&gt;) though you will want to look at the locality of the array references (the access patterns and stride) to avoid heavy page-faulting activity, and at the WSMAX system parameter (the maximum size of the process working set), and I'd also consider moving to &lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/1771"&gt;private or global sections&lt;/A&gt; (Fortran does pointers) and away from data structures declared inline. &amp;nbsp;Put another way, becoming somewhat more familiar with the implementation of virtual memory and paging can avoid severe performance problems, beyond the use of that knowledge when addressing more than the classic 32-bit address space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A software upgrade is your call. &amp;nbsp;I'd move to OpenVMS V8.3 and a more current Fortran compiler, minimally. &amp;nbsp;Messing around with this stuff isn't worth the effort. &amp;nbsp; I'd probably start looking to upgrade the hardware, too; to an Alpha or Itanium or x86-64 box with at least four gigabytes of physical, and preferably more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't checked to see of gfortran does 64-bit addressing on a flat-addressed 64-bit system, but that might be worth a look, if you have access to flat-addressed 64-bit addressing that can be available on other operating system platforms. &amp;nbsp;(I'd be very surprised if the available Fortran compilers on gcc and llvm were not capable of 64-bit addressing.)&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2011 14:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/program-size-1gb-limit/m-p/5350727#M36458</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-10-02T14:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Program size 1GB limit</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/program-size-1gb-limit/m-p/5351619#M36459</link>
      <description>&lt;P&gt;Thank you for the prompt answer and the attention to my request.&lt;/P&gt;&lt;P&gt;Yes, I agree that another technique qf making data structures could help. Among system services I found something like xxxx_64.&lt;/P&gt;&lt;P&gt;However this would require complete re-designing the whole program of about 100 modules and 30000 source code lines because it is based on our own high-level dynamic memory distribution technique. The only thing I would like is to move the whole common//a(1000...00) to p2 address space. It would be nice if there were platform-dependent language extensions allowing us to indicate the location ovf variables, either in p0 or p2 space. This does not contadict to portability concept because any real implementation of a programming language has a number of platform-dependent features this or that way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The work-around in my case is to truncate the data set which I use to test the code at the development stage. I have 5 Alphas on 3 sites (including home) and consider OpenVMS as the best environment for program development because of DCL, logical names, error reporting, easy graphics, EDT, and many more nice things. Later the programs are run on Linux-driven MPP machines where debugging is much more difficult because of NFS synchronization problems etc.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2011 15:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/program-size-1gb-limit/m-p/5351619#M36459</guid>
      <dc:creator>alphacat</dc:creator>
      <dc:date>2011-10-14T15:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Program size 1GB limit</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/program-size-1gb-limit/m-p/5351675#M36460</link>
      <description>&lt;P&gt;Have you tried to move some of your larger statically or dynamically allocated structures to 64-bit space?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are compiler directives to do this.&amp;nbsp; You just have to be careful if they are referenced in any 32-bit system service call, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example from one of my codes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;!DEC$&amp;nbsp;&amp;nbsp; Attributes ADDRESS64 ::&amp;nbsp;&amp;nbsp;&amp;nbsp; Rec_Array&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Record /DePers_MEMMST_str/ Rec_Array(:)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Target Rec_Array&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Allocatable Rec_Array&lt;/FONT&gt;&lt;BR /&gt;﻿&lt;/P&gt;&lt;P&gt;FORTRAN&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Statements&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Directives&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; General_Directives&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ATTRIBUTES&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADDRESS64 (VMS,WNT)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies that the data object has a 64-bit address.&amp;nbsp; This property&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can be specified for any variable or dummy argument, including&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALLOCATABLE and deferred-shape arrays.&amp;nbsp; However, variables with&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this property cannot be data-initialized.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It can also be specified for COMMON blocks or for variables in a&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMMON block.&amp;nbsp; If specified for a COMMON block variable, the COMMON&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; block implicitly has the ADDRESS64 property.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADDRESS64 is not compatible with the AUTOMATIC attribute.&lt;BR /&gt;﻿&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2011 18:28:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/program-size-1gb-limit/m-p/5351675#M36460</guid>
      <dc:creator>Mike Kier</dc:creator>
      <dc:date>2011-10-03T18:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Program size 1GB limit</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/program-size-1gb-limit/m-p/5356973#M36461</link>
      <description>&lt;P&gt;Thanks to All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this will help after upgrade to the latest Fortran version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correction to mistype in my previous 2 messages: not SMP, but MPP machines, of course,&lt;/P&gt;&lt;P&gt;which allow splitting of large data across numerous MPP nodes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks once again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2011 19:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/program-size-1gb-limit/m-p/5356973#M36461</guid>
      <dc:creator>alphacat</dc:creator>
      <dc:date>2011-10-09T19:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Program size 1GB limit</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/program-size-1gb-limit/m-p/5357073#M36462</link>
      <description>&lt;P&gt;&amp;gt;Correction to mistype in my previous 2 messages:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(You can go back and edit your posts.&amp;nbsp; Under post Options, see Edit Reply.)&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2011 02:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/program-size-1gb-limit/m-p/5357073#M36462</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-10T02:44:06Z</dc:date>
    </item>
  </channel>
</rss>

