× 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.



I don't have a ds02, I wanted to define d103 as a sub data structure
like ds02. And I don't want to hassle with overlaying the sub data
structure with a char field so that I can pass the overlaying field to
the procedure. 
 
There are lots of methods I could use to achieve the results I want, I
just thought that defining the subfield as a sub data structure using
LikeDS was the most elegant. Oh well, just another reason to look
forward to V5R2.

>>> mnaughton@xxxxxxxxxxxx 05/21/2003 11:04:16 >>>
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 

_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx 
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l 
or email: RPG400-L-request@xxxxxxxxxxxx 
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l .



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-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.