0

mainframe Online Quiz - 55

Description: mainframe Online Quiz - 55
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0
  1. As the (0) generation

  2. As the (+1) generation

  3. As the (-1) generation

  4. Without the generation number


Correct Option: B

What is the last statement in a COBOL-IMS pgm?

  1. STOP RUN

  2. EXIT

  3. STOP

  4. GO BACK


Correct Option: D

What are the status codes returned: a) If the IMS database is offline b) Program Attempt to insert a segment with a duplicate key

  1. AJ, FW

  2. DJ, FH

  3. FH, II

  4. II, FH


Correct Option: C

What is the function code for condition checkpoint call?

  1. FCHK

  2. CHK

  3. CCHK

  4. CHKK


Correct Option: C

WS-XYZ PIC S9(5) USAGE COMP-3. How many bytes will this occupy?

  1. 2

  2. 3

  3. 4

  4. 5


Correct Option: B

01 WS-CHECK PIC X 88 TCS VALUE Y . . . MOVE 'T' TO WS-CHECK IF TCS DISPLAY 'T' ELSE DISPLAY 'X' END-IF What will be the output?

  1. X

  2. Y

  3. T

  4. S


Correct Option: A
  1. Always static

  2. Always dynamic

  3. Depends on compiler option

  4. Neither static nor dynamic


Correct Option: C

Maximum number of Job Steps (EXEC) allowed in a Job

  1. 122

  2. 255

  3. 254

  4. Unlimited


Correct Option: B

Maximum number of characters that can be passed to a COBOL program throug PARM?

  1. No Limit

  2. 255

  3. 100

  4. 150


Correct Option: C

What is the maximum number of in-stream PROCs allowed in a JCL?

  1. 13

  2. 14

  3. 15

  4. 16


Correct Option: C

What is the maximum number of statements allowed in one PROC?

  1. 1024

  2. 512

  3. 255

  4. No Limit


Correct Option: C
- Hide questions