Hi all,
The output of the following program is 1.
***************************************************
DATA: pack TYPE p DECIMALS 0.
pack = 1 / 3 * 3.
WRITE pack.
***************************************************
Please explain me the logic.
Regards,
Lakshmanan