|
The LIKEDS keyword does not inherit the OCCURS() keyword. Add OCCURS to the parameter definition. -Bob Cozzi -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Mackie, Roger L. (Precision Press) Sent: Tuesday, January 30, 2007 9:48 AM To: RPG programming on the AS400 / iSeries Subject: RE: Passing a multiple occurrence datastructure from a procedure Johan, When you pass a multiple occurrence data structure, you only pass the current occurrence. The better alternative (v5r2 and up) is to pass a data structure array. If that alternative is not available, you need to use %Addr(Location) to get a pointer to the multiple occurrence data structure in the caller. The subprocedure will need to accept that pointer as one of its parameters. The subprocedure also needs to have another multiple occurrence data structure (defined like the one in the caller) based on the pointer parameter. It's clumsy, but it works. HTH, Roger Mackie -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Johan Vangilbergen Sent: Tuesday, January 30, 2007 9:07 AM To: RPG400-L@xxxxxxxxxxxx Subject: Passing a multiple occurrence datastructure from a procedure Hi, I'm having troubles with passing a multiple occurence data structure as a parameter to a subprocedure. Can anybody help me ? I have a subprocedure where I use a multiple occurrence datastructure with 2 occurrences : the first occurrence is filled with the mailing address of a client, the second with the delivery address. However when I pass this datastructure, it seems as if I get only the first occurrence. My procedure interface looks like this : D GetPatLoc PI D Ref1 Like(Ref1Kc) Const D Ref2 Like(Ref2Kc) Const D Loca LikeDs(Location) D Location DS Occurs(2) D ... What am I doing wrong ? Johan Vangilbergen YUSE Phone : +32 16 74 50 80 Fax : +32 16 74 50 89 Email : jvg@xxxxxxx <mailto:jvg@xxxxxxx> Web : WWW.Yuse.be <http://www.Yuse.be> Address : Bondgenotenlaan 138, B-3000 Leuven, Belgium -- 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 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.