Description: Zeros the result field and adds factor 1 to it (equivalent to move with add).
Legacy RPG400 Example:
C Z-ADD 100 Amount 50
Modern RPGLE Example:
dcl-s Amount packed(5:0);
Amount = 100;
From AS400 to iSeries to System i to IBM i on Power
Description: Zeros the result field and adds factor 1 to it (equivalent to move with add).
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.