Tag: mainframe
Questions Related to mainframe
Take a look at the following PL/I program. Assume A, B, C, ... being PL/I instructions. In which order will they be executed?MYPROG : PROCEDURE OPTIONS (MAIN);
In the Procedure Division of a COBOL program, which of the following is Optional?