View previous topic :: View next topic |
Author |
Message |
sindhu Beginner
Joined: 28 Oct 2003 Posts: 20 Topics: 12
|
Posted: Thu Aug 18, 2005 4:35 am Post subject: IMS PLI Catalog procedure |
|
|
When i compile,linkedit and run anIMSPLI program,it is showing that
the program IEL1AA in the catalog procedure is not found.
Can you suggest me the proper solution? |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Thu Aug 18, 2005 7:44 am Post subject: |
|
|
Sindhu,
Are you using PLI/VSE compiler? If you are refering to PLI/MVS then you should be using the following
Code: |
Compile only (IBMZC)
Compile and bind (IBMZCB)
Compile, bind, and run (IBMZCBG)
Compile, prelink, and link-edit (IBMZCPL)
Compile, prelink, link-edit, and run (IBMZCPLG)
Compile, prelink, load and run (IBMZCPG)
|
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
sindhu Beginner
Joined: 28 Oct 2003 Posts: 20 Topics: 12
|
Posted: Fri Aug 19, 2005 5:35 am Post subject: |
|
|
hi
Thank you very much.
Can i get a sample catalog procedure for IMSPLI program ( compile,linkedit,run)?
for pli/vse |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
sindhu Beginner
Joined: 28 Oct 2003 Posts: 20 Topics: 12
|
Posted: Fri Aug 19, 2005 6:14 am Post subject: |
|
|
Hi
Thank you.
sindhu |
|
Back to top |
|
|
|
|