0

mainframe Online Quiz - 92

Description: mainframe Online Quiz - 92
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0
  1. Request control table

  2. Resource control table

  3. Request control transaction

  4. Region control table


Correct Option: B
  1. job control table

  2. job control time

  3. Journal control table

  4. Joournal control time


Correct Option: C
  1. Data coverage table

  2. Destination coverage table

  3. Destination control table

  4. Data control table


Correct Option: C

Data in IDENTIFICATION-TABLE IDENT-ID IDENT-NAME IDENT-AGE ----------------------------- 1234 AAAA 23 2345 BBBB 13 3456 CCCC 25 4567 DDDD 15 5678 EEEE 20 READ IDENTIFICATION-TABLE BY SUPER-ID-NAME-AGE STARTING FROM '1235' THRu '3457' DISPLAY IDENT-ID IDENT-NAME IDENT-AGE LOOP How many number of records will be displayed in the output? * SUPER-ID-NAME-AGE comprises of all the above three fields in the mentioned order

  1. 0

  2. 1

  3. 2

  4. 3


Correct Option: C

Data in IDENTIFICATION-TABLE IDENT-ID IDENT-NAME IDENT-AGE ----------------------------- 1234 AAAA 23 2345 ACDB 13 3456 ADSB 25 4567 DADS 15 5678 EDSC 20 READ IDENTIFICATION-TABLE BY SUPER-NAME-ID-AGE STARTING FROM 'A' DISPLAY IDENT-ID IDENT-NAME IDENT-AGE LOOP How many number of records will be displayed in the output? * SUPER-NAME-ID-AGE comprises fields IDENT-NAME, IDENT-ID, & IDENT-AGE in the mentioned order.

  1. 3

  2. 4

  3. 5

  4. Program will terminate abnormally


Correct Option: C

An ADABAS database can be mapped with more than one DDM

  1. True

  2. False


Correct Option: A

DEFINE DATA LOCAL 01 IDENT VIEW OF IDENTIFICATION-TABLE 02 IDENT-NAME 02 IDENT-ID 02 IDENT-AGE 02 SUPER-ID-NAME-AGE END-DEFINE MOVE 1111 TO IDENT-ID MOVE 'ABCD' TO IDENT-NAME MOVE 23 TO IDENT-AGE STORE IDENT IN RECORD END What is the output of above program?

  1. Records will be stored successfully

  2. Program will run but records will not be stored

  3. Program will terminate abnormally

  4. Program will not allow to create an executable object


Correct Option: D

Data in IDENTIFICATION-TABLEIDENT-ID IDENT-NAME IDENT-AGE-----------------------------1234 AAAA 231234 ABCD 222345 ACDB 133456 ADSB 254567 DADS 155678 EDSC 20 FIND IDENTIFICATION-TABLE WITH SUPER-ID-NAME-AGE EQ '1234' DISPLAY IDENT-ID IDENT-NAME IDENT-AGELOOPHow many records will be displayed?

  1. 0

  2. 1

  3. 2

  4. 3


Correct Option: A

DEFINE DATA LOCAL 01 IDENT VIEW OF IDENTIFICATION-TABLE 02 IDENT-NAME 02 IDENT-ID 02 IDENT-AGE 02 SUPER-ID-NAME-AGE END-DEFINE MOVE 1111 TO IDENT-ID MOVE 'ABCD' TO IDENT-NAME MOVE 23 TO IDENT-AGE STORE IDENT IN RECORD END What is the output of above program?

  1. Records will be stored successfully

  2. Program will run but records will not be stored

  3. Program will terminate abnormally

  4. Program will not allow to create an executable object


Correct Option: D
- Hide questions