Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

REPORT ZP6.

PARAMETERS : P_X TYPE i DEFAULT 10 OBLIGATORY,


P_Y TYPE i DEFAULT 20 OBLIGATORY,
*PARAMETERS P_STR TYPE string.
P_STR TYPE string LOWER CASE.

DATA V_Z TYPE I.

V_Z = P_X + P_Y.

WRITE : /'SUM OF TWO NOs IS',V_Z LEFT-JUSTIFIED.


WRITE : /'ENTERED STRING IS',P_STR.

You might also like