× 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 7/21/2021 2:42 PM, Barbara Morris wrote:
On 2021-07-20 4:10 p.m., Alan Cassidy wrote:
By the way we are on 7.3.
RPG reference says one of the two data structures can be unqualified if the other is qualified.
    Eval-Corr KCS = KQCS(bx).
KCS is not qualified, but DS array KQCS is defined as LIKEDS(KCS).
I moved two of the fields individually and got no error for that:
    KCSfield1 = KQCS.field2 ;
    KCSfield2 = KQCS.field2 ;


If KQCS is defined LIKEDS(KCS), then the subfields in KQCS would be called KCSfield1 and KCSfield2, not just field1 and field2.
True that, duh..

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.