Tag: mainframe
Questions Related to mainframe
What is the DLI function code to restart a program ?
What is the last statement in a COBOL-IMS pgm?
WS-COUNT PIC 9 VALUE 1... PERFORM UNTIL WS-COUNT >= 2 DISPLAY WS-COUNT ADD +1 TO WS-COUNTEND-PERFORMWhat will be the output?