0

mainframe Online Quiz - 136

Description: mainframe Online Quiz - 136
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0
  1. SELECT FROM(IN) TO(OUT1) ON(5,4,ZD) FIRSTDUP USING(CTL1)

  2. SELECT FROMFILE(IN) TOFILE(OUT1) ON(5,4,ZD) FIRSTDUP USING(CTL1)

  3. SELECT file1(IN) file2(OUT1) ON(5,4,ZD) FIRSTDUP USING(CTL1)

  4. None of the above


Correct Option: A
  1. None of the Below

  2. SUBSET IN1 TO OUT1

  3. SUBSET FROM(IN1) OF(OUT1)

  4. SUBSET FROM(IN1) TO(OUT1)


Correct Option: A
  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

COND is a parameter of

  1. JOB Statement

  2. EXEC Statement

  3. NONE

  4. Both JOB and EXEC statement


Correct Option: D
  1. Cylinder

  2. Block

  3. Track

  4. Area


Correct Option: A,B,C
  1. Data Conditional Block

  2. Device Control Block

  3. Data Control Block

  4. Device Conditional Block


Correct Option: C
  1. //PEND

  2. //

  3. //END

  4. //(Procedure name) END


Correct Option: A
- Hide questions