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

what IEWL will do?


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

New User


Joined: 15 Nov 2007
Posts: 36
Location: India

PostPosted: Thu Dec 18, 2008 11:20 am
Reply with quote

Hi Friends,

I know that IGYCRCTL will compile the program and it will create object code. IEWL will take this object code as input and it will create load module. Will IEWL add or delete any thing to convert the object code into load module.

Thanks,
kovur.
Back to top
View user's profile Send private message
umasankarmf

New User


Joined: 08 Sep 2008
Posts: 43
Location: india

PostPosted: Thu Dec 18, 2008 11:26 am
Reply with quote

Hi kovur,

IEWL links the object code to the load module.
Back to top
View user's profile Send private message
Aaru

Senior Member


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

PostPosted: Thu Dec 18, 2008 11:31 am
Reply with quote

Kovur,

Quote:
Will IEWL add or delete any thing to convert the object code into load module


IEWL is a link-editor available and it link-edits the OBJ to create a load module. I dont think there are any manuals explaining as to how this conversion is done.

But as a developer why are you concerned about that? All you need is a load module to execute your JOB.
Back to top
View user's profile Send private message
kovur

New User


Joined: 15 Nov 2007
Posts: 36
Location: India

PostPosted: Thu Dec 18, 2008 11:31 am
Reply with quote

Hi Umasankar,

Thanks for your reply. I want to know that, how IEWL will convert the non executable object code into executable load module.

Thanks,
Kovur.
Back to top
View user's profile Send private message
umasankarmf

New User


Joined: 08 Sep 2008
Posts: 43
Location: india

PostPosted: Thu Dec 18, 2008 11:37 am
Reply with quote

Hi kovur,

As per 'Aaru' said, there are no manuals to explain this. That is the machine code conversion. So I think no need to concentrate on that, like whats going on behind the machine for conversion.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Dec 18, 2008 11:39 am
Reply with quote

ftp.software.ibm.com/software/websphere/awdtools/hlasm/S8170H.pdf
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 Difference Between IEWL & HEWL JCL & VSAM 1
No new posts Difference B/W Linkeditor IEWL and HEWL. COBOL Programming 1
No new posts What r HEWL and IEWL in COBOL? COBOL Programming 2
No new posts difference between linkers HEWL and IEWL COBOL Programming 3
Search our Forums:

Back to Top