|
I've had pretty good luck passing a pointer to the MODS, and returning that along with the record count.
Passing a pointer as a "both" parameter (meaning both input and output) will work fine. However, don't RETURN a pointer unless you understand the ramifications of doing so, and have taken appropriate precautions.
MODS is very awkward for this sort of thing. Switch to using arrays of data structures. I know, I know, a lot of people aren't running V5R2 yet... if that's the case, you're stuck with the nasty MODS approach. But, if you're at V5R2 or later, use an array of data structures, you'll like it better.
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.