0

mainframe Online Quiz - 14

Description: mainframe Online Quiz - 14
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0

TCT stands for –

  1. Task control table

  2. Transient control table

  3. Terminal Control Table

  4. Transaction control Table


Correct Option: C

Program Control Program is associated with

  1. Processing Program Table

  2. Program Control Table

  3. Task control table

  4. File control table


Correct Option: A

In which Programs, application Will wait for user response instead of serving the other users in that Wait-time ?

  1. Non-Psuedo Conversational program

  2. Psuedo Conversational

  3. Reentrant program

  4. Quasi-reentrant program


Correct Option: A
  1. Execution Interface Block

  2. Error Interface block

  3. External Interval block

  4. Exit interface block


Correct Option: A
  1. Symbolic map

  2. Static map

  3. Physical map

  4. Dynamic Map


Correct Option: A,C

A group of Maps link-edited together is called a

  1. BMS

  2. Mapset

  3. Dataset

  4. Fieldset


Correct Option: B

DFHMDI macro is used to

  1. Defines each Map Set

  2. Defines each Map

  3. Defines each Field

  4. Defines each Data


Correct Option: B

How many bytes will be used to store data internally for a variable defined as PIC S9(8)V99 Comp-3?

  1. 10

  2. 6

  3. 5

  4. 11


Correct Option: B

How many number of bytes will be utilized in the below group variable EMP-RECORD? 01 EMP-RECORD. 02 EMP-DATA1. 03 EMP-NAME PIC X(10). 03 EMP-SAL PIC 9(04). 02 EMP-DATA2 REDEFINES EMP-DATA1. 03 EMP-N1 PIC X(12). 03 EMP-N2 PIC 9(02). 02 EMP-DATA3. 03 EPT1 PIC X(02). 03 DEPT2 PIC X(02).

  1. 14

  2. 16

  3. 18

  4. 32


Correct Option: C

MAIN-PARA. MOVE 10 TO WS-CTR PERFORM PARA-1 WS-CTR TIMES END-PERFORM. PARA-1. MOVE 20 TO WS-CTR. How many times the PARA-1 will be performed when the above code is executed?

  1. 10

  2. 20

  3. 1

  4. None


Correct Option: A
  1. Contents of A will be moved to B

  2. Contents of B will be moved to A

  3. Statement will give an error

  4. None


Correct Option: B
  1. The media/resource that is assigned to SYSPRINT DD name in JCL

  2. The media/resource that is assigned to SYSOUT DD name in JCL

  3. Always prints on Spool Screen

  4. Always prints on Printer


Correct Option: B
- Hide questions