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

What is role of DLITPLI entry in the IMS PLI program


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

New User


Joined: 31 Jan 2007
Posts: 56
Location: banglore

PostPosted: Thu Feb 08, 2007 12:15 pm
Reply with quote

hi,
can anyone tell me what is role of DLITPLI entry in the IMS PLI program

if my program name is SN0200 shall i start that program with the
entry SN0200 or DLITPLI entry

SN0200: PROC($PCB0,$PCB1,$PCB2,$PCB3) OPTIONS (MAIN) REORDER;
or
DLITPLI: PROC($PCB0,$PCB1,$PCB2,$PCB3) OPTIONS (MAIN) REORDER;
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Thu Feb 08, 2007 12:42 pm
Reply with quote

DLITPLI - This is the ENTRY statement (first statement executed)
DLITPLI will transfer control to your program
DLI is the main program and PL1 program acts as subprogram.

Regarding your query of SNO200 program, please refer to below post which has the full source code for SNo200 program.
www.ibmmainframes.com/viewtopic.php?t=17783
Back to top
View user's profile Send private message
krishna_mf

New User


Joined: 31 Jan 2007
Posts: 56
Location: banglore

PostPosted: Thu Feb 08, 2007 12:52 pm
Reply with quote

thanks

shall i write the DLITPLI program and call sn0200 from there?
or
can i directly compile the Sn0200 as main program?

is the entry DLITPLI must for IMS PLI program?
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Thu Feb 08, 2007 1:01 pm
Reply with quote

You CANNOT code DLITPLI source program, this is the standard DLI interface program for IMS.

ENTRY DLITPLI can be coded in any IMS program if you want to call the DLI interface.

I would suggest you to read IMS DB book.
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 Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top