| View previous topic :: View next topic |
| Author |
Message |
kishorebodipati Beginner

Joined: 08 Apr 2004 Posts: 15 Topics: 9 Location: Chennai
|
Posted: Wed Jul 21, 2004 11:31 pm Post subject: ims cobol db2 compilation process! |
|
|
Hi,
Any ony can explain me about the compilation process of ims db, cobol and db2 program .
Thanks & Regards,
Kishore. |
|
| Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12399 Topics: 75 Location: San Jose
|
Posted: Thu Jul 22, 2004 4:27 am Post subject: |
|
|
kishorebodipati,
The compile JCL varies from shop to shop. The standard procedure is to pre-compile,compile,link edit, and bind.The only difference when using IMS is you need to link edit with DB2 IMS language interface module (DFSLI000). Also, the IMS RESLIB must precede the SDSNLOAD ibrary in the link list, JOBLIB, or STEPLIB concatenations
The IMS reslib and SDSNLOAD Library naming conventions vary from shop to shop.
Check this link
Developing COBOL programs
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
| Back to top |
|
 |
kishorebodipati Beginner

Joined: 08 Apr 2004 Posts: 15 Topics: 9 Location: Chennai
|
Posted: Thu Jul 22, 2004 6:20 am Post subject: |
|
|
Kolusu Thanks for your continuous support.
Regards,
Kishore. |
|
| Back to top |
|
 |
|
|
|