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

Difference B/W Easytrieve and COBOL in terms of execution


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Prabhu Kvvsrt

New User


Joined: 06 Dec 2006
Posts: 7
Location: Hyderabad

PostPosted: Mon Dec 18, 2006 11:23 am
Reply with quote

I have a query , How does easytrieve and cobol programs differ in terms of execution or speed.Is their anyway that easytrieve takes less time compared to corresponding cobol program.

Please let me know where can i get such information that gives the difference b/w them.

Thanks,
Prabhu
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Dec 18, 2006 11:27 am
Reply with quote

I have no laboratory data, but from my experience, Eztrieve is slower then COBOL, even in its compiled flavour.

O.
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Wed Dec 20, 2006 3:59 am
Reply with quote

I agree with O,

Eztrieve uses canned routines to accomplish MOVEs, ADDs, SUBTRACTs, Etc. What a ?Complied? Eztrieve program does is not have to interpret the instructions each time the program runs, But, it still uses the canned routines. The COBOL Compiler, on the other hand, generates specific machine instructions for the COBOL statement you have given it.

Dave
Back to top
View user's profile Send private message
Prabhu Kvvsrt

New User


Joined: 06 Dec 2006
Posts: 7
Location: Hyderabad

PostPosted: Wed Dec 20, 2006 7:13 pm
Reply with quote

David,

Can you tell me what you mean by Canned routines briefly used by Eztrieve Program

Thanks,
Prabhu
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top