<?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: Unable set file limit from C-programm in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6651542#M37418</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After changing my code to use sys$qiow, I&amp;nbsp;still can't change the default limit setting.&lt;/P&gt;&lt;P&gt;All calls to IO system are finishing successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't use &lt;SPAN&gt;LIB$SPAWN&amp;nbsp;&lt;/SPAN&gt;since I need to use this for many files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is anything in my code I am doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is the source code of my program and also the screen output.&lt;/P&gt;&lt;P&gt;To compile the code, header files &amp;nbsp;will be needed from &lt;A href="http://www.decuslib.com/decus/vax88b1/meadows/file." target="_blank"&gt;http://www.decuslib.com/decus/vax88b1/meadows/file.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dmitriy&lt;/P&gt;</description>
    <pubDate>Mon, 20 Oct 2014 21:31:27 GMT</pubDate>
    <dc:creator>Dmitriy_21</dc:creator>
    <dc:date>2014-10-20T21:31:27Z</dc:date>
    <item>
      <title>Unable set file limit from C-programm</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6649556#M37411</link>
      <description>&lt;P&gt;Hello experts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to set a file version limit from a C-program for a file (directory is the next step).&lt;/P&gt;&lt;P&gt;The value is remin the same "No version limit".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone point me to a right direction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached source code for my test&amp;nbsp;program.&lt;/P&gt;&lt;P&gt;This is a screen copy when i run my&amp;nbsp;&lt;SPAN&gt;test&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ cc SETLIMIT.C&lt;BR /&gt;$ link SETLIMIT.OBJ&lt;BR /&gt;$ TESTSET="$DKA700:[DMITRIY]SETLIMIT.EXE"&lt;BR /&gt;$ testset file3.txt &lt;STRONG&gt;3&lt;/STRONG&gt;&lt;BR /&gt;$ dir /full file3.txt&lt;/P&gt;&lt;P&gt;Directory DKA700:[DMITRIY]&lt;/P&gt;&lt;P&gt;file3.txt;1 File ID: (13155,28,0)&lt;BR /&gt;Size: 0/0 Owner: [1,1]&lt;BR /&gt;Created: 17-OCT-2014 13:12:46.70&lt;BR /&gt;Revised: 17-OCT-2014 13:12:46.72 (1)&lt;BR /&gt;Expires: &amp;lt;None specified&amp;gt;&lt;BR /&gt;Backup: &amp;lt;No backup recorded&amp;gt;&lt;BR /&gt;Effective: &amp;lt;None specified&amp;gt;&lt;BR /&gt;Recording: &amp;lt;None specified&amp;gt;&lt;BR /&gt;Accessed: &amp;lt;None specified&amp;gt;&lt;BR /&gt;Attributes: &amp;lt;None specified&amp;gt;&lt;BR /&gt;Modified: &amp;lt;None specified&amp;gt;&lt;BR /&gt;Linkcount: 1&lt;BR /&gt;File organization: Sequential&lt;BR /&gt;Shelved state: Online&lt;BR /&gt;Caching attribute: Writethrough&lt;BR /&gt;File attributes: Allocation: 0, Extend: 0, Global buffer count: 0, &lt;STRONG&gt;No version limit&lt;/STRONG&gt;&lt;BR /&gt;Record format: Variable length, maximum 0 bytes, longest 0 bytes&lt;BR /&gt;Record attributes: None&lt;BR /&gt;RMS attributes: None&lt;BR /&gt;Journaling enabled: None&lt;BR /&gt;File protection: System:RWED, Owner:RWED, Group:RE, World:&lt;BR /&gt;Access Cntrl List: None&lt;BR /&gt;Client attributes: None&lt;/P&gt;&lt;P&gt;Total of 1 file, 0/0 blocks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dmitriy&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 18:05:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6649556#M37411</guid>
      <dc:creator>Dmitriy_21</dc:creator>
      <dc:date>2014-10-17T18:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable set file limit from C-programm</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6649646#M37412</link>
      <description>According to the docs, almost all fields in xabfhc are output only, xab$w_lrl is the only exception. Did you search the web for some examples? I assume there are some.</description>
      <pubDate>Fri, 17 Oct 2014 19:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6649646#M37412</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2014-10-17T19:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable set file limit from C-programm</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6649674#M37413</link>
      <description>&lt;P&gt;&lt;SPAN&gt;H.Beker&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, did spend lot of time searching.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have found that it is read-only, but can't find any straight reference how to set.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I come across&amp;nbsp;this link&amp;nbsp;&lt;A href="http://compgroups.net/comp.os.vms/how-to-retrieve-and-set-default-file-version-limi/524495." target="_blank"&gt;http://compgroups.net/comp.os.vms/how-to-retrieve-and-set-default-file-version-limi/524495.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But it is incomplete specially without the referenced example (can't find uchar.c on the web anymore).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 19:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6649674#M37413</guid>
      <dc:creator>Dmitriy_21</dc:creator>
      <dc:date>2014-10-17T19:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable set file limit from C-programm</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6649800#M37414</link>
      <description>&lt;P&gt;Google finds the FILE utility:&amp;nbsp;&lt;A target="_blank" href="http://www.decuslib.com/decus/vax88b1/meadows/file/file.c" title="http://www.decuslib.com/decus/vax88b1/meadows/file/file.c"&gt;http://www.decuslib.com/decus/vax88b1/meadows/file/file.c&lt;/A&gt;&amp;nbsp;which seems accept /version_limit which in turn seems to set a file version limit. &amp;nbsp;I admit I didn't try to compile the sources and test it, as it looks like VAX(C) code, which you may want to change for newer compilers and because "my VMS system" on the net is on the move.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 23:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6649800#M37414</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2014-10-17T23:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable set file limit from C-programm</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6649806#M37415</link>
      <description>&lt;P&gt;To set the file version limit under program control (and not via a subprocess that invokes the SET FILE /VERSION_LIMIT command), see the&amp;nbsp;&lt;A href="http://h71000.www7.hp.com/doc/84final/ba554_90018/ba554_90018.pdf" target="_blank"&gt;OpenVMS I/O Abuser's Reference Manual&lt;/A&gt;&amp;nbsp;starting on page 46; specifically, see the QIO ACP interface and the IO$_MODIFY I/O function with&amp;nbsp;the &lt;SPAN&gt;FIB$W_VERLIMIT item&lt;/SPAN&gt;code. &amp;nbsp;There aren't all that many IO$_MODIFY examples posted around the 'net, but see &lt;A href="https://www.mpp.mpg.de/~huber/vmssig/src/C/FAST_IO_COPY.C" target="_blank"&gt;here&lt;/A&gt;, &lt;A href="http://www.s-and-b.ru/ht_root/src/httpd/ods.c" target="_blank"&gt;here&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="http://www.decuslib.com/decus/vax88b1/meadows/file/file.c" target="_blank"&gt;here&lt;/A&gt;&amp;nbsp;as some starting points.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 23:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6649806#M37415</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2014-10-17T23:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable set file limit from C-programm</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6649808#M37416</link>
      <description />
      <pubDate>Sat, 18 Oct 2014 00:43:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6649808#M37416</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2014-10-18T00:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable set file limit from C-programm</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6651422#M37417</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As Steven indicates, there will be SYS$QIO examples on the web to help you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But why bother? How often will this call be made?&lt;/P&gt;&lt;P&gt;Just call LIB$SPAWN to do the deed and move on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hein&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 17:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6651422#M37417</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2014-10-20T17:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable set file limit from C-programm</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6651542#M37418</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After changing my code to use sys$qiow, I&amp;nbsp;still can't change the default limit setting.&lt;/P&gt;&lt;P&gt;All calls to IO system are finishing successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't use &lt;SPAN&gt;LIB$SPAWN&amp;nbsp;&lt;/SPAN&gt;since I need to use this for many files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is anything in my code I am doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is the source code of my program and also the screen output.&lt;/P&gt;&lt;P&gt;To compile the code, header files &amp;nbsp;will be needed from &lt;A href="http://www.decuslib.com/decus/vax88b1/meadows/file." target="_blank"&gt;http://www.decuslib.com/decus/vax88b1/meadows/file.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dmitriy&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 21:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6651542#M37418</guid>
      <dc:creator>Dmitriy_21</dc:creator>
      <dc:date>2014-10-20T21:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable set file limit from C-programm</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6651784#M37419</link>
      <description>&lt;P&gt;[editted - the dog ate my homework on first submission]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; To compile the code, header files will be needed from &lt;A href="http://www.decuslib.com/decus/vax88b1/meadows/file." target="_blank"&gt;http://www.decuslib.com/decus/vax88b1/meadows/file.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That may be part of the problem.&lt;/P&gt;&lt;P&gt;Just compile with: cc SET_VERLIMIT.C+sys$library:sys$lib_c.tlb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To make that work, fix up FATDEF -&amp;gt; FAT, fchdef -&amp;gt; FCH, ATRDEF -&amp;gt; atrdef. FAT$S_FATDEF -&amp;gt; ATR$S_RECATTR&lt;/P&gt;&lt;P&gt;remove fjndef, and the second set of moves into fid and did.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fwiw... the printing of the FID is not correct for ID &amp;gt; 65K. Need to show FID[2] or add in NMX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; I can't use LIB$SPAWN since I need to use this for many files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used to think that way. I was wrong. Your time is infinitely more valuable than some execution overhead except for a few rare cases&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;P&gt;It works for me now.&lt;/P&gt;&lt;P&gt;Hein&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2014 11:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6651784#M37419</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2014-10-21T11:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable set file limit from C-programm</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6651984#M37420</link>
      <description>&lt;P&gt;This works for me, with the VMS supplied header files:&lt;/P&gt;&lt;PRE&gt;#include &amp;lt;stdio.h&amp;gt;
#include &amp;lt;string.h&amp;gt;
#include &amp;lt;stdlib.h&amp;gt;

#define __NEW_STARLET 1
#include &amp;lt;descrip.h&amp;gt;
#include &amp;lt;fabdef.h&amp;gt;
#include &amp;lt;fibdef.h&amp;gt;
#include &amp;lt;iodef.h&amp;gt;
#include &amp;lt;iosbdef.h&amp;gt;
#include &amp;lt;namdef.h&amp;gt;
#include &amp;lt;starlet.h&amp;gt;
#include &amp;lt;ssdef.h&amp;gt;

static int setverlimit(char *filename, unsigned short limit) {
    static FABDEF fab;
    static NAMDEF nam;
    static FIBDEF fib;
    static struct dsc$descriptor FibDesc = { sizeof fib, DSC$K_DTYPE_Z,
            DSC$K_CLASS_S, (char *) &amp;amp;fib };
    static struct dsc$descriptor_s DevDesc = { 0, DSC$K_DTYPE_T, DSC$K_CLASS_S,
            &amp;amp;nam.nam$t_dvi[1] };
    static struct dsc$descriptor_s FileName = { 0, DSC$K_DTYPE_T, DSC$K_CLASS_S,
            0};

    char EName[NAM$C_MAXRSS];
    unsigned short int DevChan;
    IOSB iosb;

    int i, status;

    fab = cc$rms_fab;
    fab.fab$l_fna = filename;
    fab.fab$b_fns = strlen(filename);
    fab.fab$l_nam = &amp;amp;nam;
    nam = cc$rms_nam;
    nam.nam$l_esa = EName;
    nam.nam$b_ess = sizeof(EName);

    status = sys$parse(&amp;amp;fab);
    if (!(status &amp;amp; 1))
        return status;

    status = sys$search(&amp;amp;fab);
    if (!(status &amp;amp; 1))
        return status;

    DevDesc.dsc$w_length = nam.nam$t_dvi[0];
    status = sys$assign(&amp;amp;DevDesc, &amp;amp;DevChan, 0, 0);
    if (!(status &amp;amp; 1))
        return status;

    FileName.dsc$a_pointer = nam.nam$l_name;
    FileName.dsc$w_length = nam.nam$b_name+nam.nam$b_type+nam.nam$b_ver;

    for (i = 0; i &amp;lt; 3; i++)
        fib.fib$w_fid[i] = nam.nam$w_fid[i];
    for (i = 0; i &amp;lt; 3; i++)
        fib.fib$w_did[i] = nam.nam$w_did[i];

    fib.fib$w_verlimit = limit;
    status = sys$qiow(0, DevChan, IO$_MODIFY, &amp;amp;iosb, 0, 0, &amp;amp;FibDesc,
            (__int64)&amp;amp;FileName, 0, 0, 0, 0);
    if (status &amp;amp; 1)
        status = iosb.iosb$w_status;
    if (!(status &amp;amp; 1))
        return status;
    
    status = sys$dassgn(DevChan);
    return status;
}

int main(int argc, char *argv[]) {
    int status = SS$_INSFARG;
    if (argc &amp;gt; 2) {
        unsigned int limit;
        sscanf (argv[2], "%u", &amp;amp;limit);
        if (limit &amp;gt; 32767)
            limit = 0;
        status = setverlimit(argv[1],(unsigned short)limit);
    }
    exit (status);
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2014 08:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6651984#M37420</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2014-10-21T08:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable set file limit from C-programm</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6652076#M37421</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hartmut wrote...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;if (status &amp;amp; 1)
        status = iosb.iosb$w_status;
    if (!(status &amp;amp; 1))
        return status;
    
 &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's exactly the one of the many changes I was going to make. Verbatim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All those stupid fancy - shmancey (sp?) macros serve nothing other then obfusicate the core code itself.&lt;/P&gt;&lt;P&gt;3 potential calls to DASSGN when one is always executed? Bletch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I left it to make it easier to compare before-after for the OP.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Hein&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2014 11:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6652076#M37421</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2014-10-21T11:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable set file limit from C-programm</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6652320#M37422</link>
      <description>&lt;P&gt;Thanks every one for your help!&lt;/P&gt;&lt;P&gt;With appropriate headers program is working as excpected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2014 15:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unable-set-file-limit-from-c-programm/m-p/6652320#M37422</guid>
      <dc:creator>Dmitriy_21</dc:creator>
      <dc:date>2014-10-21T15:19:18Z</dc:date>
    </item>
  </channel>
</rss>

