<?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: VMS 7.3-2 giving error with too many symbols on f$search in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950938#M73886</link>
    <description>Just for grins you might get a copy of DCL_CHECK.COM and have it analyze the procedure to see what it might report.&lt;BR /&gt;&lt;BR /&gt;I have had some times where I was staring at code and couldn't figure out what was wrong, but DCL_CHECK narrowed it down quickly.&lt;BR /&gt;&lt;BR /&gt;Robert</description>
    <pubDate>Mon, 09 Jan 2006 16:18:57 GMT</pubDate>
    <dc:creator>Robert_Boyd</dc:creator>
    <dc:date>2006-01-09T16:18:57Z</dc:date>
    <item>
      <title>VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950924#M73872</link>
      <description>I have VMS 7.3-2 running on Alpha DS10.  Prior to upgrade to 7.3-2, was running 7.3-1.  I have a detached process that is doing an f$search with wildcards checking a specific directory for files to be processed by this procedure.  Every few days, the process appears to hang.  When looking at the log file, the directory clearly has files in it yet the f$search is erroring out with a status %X00038138  which is %DCL-W-SYMOVF, no room for symbol definitions - delete some symbols.  sysgen parameter CLISYMTBL is set to 1024.&lt;BR /&gt;&lt;BR /&gt;Has anyone else seen this problem?</description>
      <pubDate>Mon, 09 Jan 2006 09:58:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950924#M73872</guid>
      <dc:creator>Layne Burleson_1</dc:creator>
      <dc:date>2006-01-09T09:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950925#M73873</link>
      <description>Also recently upgraded several systems from 7.3-1 to 7.3-2, but haven't seen what you describe.&lt;BR /&gt;&lt;BR /&gt;Could it be that you have an abnormally large no. of files in the directory ? a back log to clear ? I guess your routine creates one or many symbols per file match and from the DCL warning, you run out of room. &lt;BR /&gt;&lt;BR /&gt;Perhaps some symbols are left lying around and not re-used and you accumalate lots over time. &lt;BR /&gt;&lt;BR /&gt;Upon failure or infrequently you could add a $ SHOW SYM/LOCAL/ALL (/GLOBAL) may shed some light.&lt;BR /&gt;&lt;BR /&gt;Have you up to date on patching ?&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;John.</description>
      <pubDate>Mon, 09 Jan 2006 10:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950925#M73873</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2006-01-09T10:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950926#M73874</link>
      <description>I'm sure it is simple, I just can't find it... usually there are less than 10 files in the directory at a given time.  There are a good number of global symbols.  I see this with the command you suggested.  IS there a way to tell how much I'm using of the clisymtbl from dcl?  Does f$search keep the results from each loop thru the directory and perhaps that is where I'm running over?  Has this changed?  I didn't have the problem on 7.3-1.</description>
      <pubDate>Mon, 09 Jan 2006 10:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950926#M73874</guid>
      <dc:creator>Layne Burleson_1</dc:creator>
      <dc:date>2006-01-09T10:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950927#M73875</link>
      <description>Maybe You just were near the margin , and now with the new system You cross it .&lt;BR /&gt;&lt;BR /&gt;CLISYMTBL is a dynamic system parameter: change it for testing to a higher value, logout/login and see if the situation changes.</description>
      <pubDate>Mon, 09 Jan 2006 10:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950927#M73875</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-01-09T10:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950928#M73876</link>
      <description>Joseph,  The value is set to 1024 for clisymtbl.  That's the max isn't it?&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 10:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950928#M73876</guid>
      <dc:creator>Layne Burleson_1</dc:creator>
      <dc:date>2006-01-09T10:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950929#M73877</link>
      <description>Oh yes, sorry, 1024 is max. &lt;BR /&gt;That is half a MByte space for symbol definitions.&lt;BR /&gt; &lt;BR /&gt;Maybe test the space by using the following procedure:&lt;BR /&gt;&lt;BR /&gt;$ n=1000&lt;BR /&gt;$ if p1.nes."" then n=f$integer(p1)&lt;BR /&gt;$ i=0&lt;BR /&gt;$ on warning then goto done&lt;BR /&gt;$loop:&lt;BR /&gt;$ testsym'i'="This is testsym''i'"&lt;BR /&gt;$ i = i+1&lt;BR /&gt;$ if i .lt. n then goto loop&lt;BR /&gt;$done:&lt;BR /&gt;$ write sys$output "End at testsym",i&lt;BR /&gt;&lt;BR /&gt;Adapt the testsym symbol name and string to the length You use in Your procedure to see the number of symbols You can produce.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 11:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950929#M73877</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-01-09T11:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950930#M73878</link>
      <description>has the DCL changed? Could it be calling a DCL procedure recursivly?&lt;BR /&gt;&lt;BR /&gt;Could you include SHOW SYMBOL * in the DCL as a debugging aid to see what symbols there are?</description>
      <pubDate>Mon, 09 Jan 2006 11:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950930#M73878</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-01-09T11:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950931#M73879</link>
      <description>Do you specify a new stream-id argument value for each directory pass? If so, try changing the code so that it uses either no stream-id or the same one each time through.&lt;BR /&gt;&lt;BR /&gt;If you determine that this isn't a coding bug that is resulting in the symbol table overflow, and you don't mind living in the land of the unsupported, then you could use either the DELTA debugger or a small program to raise the roof a bit higher than SYSGEN permits (the system stores SYSGEN's CLISYMTBL value at the location exe$gl_clitabl).&lt;BR /&gt;&lt;BR /&gt;$ create clisymtbl_2048.mar&lt;BR /&gt;        .psect  code exe,nowrt,shr,long&lt;BR /&gt;        .entry  clisymtbl_2048,^m&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;        $cmkrnl_s routin=sysgen_plus    ; jump into kernel mode&lt;BR /&gt;        ret&lt;BR /&gt;&lt;BR /&gt;        .call_entry  label=sysgen_plus&lt;BR /&gt;        movab   g^exe$sigtoret,(fp)     ; establish exception handler&lt;BR /&gt;        movl    #2048,exe$gl_clitabl    ; set clisymtbl to 2048&lt;BR /&gt;        movl    #1, r0&lt;BR /&gt;        ret&lt;BR /&gt;&lt;BR /&gt;        .end    clisymtbl_2048&lt;BR /&gt;^Z&lt;BR /&gt;$ macro clisymtbl_2048&lt;BR /&gt;$ link/sysexe clisymtbl_2048&lt;BR /&gt;$ analyze/system&lt;BR /&gt;SDA&amp;gt; eva @exe$gl_clitabl&lt;BR /&gt;Hex = 00000000.000002EE   Decimal = 750         PSBRB$K_RINGBUFFER_RECORDS&lt;BR /&gt;SDA&amp;gt; spawn run clisymtbl_2048&lt;BR /&gt;SDA&amp;gt; eva @exe$gl_clitabl&lt;BR /&gt;Hex = 00000000.00000800   Decimal = 2048        ABLK$Q_ADRQ_Q_HD</description>
      <pubDate>Mon, 09 Jan 2006 12:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950931#M73879</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-01-09T12:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950932#M73880</link>
      <description>Sorry about the formatting in the prior post - see the attachment here for a clearer picture.</description>
      <pubDate>Mon, 09 Jan 2006 12:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950932#M73880</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-01-09T12:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950933#M73881</link>
      <description>&lt;BR /&gt;Maybe SHOW PROC/MEMORY can give you a clue?&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 12:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950933#M73881</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-01-09T12:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950934#M73882</link>
      <description>The output from sho sym/global/all and sho sym/local/all  only shows about 60 symbols.  Some of these I can delete and will.  I can write a procedure like above and generate 5000 symbols before the overflow. The program is the same program that runs at many other locations except this is on 7.3-2.  All other locations running 7.3-1.  &lt;BR /&gt;&lt;BR /&gt;I've talked with HP and they are wondering if the symbol name that I'm using for the results from f$search in the loop searching thru a directory is not being released from the symbol table and therefore creating a new symbol everytime rather than replacing what was there already.&lt;BR /&gt;&lt;BR /&gt;I'm unclear how show proc/mem will help.  Is there a way to look at what is in the symbol table for a particular process?&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 13:12:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950934#M73882</guid>
      <dc:creator>Layne Burleson_1</dc:creator>
      <dc:date>2006-01-09T13:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950935#M73883</link>
      <description>Layne,&lt;BR /&gt;&lt;BR /&gt;  Does your F$SEARCH loop always run to completion? (ie: you get a null string returned). What is the exact file specification? Does it contain a search list logical name? Are you using search streams? &lt;BR /&gt;&lt;BR /&gt;  I'd also be searching for unbalanced IF-THEN-ELSE-ENDIF or SUBROUTINE-ENDSUBROUTINE blocks.&lt;BR /&gt;&lt;BR /&gt;  SHOW PROC/MEM shows the process dynamic memory area. It contains symbols and other DCL context. Filling it up with other stuff consumes space for new symbols. Don't forget each command level has its own symbol table. How deep is the procedure? See F$ENVIRONMENT("DEPTH"). Recursion can be accidental.&lt;BR /&gt;&lt;BR /&gt;  Something else to check - SHOW RMS. Look for any non-zero values other than "MULTI-BLOCK-COUNT" and "NETWORK BLOCK COUNT". In particular a non-zero value for "Sequential Disk" will cause process permanent files (ie: anything OPENed from DCL) to consume process pool space.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 14:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950935#M73883</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-01-09T14:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950936#M73884</link>
      <description>John,&lt;BR /&gt;Yes, it appears that the f$search will run to completion and give the null string.  It will find files as they are populated and follow-through with the null string when it has looked at all of them - just as designed.  Occasionally, we see the command file=f$search("nodetemp_rpt:*.*;*") generate the $status value of %x00038138 indicating a symbol table overflow.&lt;BR /&gt;&lt;BR /&gt;We are using the logical nodetemp_rpt in the file spec for the f$search command.  It is not in a search list.&lt;BR /&gt;&lt;BR /&gt;We have other f$search's in the command procedure that look for specific file names.  At one point we put a stream identifier on the f$search but we still get the symbol overflow error.&lt;BR /&gt;&lt;BR /&gt;All of the IF-THEN structures look like they are matched up appropriately.&lt;BR /&gt;&lt;BR /&gt;The SHOW RMS command does not show any of the non-zero values other than those you mentioned should be non-zero.&lt;BR /&gt;&lt;BR /&gt;I'm having the application person clean up some of the symbols in the command procedure that are not necessary for the loop.  We will resubmit the detached process after she is finished with the changes.  I have a feeling that will just prolong the problem.</description>
      <pubDate>Mon, 09 Jan 2006 16:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950936#M73884</guid>
      <dc:creator>Layne Burleson_1</dc:creator>
      <dc:date>2006-01-09T16:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950937#M73885</link>
      <description>Layne,&lt;BR /&gt;&lt;BR /&gt; Trimming symbols from a "reasonably sized" procedure should not be necessary.&lt;BR /&gt;&lt;BR /&gt; This may be an obscure bug in your procedure, but it's beginning to sound like you've found something wrong in DCL (maybe a result of the extended DCL work added in V7.3-2).&lt;BR /&gt;&lt;BR /&gt; Please log a case with your local customer support centre to analyze your procedure. &lt;BR /&gt;&lt;BR /&gt; Note that the last thing you want to do is extend the time before failure. It may be more prudent to CREATE a large number of symbols in your procedure prologue to induce the problem faster, (minutes instead of days) then start to carve up the logic to isolate the cause.</description>
      <pubDate>Mon, 09 Jan 2006 16:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950937#M73885</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-01-09T16:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950938#M73886</link>
      <description>Just for grins you might get a copy of DCL_CHECK.COM and have it analyze the procedure to see what it might report.&lt;BR /&gt;&lt;BR /&gt;I have had some times where I was staring at code and couldn't figure out what was wrong, but DCL_CHECK narrowed it down quickly.&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Mon, 09 Jan 2006 16:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950938#M73886</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2006-01-09T16:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950939#M73887</link>
      <description>John,  I've already logged a case with HP.  The last report was they were trying to replicate the problem and it may need to go to engineering.&lt;BR /&gt;&lt;BR /&gt;Thanks for your input.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 16:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950939#M73887</guid>
      <dc:creator>Layne Burleson_1</dc:creator>
      <dc:date>2006-01-09T16:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950940#M73888</link>
      <description>Layne, may we request you post your procedure ?&lt;BR /&gt;We are running 7.3-2 and have directories with over 100,000s files. Lots of f$search() being performed all the item. You may have discovered and interesting problem.&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2006 21:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950940#M73888</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-01-10T21:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950941#M73889</link>
      <description>Had the same problem once.&lt;BR /&gt;&lt;BR /&gt;Not in all cases context was cancelled when using f$context not until the end.&lt;BR /&gt;&lt;BR /&gt;As Hein suggest, I did a show proc/mem and watched the "free space" value. If it drops below 5000 I give an alarm and I know something is wrong that needs investigating.&lt;BR /&gt;&lt;BR /&gt;Or may be the procedure is generating symbols. Try sh symb * to see if unexpected symbols are seen.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 11 Jan 2006 02:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950941#M73889</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-01-11T02:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950942#M73890</link>
      <description>Re Wim:&lt;BR /&gt;&lt;BR /&gt;SHOW SYMBOL may reveal something, but the same space is also used to store LABEL info.&lt;BR /&gt;That is not so easily visible, but, if you have some dynamic label activity, that also may keep growing.&lt;BR /&gt;&lt;BR /&gt;Extremely simplified reproducer:&lt;BR /&gt;.&lt;BR /&gt;$ cnt = cnt + 1&lt;BR /&gt;$lab_'cnt':&lt;BR /&gt;.&lt;BR /&gt;$ goto lab_'cnt&lt;BR /&gt;.&lt;BR /&gt;If cnt grows to big values, you are pretty much guaranteed to hit the ceiling sometime!&lt;BR /&gt;&lt;BR /&gt;Hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 11 Jan 2006 04:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950942#M73890</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-01-11T04:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: VMS 7.3-2 giving error with too many symbols on f$search</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950943#M73891</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;I would suspect that too but just tested it. Free space doesn't decrease (7.3). But I get the message "no room for symbol definition" when reaching count 6540.&lt;BR /&gt;&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 11 Jan 2006 05:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-7-3-2-giving-error-with-too-many-symbols-on-f-search/m-p/4950943#M73891</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-01-11T05:00:54Z</dc:date>
    </item>
  </channel>
</rss>

