|
I have no idea of the ratio of useable to unusable, but the INFDS does have the file's record count. That'd allow you to at least be sure it was large enough. _______________________ Booth Martin Booth@MartinVT.com http://www.MartinVT.com _______________________ tomh@simas.com Sent by: owner-rpg400-l@midrange.com 04/12/2001 06:38 PM Please respond to RPG400-L To: rpg400-l@midrange.com cc: Subject: Variable length MODS I need to build several MODS (multiple-occurence data structures), but I don't know the number of occurences that I'll need for them until I read some data from a file. Of course, I could just set the OCCURS on the D-spec to a high number, but would rather just create enough occurences to handle the data. Something like this: d Labels s dim(NumLabels) inz d Tot1DS ds occurs(NumLabels) inz d amt1 7 2 dim(7) d Tot2DS ds occurs(NumLabels) inz d amt2 8 2 dim(7) c* Read thru labels file, counting all of the useable label records c* Store that count in NumLabels to give us the number of Occurs for each DS Tom +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.