- IMS DB - Home
- IMS DB - Overview
- IMS DB - Structure
- IMS DB - DL/I Terminology
- IMS DB - DL/I Processing
- IMS DB - Control Blocks
- IMS DB - Programming
- IMS DB - Cobol Basics
- IMS DB - DL/I Functions
- IMS DB - PCB Mask
- IMS DB - SSA
- IMS DB - Data Retrieval
- IMS DB - Data Manipulation
- IMS DB - Secondary Indexing
- IMS DB - Logical Database
- IMS DB - Recovery
IMS DB Online Quiz
Following quiz provides Multiple Choice Questions (MCQs) related to IMS DB Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.
Answer : D
Explanation
A DL/I database can have 255 different segment types and 15 levels of hierarchy.
Q 2 - For FIELD macro statement in DBDGEN, what does TYPE=X parameter specifies?
Answer : B
Explanation
TYPE=X specifies Hexadecimal data type for the field which we have declared.
Q 3 - Which is used to pass the control back to the IMS control program?
Answer : B
Explanation
GOBACK is used to pass the control back to the IMS control program.
Q 4 - Which function is used in CICS programs in the IMS DL/I database?
Answer : C
Explanation
PCB function is used in CICS programs in the IMS DL/I database.
Answer : A
Explanation
SSA stands for Segment Search Arguments.
Answer : A
Explanation
To use command codes, specify an asterisk in the 9th position of the SSA and for concatenated key we code C at 10th position.
Q 7 - The function of transaction manager is to provide a communication platform between the database and the application programs. IMS acts as a transaction manager. State whether true or false?
Answer : B
Explanation
This is self explanatory.
Q 8 - It is not possible for a program to maintain multiple positions in a database using a single PCB. State whether true or false?
Answer : A
Explanation
This statement is incorrect as a program can maintain multiple positions in a database using a single PCB.
Q 9 - When an AND (* or &) operator is used with secondary indexes, it is known as a dependent AND operator. State whether true or false?
Answer : B
Explanation
This is self explanatory.
Q 10 - What does BMP stands for?
Answer : A
Explanation
BMP stands for Batch Message Processing.