Description: Sums all elements of an array and stores in result.
Legacy RPG400 Example:
C XFOOT ArrayName Sum
Modern RPGLE Example:
dcl-s Sum packed(10:2);
Sum = %xfoot(ArrayName);
From AS400 to iSeries to System i to IBM i on Power
Description: Sums all elements of an array and stores in result.
Legacy RPG400 Example:
Modern RPGLE Example:
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.