Tag: mainframe

Questions Related to mainframe

  1. STOP RUN is the last executable statement of the main program. It returns control back to OS.

  2. EXIT PROGRAM is the last executable statement of sub-program. It returns control back to main program.

  3. GOBACK can be coded in main program as well as sub-program as the last statement. It just gives the control back from where it received the control.

  4. None of the above.


Correct Option: A,B,C
  1. CLASS

  2. TYPRUN

  3. PRTY

  4. TYPERUN


Correct Option: D
  1. JOB Statement

  2. EXEC Statement

  3. NONE

  4. Both JOB and EXEC statement


Correct Option: D