Ims-db - Ims-DC Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Srinimf
S
Srinimf
Community Contributor
Quizzes Created: 6 | Total Attempts: 22,990
| Attempts: 7,055 | Mistoqsijiet: 20
Please wait...

Question 1 / 20
0 %
0/100
Score 0/100
1. What is record access sequence in IMS DB? Top to Bottom and Left to Right

Explanation

The record access sequence in IMS DB is indeed from top to bottom and left to right. This means that when accessing records in the database, IMS starts from the topmost record and moves downwards, and within each level, it moves from left to right. This sequence ensures that records are accessed in a systematic and organized manner, following a specific order.

Submit
Please wait...
About This Quiz
Ims-db - Ims-DC Quiz - Quiz

Personalize your quiz and earn a certificate with your name on it!
2. The imporatant Libraries in IMS test jcl are STEPLIB   DD  IMS.RESLIB  ==> Contains IMS modules PROCLIB   DD IMS.Proclib  ==> Contains all cataloged procedures SYSDUMP   DD  ==> dump dataset  DFSCTL  DD  ==> Contains Contains SETO/ SETR statement DFSSTAT  DD  ==> Dataset describing DB call IMS DD ==> IMS.PSBLib and IMS.DBD Lib

Explanation

The given answer is true because the libraries mentioned in the IMS test JCL are indeed important for the functioning of IMS. The STEPLIB DD statement specifies the library that contains IMS modules, the PROCLIB DD statement specifies the library that contains all cataloged procedures, the SYSDUMP DD statement is used for dump datasets, the DFSCTL DD statement contains SETO/SETR statements, the DFSSTAT DD statement describes DB calls, and the IMS DD statement specifies the IMS.PSBLib and IMS.DBDLib libraries. Therefore, all of these libraries are necessary for the successful execution of the IMS test JCL.

Submit
3. IMS-DC Uses four control blocks? DIF, MID, DOF, MOD

Explanation

IMS-DC (Information Management System - Data Communications) uses four control blocks: DIF (Data Interchange Format), MID (Message ID), DOF (Data Output Format), and MOD (Message Origin Descriptor). These control blocks are used for various purposes in IMS-DC, such as formatting and transmitting data, identifying and tracking messages, and providing information about the origin of messages. Therefore, the statement "IMS-DC uses four control blocks" is true.

Submit
4. What are the functions in DLI call specified?

Explanation

The functions in DLI call specified are Create, Replace, Update, and Delete. These functions allow for various operations to be performed on the data stored in DLI. "Create" is used to create new data, "Replace" is used to update existing data or replace it with new data, "Update" is used to modify existing data, and "Delete" is used to remove data from the DLI database. These functions provide flexibility and control over managing and manipulating data in DLI.

Submit
5. DBRC is stored in separate Address space. This will be invoked by IMS start procedure. What is the duty of DBRC?

Explanation

DBRC stands for Database Recovery Control. Its duty is to store database changes in a log for both batch and online operations. This log serves as a record of all modifications made to the database, allowing for recovery in the event of a failure or error. By storing the changes in a log, DBRC ensures that data integrity is maintained and provides a means to roll back or forward changes if necessary.

Submit
6. How many bytes Status code will take?

Explanation

The correct answer is 2 because a status code typically consists of a 2-byte value. This value is used to indicate the outcome of a request made to a server, such as whether the request was successful or encountered an error.

Submit
7. How many types of BMPs avaialable?

Explanation

The correct answer is 2 - Batch BMP and MPP. This means that there are two types of BMPs available, which are Batch BMP and MPP.

Submit
8. What are the functions of IMS database manager?

Explanation

The correct answer is "All of the above". The IMS database manager performs multiple functions, including creating a hierarchical model, informing IMSDM about the data model, and providing access to users. Additionally, the DBA (Database Administrator) is responsible for overseeing all of these functions. Therefore, all of the listed options are valid functions of the IMS database manager.

Submit
9. What are the four elements in DLI call?

Explanation

The four elements in DLI call are Function, PCB, SSA, and IO Area. These elements are essential components in a DLI (Data Language Interface) call, which is used to access and manipulate data in a database. The Function element determines the type of operation to be performed, the PCB (Program Control Block) contains information about the program and its execution, the SSA (System Services Area) contains the data to be accessed or modified, and the IO Area is used for input and output operations.

Submit
10. DBRC is set to on when?

Explanation

DBRC (Database Recovery Control) is set to "on" in both online and batch production environments. In online environments, DBRC is used to manage and control database recovery processes during online transactions. In batch production environments, DBRC is also utilized to ensure the integrity and recoverability of the database during batch processing jobs. Therefore, the correct answer is that DBRC is set to "on" in both online and batch production scenarios.

Submit
11. EXEC PGM=DFSCRC00                       Parm=(DLI,   ,    ,) What is the parameter in first space above?

Explanation

The parameter in the first space above is the program name. This is indicated by the "PGM=" statement at the beginning of the line, followed by the program name "DFSCRC00".

Submit
12. Through IMS-DB we can process online transactions?

Explanation

The statement is false because IMS-DB (Information Management System-Database) is a hierarchical database management system that is primarily used for batch processing, not for processing online transactions. Online transaction processing is typically done using relational database management systems (RDBMS) such as Oracle or MySQL. IMS-DB is designed for high-volume, batch processing of large amounts of data, making it more suitable for tasks such as generating reports or performing data analysis rather than processing online transactions.

Submit
13. What is Logical Record?

Explanation

A logical record refers to a portion or segment of a database record. It represents a specific set of data that is logically related and grouped together within a larger database record. This allows for efficient organization and retrieval of information within a database system. Unlike a physical record, which refers to the actual storage of data on a disk or other storage medium, a logical record is a conceptual representation of data that is structured and organized in a meaningful way. Therefore, the correct answer is "Part of the Database Record".

Submit
14. How to Trigger a transaction in IMS-DC?

Explanation

The correct answer is "/FOR EMPO". This is the correct syntax to trigger a transaction in IMS-DC. The "/FOR" statement is used to specify the transaction code, and "EMPO" is the transaction code in this case. By using this statement, the transaction with the code "EMPO" will be triggered in IMS-DC.

Submit
15. How many datasets are  created in HISAM?

Explanation

The correct answer is 2 because the question is asking about the number of datasets created in HISAM. The options provided are numerical values, and out of those options, 2 is the only value that represents the number of datasets.

Submit
16. Can we Delete records in GSAM files?

Explanation

GSAM files, also known as General Sequential Access Method files, are read-only files in the IBM mainframe environment. These files cannot be modified or deleted directly. Therefore, the correct answer is False.

Submit
17. What is Lock controller in IMSDB?

Explanation

The Lock controller in IMSDB refers to IRLM (Information Resource Lock Manager). IRLM is responsible for managing and controlling the locking and unlocking of resources in the database. It ensures that concurrent transactions do not interfere with each other and maintains data integrity by enforcing proper locking protocols. IRLM plays a crucial role in coordinating and facilitating access to shared resources in IMSDB.

Submit
18. We can do in HSAM databases ?

Explanation

In HSAM (Highly Scalable Analytical Processing) databases, we can perform various operations including insert, delete, and replace. However, the given options suggest the possible combinations of these operations. The correct answer "Insert" implies that we can perform the insert operation in HSAM databases.

Submit
19. ACB will be dynamically created in?

Explanation

ACB will be dynamically created in the DLI batch. This means that the creation of ACB will happen during the DLI batch, which could be a specific training program or course. It is not created online or in any other format, and it is not created in both DLI batch and online simultaneously.

Submit
20. What is the option for Exclusive Batch in IMS-DB?

Explanation

The option for Exclusive Batch in IMS-DB is DLI and DBB. DLI stands for Data Language Interface, which is used to access and manipulate IMS-DB data using high-level languages like COBOL and PL/I. DBB stands for Database Batch Backout, which is a utility used to recover from a failed batch job that has updated IMS databases. Together, DLI and DBB provide the exclusive batch processing capability in IMS-DB.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 11, 2012
    Quiz Created by
    Srinimf
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What is record access sequence in IMS DB? Top to Bottom and Left to...
The imporatant Libraries in IMS test jcl are...
IMS-DC Uses four control blocks? DIF, MID, DOF, MOD
What are the functions in DLI call specified?
DBRC is stored in separate Address space. This will be invoked by IMS...
How many bytes Status code will take?
How many types of BMPs avaialable?
What are the functions of IMS database manager?
What are the four elements in DLI call?
DBRC is set to on when?
EXEC PGM=DFSCRC00...
Through IMS-DB we can process online transactions?
What is Logical Record?
How to Trigger a transaction in IMS-DC?
How many datasets are  created in HISAM?
Can we Delete records in GSAM files?
What is Lock controller in IMSDB?
We can do in HSAM databases ?
ACB will be dynamically created in?
What is the option for Exclusive Batch in IMS-DB?
Alert!

Advertisement