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

What is LE - Language Environment


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

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Sun Feb 15, 2004 8:34 pm
Reply with quote

What's the applications of LE? Can anybody explain it for me... Please!
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Mon Feb 16, 2004 11:02 am
Reply with quote

Hello priya,

There are a number of IBM COBOL compilers that require the LE run-time
library. The names of the products (on MVS, OS/390, and z/OS) that require LE are:

IBM SAA AD/Cycle COBOL/370
IBM COBOL for MVS & VM
IBM COBOL for OS/390 & VM
IBM Enterprise COBOL

Following are the links to study more about the LE:

Migration Guide

COBOL LE Conversion Guide

LE Run-Time Migration Guide


Hope this helps,

Regards

Mayuresh Tendulkar
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Mon Feb 16, 2004 6:18 pm
Reply with quote

Tendulkar,

Thank you for your reply. It's very useful for me. Do you play cricket?
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Mon Feb 16, 2004 6:38 pm
Reply with quote

Yes priya....I do play cricket.

icon_wink.gif

Mayuresh
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Mon Feb 16, 2004 7:16 pm
Reply with quote

icon_lol.gif icon_lol.gif icon_lol.gif


We have one Sachin TENDULKAR to shine INDIA worldwide....
Here we have one Mayuresh TENDULKAR to popularize ibmmainframes.com worldwide


Am I right?

Why not we teach Mainframes to sachin ?
Back to top
View user's profile Send private message
xzsymr

New User


Joined: 06 Jun 2003
Posts: 7
Location: NZ

PostPosted: Tue Mar 23, 2004 1:36 pm
Reply with quote

I disagree with the comment that the compilers require LE. icon_sad.gif

LE was "invented" by IBM to save having a seperate run time enviroment for each langauge. COBOL 2 had the ILB* routines, PL/1 had there routines, etc etc.

LE provided a comon environment that is not cobol compiler specfic. this means that each and every language on the mainframe now has access to one and only one run-time environment. icon_biggrin.gif The compiler produces object code which when link-edited produces run time code and that is where LE is executed.
Back to top
View user's profile Send private message
somasundaran_k

Active User


Joined: 03 Jun 2003
Posts: 134

PostPosted: Wed Mar 23, 2005 7:46 pm
Reply with quote

I agree with xzsymr.
Here is my 2 cents.
Language Environment will creates a single run-time environment for multiple high level languages, like C/C++, COBOL, PL/I etc.
It is available for both OS/390 and VM/ESA.
The advantage of having a single runtime environment are
1. Language specific incompatibilities are eliminated. For example a COBOL application can be easily and effortlessly communicate with a PL/I or C application.
2. There a lot a LE callable service available for date and time services, mathematical function and others. These services can be easily called by all the platforms, since it is common for all applications.


hth
-Som
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 Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts COBOL400 SET ENVIRONMENT COBOL Programming 1
No new posts IMS DB using Natural Language IMS DB/DC 0
No new posts Problème reproducing a production bu... ABENDS & Debugging 1
No new posts Usage of processor directive and firs... PL/I & Assembler 4
Search our Forums:

Back to Top