|
Hi guys,
I think this will be the easiest solution, if you are on Release V5R2M0 or
higher.
D DSArray DS Dim(6) qualified
D Cost 20P 3
D Price 20P 3
D Index S 3U 0
/Free
DSArray(1).Cost = 12345;
DSArray(1).Price = 25;
For Index = 1 to %Elem(DSArray);
Dsply DSArray(Index).Cost;
Dsply DSArray(Index).Price;
EndFor;
/End-Free
Birgitta
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.