pl1 ROUND function for negative precision
In pl1 ROUND(expression1, expression2) function, if expression2 is negative how does rounding happen?
For VALC=ROUND(17.126,-1) , what would be the result?
hex representation of char string in PL/1
In PL/1 , ‘C1C2C3’X is the hexadecimal representation of the character string ‘ABC’.
Is this correct? If yes, how is this arrived at?