Hallo,

Habe in einem ILE RPG zwei feldgruppen
die zur Laufzeit gefüllt werden

d trm5 s 3a dim(50)
d anz5 s 4s 0 dim(50)
..
c P5coli lookup trm5(i) 55
c if *in55 = *on
c eval anz5(i) = anz5(i) + P5anps
c else
c *blanks lookup trm5(i) 55
c eval trm5(i) = P5coli
c eval anz5(i) = P5anps
c endif

ich möchte die erste Feldgruppe mit SORTA sortiern und dabei soll die zweite mit sortiert werden.
Was muß ich in der D bestimmung noch tun um dies zu erreichen?

Danke im Voraus
Gruss
DD3TJ
Thibaut Foucart