|
Joel, this failed for me, showing both the data structure and the array as all blanks: ddsElems e ds extname(elems) d array 10 overlay(dsElems:1) dim(4) c/exec SQL declare c cursor for select * from elems c/end-exec c/exec SQL open c c/end-exec c/exec SQL fetch next from c into :dsElems c/end-exec C array(2) dsply c/exec SQL close c c/end-exec C eval *inlr = *on But, if I change it thus, it works fine: ddsElems e ds extname(elems) d array s 10 dim(4) based(@) d @ s * inz(%addr(dsElems)) I see the second field of the first record. Bizarre. Joe
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.