IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Is it possible to use a NDMed load module


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
srvk_2k2

New User


Joined: 07 May 2008
Posts: 36
Location: Chennai

PostPosted: Tue Jun 10, 2008 3:33 pm
Reply with quote

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
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Jun 10, 2008 5:07 pm
Reply with quote

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
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Jun 10, 2008 6:05 pm
Reply with quote

What error did it 'throw' ???
Back to top
View user's profile Send private message
srvk_2k2

New User


Joined: 07 May 2008
Posts: 36
Location: Chennai

PostPosted: Tue Jun 10, 2008 6:21 pm
Reply with quote

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
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Jun 10, 2008 6:53 pm
Reply with quote

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
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Wed Jun 11, 2008 4:09 am
Reply with quote

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
View user's profile Send private message
srvk_2k2

New User


Joined: 07 May 2008
Posts: 36
Location: Chennai

PostPosted: Wed Jun 11, 2008 9:13 am
Reply with 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


Regards,
Saravana S
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jun 11, 2008 11:55 am
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts How to load to DB2 with column level ... DB2 6
No new posts REASON 00D70014 in load utility DB2 6
No new posts DB2 Load - Sort Or order BY DB2 1
No new posts DB2 Load - NUMRECS DB2 3
Search our Forums:

Back to Top