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

PL/I with IMS.


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

New User


Joined: 27 Apr 2007
Posts: 37
Location: bangalore

PostPosted: Thu Nov 22, 2007 12:35 pm
Reply with quote

Hi All,

I am making use of IMS DB Calls i my PL/I program, so is der any difference writting the jcl(compilation and runjcl) for the above said program?

Thanks.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Nov 22, 2007 1:12 pm
Reply with quote

You asked twice the same question...
Ask Your support for the procedure to be used for IMS related compilations

as a general hint,
the linkage editor step must have available the library containing
the proper IMS interface stub ( PLITDLI, if I remember correctly )
Back to top
View user's profile Send private message
abhilash g s

New User


Joined: 27 Apr 2007
Posts: 37
Location: bangalore

PostPosted: Thu Nov 22, 2007 2:01 pm
Reply with quote

Thanks a lot for your reply.
Back to top
View user's profile Send private message
donateeye
Warnings : 2

New User


Joined: 01 Jun 2007
Posts: 62
Location: chennai

PostPosted: Sat Nov 24, 2007 9:49 pm
Reply with quote

Grateful if anyone could help me in getting a manual or a learning material for IMS application programming which has examples and statements in PL/1 programing. I am having IMS with COBOL statements..... please help
Back to top
View user's profile Send private message
abhilash g s

New User


Joined: 27 Apr 2007
Posts: 37
Location: bangalore

PostPosted: Mon Nov 26, 2007 9:54 am
Reply with quote

Hi,


There is Sample program, in the url posted below.
publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.ims9.doc.apdb/xf5d27.htm


Thank you,
____________
Abhilash G S
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: Mon Nov 26, 2007 6:01 pm
Reply with quote

For the linkstep don't forget these:

Code:

//LKED.SYSIN DD *             
   INCLUDE IMS(DFSLI000)     
   ENTRY CEESTART             
   NAME progname(R)             

Back to top
View user's profile Send private message
donateeye
Warnings : 2

New User


Joined: 01 Jun 2007
Posts: 62
Location: chennai

PostPosted: Tue Nov 27, 2007 6:48 pm
Reply with quote

Grateful if anyone could help me in getting a manual or a learning material for IMS application programming which has examples and statements in PL/1 programing. I am having IMS with COBOL statements..... please help
Back to top
View user's profile Send private message
donateeye
Warnings : 2

New User


Joined: 01 Jun 2007
Posts: 62
Location: chennai

PostPosted: Tue Nov 27, 2007 6:58 pm
Reply with quote

thankyou very much abhilash........ that was useful to me
Back to top
View user's profile Send private message
abhilash g s

New User


Joined: 27 Apr 2007
Posts: 37
Location: bangalore

PostPosted: Fri Dec 07, 2007 12:46 pm
Reply with quote

hi,

Were you able to compile the PL/I-IMS program successfully and run it??
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

 


Search our Forums:

Back to Top