COBOL GO TO DEPENDING ON

The following COBOL program depicts the use of         01 PARA-NUM PIC 9 VALUE ZEROS.              DISPLAY ‘PARA NAME IS  10000-FIRST-PARA’              DISPLAY ‘PARA NAME IS  20000-FIRST-PARA’.              DISPLAY ‘PARA NAME IS  25000-SECOND-PARA’.              DISPLAY ‘PARA NAME IS  30000-THIRD-PARA’ The output of the program is  PARA NAME IS  25000-SECOND-PARA                                                                                           PARA NAME IS  30000-THIRD-PARA