- IMS DB Basics Tutorial
- 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 Useful Resources
- IMS DB - Questions And Answers
- IMS DB - Quick Guide
- IMS DB - Useful Resources
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
Q 1 - What does DLI stands for?
Answer : A
Explanation
DLI stands for Data Language Interface.
Q 2 - What does PSBGEN stands for?
A - Program System Block Generator
B - Program Specification Block Generator
Answer : B
Explanation
PSBGEN stands for Program Specification Block Generator.
Q 3 - Which function is used to get a unique record for update purpose?
Answer : B
Explanation
'GHU' code is used for Get Hold Unique. Hold function specifies that we are going to update the segment after retrieval. The Get Hold Unique function corresponds to the Get Unique call.
Q 4 - In PCB which field tells what kind of processing the program is authorized to do on the database?
Answer : C
Explanation
Proc options are known as processing options which contain four-character data fields. A Processing Option field indicates what kind of processing the program is authorized to do on the database.
Q 5 - In PCB which field stores the area for its own internal linkage related to an application program?
Answer : D
Explanation
Reserved DL/I is known as the reserved area of the IMS. It stores four bytes binary data. IMS uses this area for its own internal linkage related to an application program.
Q 6 - Where do we code command code in a qualified SSA?
Answer : A
Explanation
Command code is coded at the tenth position.
Answer : A
Explanation
Maximum number of fields per database are 1000.
Q 8 - When we issue a GU or GN call, the DL/I establishes its parentage at the lowest level segment that is retrieved. If we include a P command code, then the DL/I establishes its parentage at a higher level segment in the hierarchical path. State whether true or false?
Answer : B
Explanation
This is self explanatory.
Q 9 - Logical twins are the occurrences of a logical child segment type that are all subordinate to a single occurrence of the logical parent segment type. State whether true or false?
Answer : B
Explanation
This is self explanatory.
Q 10 - Which of them is a processing mode in IMS DB?
Answer : D
Explanation
All these are the processing modes which are available in IMS DB.