Interview Questions

What is PIC 9.99 Indicates?

COBOL Interview Questions


(Continued from previous question...)

What is PIC 9.99 Indicates?

PICTURE 9v99 is a three position Numberic field with an impied or assumed decimal point after the first position. the v means an implied decimal point. you use accept varible name ( one accept will read one row). another way.
2) in jcl using parm statement ex: in exec statement parm='john', 'david' in cobol pgm u have to code linkage section in that for first value you code length variable and variable name say, abc pic x(4). it will take john inside to read next value you have to code another variable in the same way above mentioned.

(Continued on next question...)

Other Interview Questions