A PL/I programmer wants to display a number in his/her program. Which of the following variables is suited for doing this ? +123.45 (we assume the decimal sign is ‘.’)
PIC ‘(5)9’
PIC ‘S(3)9V.99’
PIC ‘S999.99’
PIC ‘999V99’