Difference between BMP and DLI.

RDBMS from IBM and IBM's Hierarchical DBMS and Transaction Manager (IMS DC).
Post Reply
Girish Rangwani
New Member
Posts: 5
Joined: Wed Jun 04, 2014 3:03 pm

Difference between BMP and DLI.

Post by Girish Rangwani »

HI,

What is the difference between BMP and DLI? Please explain me as a programmer. I search and read about it and got soem pints such as, DL/I corresponds to batch IMS database. And if I need to access online IMS database in batch process, then you have to use BMP. Is this fine and are the only difference? Please help.
User avatar
Anuj Dhawan
Founder
Posts: 2802
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: Difference between BMP and DLI.

Post by Anuj Dhawan »

From programming point of view, there is no difference in programming the application. Your shop may have an application program running as BMP at one time and as a DLI job at another.

By definition -- a BMP program is batch processing program, in IMS, that has access to online databases and message queues. BMPs run online, but like programs in a batch environment, they are started with a JCL. BMPs are dependent on the IMS master region to be running. If DL/1 online databases are used they need not be allocated to the job, they are accessed through the IMS region, and they need to be online.

A DLI program runs only when the databases are NOT available online. At most of the shops, IMS databases are "offline" in the evening to allow batch DLI programs to run. The databases are then brought back "online" in the morning. DLI jobs establishes the IMS environment locally, so they are not dependent on the master region running.

Hope this helps.
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “IBM DB2 and IMS DB/DC”