Can u print decimals in type N? What is difference between float and packed data type?
Ans No, we cannot print decimals in type N because decimal places are not permitted with N data type. Float Data Type: It cannot be declared in Parameters. Packed Number: It can be declared in Parameters. For e.g. PARAMETERS : A(4) TYPE P DECIMALS 2, B(4) TYPE P DECIMALS 2. DATA : C(4) TYPE P DECIMALS 2. C = A + B. WRITE : / THE SUM IS , C.
Related Questions
- How many registers are there for each data type (bit, word, long, float), and how are the LONG and REAL data types referenced?
- What is the difference between a float abstract data type and a double abstract data type?
- Can u print decimals in type N? What is difference between float and packed data type?