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

How can a job send a status message to a TSO user at the completion of a job ?

  1. STATUS

  2. NOTIFY

  3. ENDMSG

  4. USER


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

WS-COUNT PIC 9 VALUE 1... PERFORM UNTIL WS-COUNT >= 2 DISPLAY WS-COUNT ADD +1 TO WS-COUNTEND-PERFORMWhat will be the output?

  1. 9

  2. 2

  3. 1

  4. 1, 2


Correct Option: C

CALL 'PGMA' USING WS-XYX. Is this a static call or dynamic call?

  1. Always static

  2. Always dynamic

  3. Depends on compiler option

  4. Neither static nor dynamic


Correct Option: C

Maximum numb of DD statements allowed in a JOB

  1. 3273

  2. 3237

  3. 1024

  4. No limit


Correct Option: A

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
- Hide questions