0

mainframe Online Quiz - 106

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

The function calls used for reposition the dataset at the time of restart are

  1. XRST and INIT

  2. CHKP and INIT

  3. CHKP and XRST

  4. RST and INIT


Correct Option: C
  1. (NEW,CATLG,CATLG)

  2. (NEW,DELETE,DELETE)

  3. (NEW,CATLG,DELETE)

  4. (OLD,CATLG,UNCATLG)


Correct Option: B
  1. Timestamp mismatch

  2. Authorization failure

  3. Deadlock, rollback done

  4. Deadlock or time-out


Correct Option: C

FSET sets the MDT value to?

  1. 1

  2. -1

  3. 0

  4. random value


Correct Option: A
  1. Local Queue

  2. Initiation Queue

  3. Transmission Queue

  4. Channel Queue


Correct Option: D
  1. Automatic Transaction Initiation

  2. Automatic Task Initiation

  3. Automatic Transaction Identifier

  4. Automatic Task Identifier


Correct Option: B

How many subscripts or indexes are allowed for an OCCURS clause?

  1. 4

  2. 5

  3. 6

  4. 7


Correct Option: A

Indicate which of the following is true about the 88 level entry.

  1. It is used for individual data item in working-storage section.

  2. It is used for items with rename clause

  3. It is used for a data item which redefines another data item.

  4. It is used for a condition name which can have either a true or false


Correct Option: D
  1. IF A NOT = 1 OR 2 OR 3 MOVE A TO B.

  2. IF NOT A = 1 AND 2 AND 3 MOVE A TO B.

  3. IF A NOT = 1 AND 2 AND 3 MOVE A TO B.

  4. IF A NOT = 1 OR A NOT = 2 OR A NOT = 3 MOVE A TO B.


Correct Option: C

Determine the total number of bytes in the following 01 REC-1. 02 FIRST-GROUP. 03 A1 PIC X(4). 03 A2 PIC 99. 02 REDEFINES FIRST-GROUP. 03 A3 PIC 999. 03 A4 PIC 999. 02 THIRD-GROUP. 03 A5 OCCURS 5 TIMES PIC 99.

  1. 22

  2. 16

  3. 12

  4. 14


Correct Option: B
  1. Redefines Clause

  2. Renames Clause

  3. Elementary Level Items

  4. Condition Names.


Correct Option: B
  1. Alpha-numeric (X), alphabetic (A) and numeric(9).

  2. Alpha-numeric (X) and numeric(9).

  3. Alpha-numeric (X), alphabetic (A), String (S) and numeric(9)

  4. None of the above


Correct Option: A
- Hide questions