IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Difference between DLI and BMP call


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
swapnadeep.ganguly

Active User


Joined: 21 Mar 2007
Posts: 203
Location: India

PostPosted: Mon Jun 04, 2007 6:06 pm
Reply with quote

In a program with COBOL, Db2 and IMS, we generally comes across two types of calls. They are DLI and BMP. I want to know what's the main difference between the two.

Code:
PS020    EXEC PGM=DFSRRC00,                                   
             REGION=4M,                                       
             PARM=(DLI,DSNMTV01,FJ93A,,,,,&CKPT030,,,,,,&DBRC)


The above one was for a DLI call. The example for a BMP call is written under:

Code:
PS00010  EXEC PGM=DFSRRC00,REGION=2048K,         
         PARM=(BMP,FJ809,FJ809,,,0000,,0,&CKPTID,   
                     0,,,,&ENV3,&ENV3.BMP,&DB2SYS) 
                                                                                             
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Tue Jun 05, 2007 7:56 am
Reply with quote

Please refer to link: ibmmainframes.com/viewtopic.php?t=16767

Please move this post to IMS forum.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Jun 06, 2007 1:46 am
Reply with quote

Devzee wrote:
Please refer to link: ibmmainframes.com/viewtopic.php?t=16767

Please move this post to IMS forum.


icon_wink.gif
Back to top
View user's profile Send private message
swapnadeep.ganguly

Active User


Joined: 21 Mar 2007
Posts: 203
Location: India

PostPosted: Wed Jun 06, 2007 8:57 am
Reply with quote

Thanks to all of you...

One more concern can you kindly tell me how to move the forum...

Sorry to disturb you like this again..
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Jun 06, 2007 3:09 pm
Reply with quote

No problem icon_wink.gif Has been moved by moderators; you can't.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Call program, directly from panel CLIST & REXX 9
No new posts Timestamp difference and its average ... DB2 11
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts Batch call online program, EXCI task ... CICS 3
Search our Forums:

Back to Top