|
I must be missing something here. If you need to pass a data structure, couldn't you just pass ds02? (Sorry to be so dense. . .) RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> writes: >Specifically I have a portion of the outer data structure that I need to >pass to a procedure as a parameter that is defined with LikeDS. I just >create a procedure that takes the outer data structure and returns the >sub data structure that I need. And wait impatiently for V5R2. :( > >>>> mnaughton@xxxxxxxxxxxx 05/21/2003 06:36:51 >>> >Joe - Is your goal to use LikeDS, or do you just want a nested data >structure? If the latter, you can use pointers: > >D ds01 ds >D d101 5 >D d102 5 >D d103 6 > >D ds02 ds based(ptrXYZ) >D d201 3 >D d202 3 > >C eval ptrXYZ = %addr(d103) > >(of course, you do still have to explicitly define subfield d103) > >hth Mike Naughton Senior Programmer/Analyst Judd Wire, Inc. 124 Turnpike Road Turners Falls, MA 01376 413-863-4357 x444 mnaughton@xxxxxxxxxxxx
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.