Alan Shore wrote:

Which in essence is 3 arrays of a 24 array
There is a way of reading this file into a 2 dimensional data set
(or am I getting COBOL flashbacks?)

You can define an array data structures, each of which contains an
array. You need to use dot notation to get at the data members, but it's
not hard to figure out.

t_inner DS Qualified
element 5I 0 Dim(24) Inz
outer DS Qualified
inner LikeDS(t_inner) Dim(3)

myValue = outer.inner(2).element(8)


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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

This mailing list archive is Copyright 1997-2025 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.