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

What is a load module


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

New User


Joined: 04 May 2005
Posts: 3

PostPosted: Wed May 04, 2005 8:51 am
Reply with quote

What is a load module?
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Wed May 04, 2005 9:15 am
Reply with quote

Executable form (Low Level) of the source program. (High Level)
Back to top
View user's profile Send private message
Mohan.r

New User


Joined: 07 Mar 2005
Posts: 2

PostPosted: Thu May 19, 2005 12:41 pm
Reply with quote

hi,
load module is a 'code in executable format', ie., which is understood by the machine.
High level language (cobol)is converted into low-level(machine understand) language.
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Thu May 19, 2005 8:04 pm
Reply with quote

load module is what is created after link edit step. It is the only executable code, which is understood by machine.
Back to top
View user's profile Send private message
subhasis_50

Moderator


Joined: 09 Mar 2005
Posts: 363
Location: Earth

PostPosted: Thu May 19, 2005 8:18 pm
Reply with quote

Hi,
After compilation object module is getting created. That is taken input in the link edit step. After linking the executable form is prepared that is called as load module.
Back to top
View user's profile Send private message
eashwar

New User


Joined: 21 May 2005
Posts: 26
Location: Bangalore

PostPosted: Tue May 24, 2005 2:41 am
Reply with quote

can we see the load module
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Tue May 24, 2005 9:31 am
Reply with quote

ya u can see, but what you will understand, that is upon you.
anywz for that check the libary where that load module is being created. then take the memeber name and brows it in tso 3;4. there just give the laod module libary and select the member name to brows.
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