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

Query Regarding EVALUATE


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

Active User


Joined: 18 Jun 2007
Posts: 213
Location: Cochin/Kerala/India

PostPosted: Wed Sep 24, 2008 3:53 pm
Reply with quote

Hi all,
I've a doubt in usage of EVALUATE.
In which case we can use EVALUATE and in which case we can use if.
Which one is more effective in basis of performance?

Regards,
Bipin Peter
Back to top
View user's profile Send private message
anil.csk

New User


Joined: 22 Oct 2007
Posts: 16
Location: Noida

PostPosted: Wed Sep 24, 2008 4:40 pm
Reply with quote

the better way to use Evaluate when your are going to handle the more than 2 or 3 Condition ..

IF you can use where there ARE only 2 or three condition.
Back to top
View user's profile Send private message
Arun Raj

Moderator


Joined: 17 Oct 2006
Posts: 2481
Location: @my desk

PostPosted: Wed Sep 24, 2008 5:19 pm
Reply with quote

Evaluate is an easily understandable replacement for Nested-IF conditions.
Back to top
View user's profile Send private message
santy
Warnings : 1

New User


Joined: 19 Jul 2007
Posts: 22
Location: mumbai

PostPosted: Thu Sep 25, 2008 12:38 pm
Reply with quote

Evalutate is mostly useful at the time of Nested-IF conditions,

When in your program more that 3-4 conditions u have to handle then it is good option to replace IF with Evaluate condition.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


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

PostPosted: Thu Sep 25, 2008 1:27 pm
Reply with quote

Hi Bipin,

I would rather ask - why would this be your concern ? Did you try something & it didn't work out ? What research you have done so far ?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Sep 25, 2008 2:29 pm
Reply with quote

if you have a question about what instruction is more efficient, why do you not look at the object code generated (can be found in compile listing).
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Mon Sep 29, 2008 1:33 am
Reply with quote

"Which one is more effective in basis of performance?"
Although still important in a few specific cases, due to CPU speeds nowadays, I'd be more concerned with readability (maintainability) than saving a few microseconds of time.
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 RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top