|
|
| Author |
Message |
srvk_2k2
New User
Joined: 07 May 2008 Posts: 21 Location: Chennai
|
|
|
|
Hi,
I have a COBOL load module in LPAR A. I want to use that load module in LPAR B. Is it possible to use that load module by doing NDM to LPAR B from A. I have tried this and it throws some error. Compiler will allow this?
Regards,
Saravana S |
|
| Back to top |
|
 |
References
|
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2158 Location: Phoenix, AZ
|
|
|
|
Hi,
I've done this recently, I used XCOM instead of NDM. It should be doable. For NDM process LOAD PDS is just another PDS, if you can NDM some other PDS you can NDM laod moodules as well.
Did you try it, if yes, were there some error messages? |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3509 Location: Brussels once more ...
|
|
|
|
| What error did it 'throw' ??? |
|
| Back to top |
|
 |
srvk_2k2
New User
Joined: 07 May 2008 Posts: 21 Location: Chennai
|
|
|
|
Initially it gives S806 abend code...But it worked fine when i did NDM again...I don't know why it gave error in the first time. Thank you all for the help
Regards,
Saravana S |
|
| Back to top |
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2158 Location: Phoenix, AZ
|
|
|
|
Hi,
S806 is "load module not found", perhaps the member which you try to NDM was not there in PDS from where you were NDMing. Check in S.ST for the failed JOB, might provide some insight. |
|
| Back to top |
|
 |
Aaru
Senior Member
Joined: 03 Jul 2007 Posts: 1136 Location: Mumbai - India
|
|
|
|
saravana,
| Quote: |
| Initially it gives S806 abend code |
Did it throw "s806" when u tried NDMng the laod module? i think NDM would have failed for other reasons. |
|
| Back to top |
|
 |
srvk_2k2
New User
Joined: 07 May 2008 Posts: 21 Location: Chennai
|
|
|
|
No..The NDM process was successful in the first time....It gives S806 error when i submitted the job for the first time witht the NDMed load module...but the job went fine when i did a NDM again
Regards,
Saravana S |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 3082 Location: italy
|
|
|
|
| Quote: |
| No..The NDM process was successful in the first time....It gives S806 error when i submitted the job for the first time witht the NDMed load module...but the job went fine when i did a NDM again |
what a lack of logic...
abend 806 means failure loading module ( not found or other reasons )
so there were issues on the first transmission whether You like or not,
unless You overlooked something and didn' tell everything |
|
| Back to top |
|
 |
|
|