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



On 11/25/2011 5:43 PM, Barbara Morris wrote:
When you need extra control over which fields get changed by a READ or
CHAIN, a good way is to use data structures for the I/O operations.

D A_ds e ds extname(A : *input) qualified
D B_ds e ds extname(B : *input) qualified

read A a_ds
chain key B b_ds
eval-corr b_ds = a_ds
update B b_ds

I can't tell whether you are using RPG III or RPG IV, but this requires
using RPG IV. If you have to use RPG III for some reason (???), you will
have to have a TMP for every field, or you will have to use I specs to
rename every field for one of the files, and then add MOVE operations to
get the file A values into the file B fields.

Barbara, has anybody put in a request for extname( a: *both) for data structures? It could throw a compile time error if the input and output formats were different. That one simple addition could remove a whole lot of unnecessary code.

Joe

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.