Description: Divides factor 1 by factor 2 and stores the quotient in the result field.
Legacy RPG400 Example:
C Numerator DIV Denominator Quotient
C DIV 10 Avg 50
C DIV 10 Avg 50
Modern RPGLE Example:
dcl-s Avg packed(5:0);
Avg = 10 / 2;
From AS400 to iSeries to System i to IBM i on Power
Description: Divides factor 1 by factor 2 and stores the quotient in the result field.
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.