|
|
| Author |
Message |
abhilash g s
New User
Joined: 27 Apr 2007 Posts: 38 Location: bangalore
|
|
|
|
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 |
|
 |
References
|
Posted: Thu Nov 22, 2007 12:35 pm Post subject: Re: PL/I with IMS. |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2661 Location: italy
|
|
|
|
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 |
|
 |
abhilash g s
New User
Joined: 27 Apr 2007 Posts: 38 Location: bangalore
|
|
|
|
| Thanks a lot for your reply. |
|
| Back to top |
|
 |
donateeye
New User
Joined: 01 Jun 2007 Posts: 12 Location: chennai
|
|
|
|
| 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 |
|
 |
abhilash g s
New User
Joined: 27 Apr 2007 Posts: 38 Location: bangalore
|
|
| Back to top |
|
 |
Bitneuker
IMS Moderator
Joined: 07 Nov 2005 Posts: 1143 Location: The Netherlands at Hole 19
|
|
|
|
For the linkstep don't forget these:
| Code: |
//LKED.SYSIN DD *
INCLUDE IMS(DFSLI000)
ENTRY CEESTART
NAME progname(R)
|
|
|
| Back to top |
|
 |
donateeye
New User
Joined: 01 Jun 2007 Posts: 12 Location: chennai
|
|
|
|
| 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 |
|
 |
donateeye
New User
Joined: 01 Jun 2007 Posts: 12 Location: chennai
|
|
|
|
| thankyou very much abhilash........ that was useful to me |
|
| Back to top |
|
 |
abhilash g s
New User
Joined: 27 Apr 2007 Posts: 38 Location: bangalore
|
|
|
|
hi,
Were you able to compile the PL/I-IMS program successfully and run it?? |
|
| Back to top |
|
 |
|
|