HP3000-L Archives

April 2003, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Chris Sweeney <[log in to unmask]>
Reply To:
Date:
Wed, 30 Apr 2003 08:29:34 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (33 lines)
I need to count how many file labels on particular devices as we're
hitting the limit on the number of labels well before running out of disk
space.
I thought the following was a reasonable attempt but I've no idea what EOF
I'm hitting.

%SETVAR VESOFTFVLIMIT=100000000
%REPEAT
%>SETVAR CURRDEV,"DEV![RFILE.FLABLDEV]"
%>IF BOUND(!CURRDEV) = FALSE THEN
%>   SETVAR !CURRDEV,0
%>ENDIF
%>SETVAR !CURRDEV,!CURRDEV + 1
%>FORFILES @[log in to unmask]@
END OF FILE  (FSERR 0)
Error: Doing Fwritedir of .SUPPORT.SYS.

Should anybody now the exact limit for the number of labels on a device
I'd appreciate the information. From bitter experience it appears to be
somewhere around 450,000 but I can't find it documented anywhere.


Thanks
Chris



**********
Posted from www.3kworld.com

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2