|
|
| Author |
Message |
rahul_desai29
New User
Joined: 15 Mar 2006 Posts: 10 Location: fl;jds
|
|
|
|
hi,folks
there are some programs(db2),how u going to pick particular program from a plan? |
|
| Back to top |
|
 |
References
|
Posted: Mon Apr 10, 2006 11:40 am Post subject: Re: #3 how program is picked from plan in db2-cobol program |
 |
|
|
 |
prakash271082
Active User
Joined: 09 Sep 2005 Posts: 61
|
|
|
|
Hi,
I couldn'y get the exact picture of your requirement. I assume this would fulfil your's, if not please let us know what do you mean exactly ?
You could use,
RUN PROGRAM NAME(XXXX) PLAN(XXXX) DSN(XXXX)
....................
....................
A plan can have more than one program's name in it. So to invoke a particular program, you use the above syntax.
If that particular program is not found in that plan, it would result in -805 ( Program name not found in plan error).
Hope this helps........... |
|
| Back to top |
|
 |
|
|