0

mainframe Online Quiz - 99

Description: mainframe Online Quiz - 99
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0
  1. McFunSoft Video Solution

  2. Multiple Video System

  3. Multiple Virtual Storage

  4. Multiple Virtual Subsystem


Correct Option: C
  1. Customer Information Control System

  2. Control Information Customer System

  3. Control Index Cache System

  4. Control Index Cache Subsystem


Correct Option: A

DEFINE DATALOCAL01 #A (N2)END-DEFINERESET #AREPEAT UNTIL #A > 99 ADD 1 TO #AEND-REPEATENDWhat is the output of the above program?

  1. Displays from 1 to 99 and program ends normally

  2. displays from 1 to 100 and program ends normally

  3. Program will terminate abnormally without displaying anything

  4. displays till 99 and program will terminate abnormally


Correct Option: D

Requirement is to read all the distinct values of following fields from a table called 'IDENTIFICATION-TABLE'. Fields need to be extracted are 1) IDENT-ID 2) IDENT-NAME 3) IDENT-AGE Super to be used for this requirement is SUPER-ID-NAME-AGE (combination of above fields). Which statement will be used to read the data efficiently from IDENTIFICATION-TABLE?

  1. Read Statement

  2. Find Statement

  3. Histogram Statement

  4. Get Statement


Correct Option: C

What should be CA size for below specification of primary and secondary space allocation?

  1. 1 cylinder

  2. 5 cylinder

  3. 10 cylinder

  4. 50 cylinder


Correct Option: A
  1. Sequence Set = 3, Index Set = 1

  2. Sequence Set = 3, Index Set = 3

  3. Sequence Set = 2, Index Set = 1

  4. Sequence Set = 2, Index Set = 3


Correct Option: C
  1. 8965632

  2. 318689280

  3. 401231439

  4. No embedded space


Correct Option: A

Which of the following conditions suggest REORG of a VSAM file?

  1. compressed index key present in the INDEX record

  2. Average index key length is grater than 8

  3. High Embedded Freespace

  4. Extended upto 3 extent

  5. Low HIARBA


Correct Option: A,B,C,D

DEFINE DATALOCAL01 #A (A15)01 #POS (N2)END-DEFINEMOVE '123BDBEBDABFBBB' TO #AEXAMINE #A FOR 'B' REPLACE FIRST 'K' GIVING POSITION #POS WRITE '=' #A '=' #POSENDWhat is the value of #A and #POS?

  1. #A: 123KDBEBDABFBBB #POS: 4

  2. #A: 123KDBEBDABFBBB #POS: 7

  3. #A: 123KDKEKDAKFKKK #POS: 7

  4. #A: 123KDKEKDAKFKKK #POS: 4


Correct Option: A
  1. Natural Functions

  2. Conditions

  3. Values of a variable

  4. No such statement in Natural


Correct Option: B
- Hide questions