× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: Variable length MODS
  • From: tomh@xxxxxxxxx
  • Date: Thu, 12 Apr 2001 17:38:18 -0500


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

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.