COBOL PERFORM TIMES

The following COBOL program depicts the use of         01 WS-SUB   PIC 9  VALUE ZEROS.              PERFORM 20000-FIRST-PARA 5 TIMES              DISPLAY ‘PARA NAME IS  10000-FIRST-PARA’              DISPLAY ‘VALUE OF WS-SUB IS = ‘ WS-SUB. The ouput of the above sample program is as below. PARA NAME IS  10000-FIRST-PARA                                                                                            Note:- Instead of number before TIMES you can use a variable which will hold the