×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




Hi Marco,

Just wanted to thank you.  We were missing the last three PTFs: SI09350, 
SI09029, SI08836 (NOTE: SI09350 supersedes SI09029 and
SI08836).  We've now installed them and, after a quick recompile, my problem is 
corrected.

Thanks,
Seth

--Marco Facchinetti wrote:--
> Hi Seth, the code is running as expectet on my Iseries.
> This is the PTF list for WDS actually installed on my
> Iseries:
> ID
> PTF
> SI09350
> SI09029
> SI08836
> SI08520
> SI08368
> SI08199
> SI07461
> SI07183
> SI07055
> SI06981
> SI06885
> SI06741
> SI06740
> SI06583
> SI06536
> SI06369
> SI06145
> SI05992
> SI05894
> SI05841
> SI05810
> SI05793
> SI05773
> SI05573
> SI05476
> SI05388
> SI05171
> SI05159
> SI05083
> SI05033
> SI05006
> SI04892
> SI04762
> SI04478
> SI04474
> SI04455
> SI04451
> SI04440
> SI04391
> SI03476
> SI00011
> SI00009
>
> HTH
> Marco
>  --- Seth.D.Shields@xxxxxxxx wrote:
> > Hi all,
> >
> > I believe I have found a problem with the new Array Data
> > Structures in v5r2 and wanted to know if anyone else has
> > run across this
> > yet.
> >
> > ** code snippet **
> >
> > D parentList      ds                  dim(100) qualified
> > D   item                        15a
> > D   qty                          9p 0
> >
> > D childList       ds                  dim(100) qualified
> > D   item                        15a
> > D   qty                          9p 0
> >
> >  /free
> >
> >   clear parentList;
> >   parentList(1).item = stPrdI;
> >   parentList(1).qty  = stPlgQ;
> >
> >   clear childList;
> >
> >  /end-free
> >
> > When I follow this in the debugger, here is what happens.
> >  The first three lines work as expected by initializing
> > all elements in
> > parentList and assigning values to element 1.  The second
> > clear operation initializes all elements of childList but
> > it also sets
> > element 1 of parentList back to blanks and zeros.



As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 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.