In an EVALUTE statement is the order of the WHEN clauses
significant?

Answers were Sorted based on User's Feedback



In an EVALUTE statement is the order of the WHEN clauses significant?..

Answer / mahathiaz

Absolutely. Evaluation of the WHEN clauses proceeds from
top to bottom and their sequence can determine results

Is This Answer Correct ?    9 Yes 0 No

In an EVALUTE statement is the order of the WHEN clauses significant?..

Answer / sravanthi

If 10 conditions coaded in 10 different when clause in an evaluate
If one when conditions is satisfied then it will not check the next conditions it will directly come out of evaluate loop

Is This Answer Correct ?    3 Yes 0 No

In an EVALUTE statement is the order of the WHEN clauses significant?..

Answer / keshireddy

Maha is correct.. In addition as it is top to bottom, more
number of times satisfied condition keep first.. this is
just for performance.

Is This Answer Correct ?    2 Yes 0 No

In an EVALUTE statement is the order of the WHEN clauses significant?..

Answer / jay

Yes
With Evaluate statment with When condition are evaluated from top to bottom.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

2 Answers   IBM,


what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?

2 Answers   IBM, Wipro,


What is 77 level used for ?

12 Answers   IBM, iGate,


2)Where the Plan is located in CICS-DB2?

1 Answers   IBM,


Why did you choose to work with ibm mainframe cobol programming?

0 Answers  






What will happen if we generate GDG +2 version instead of +1 version?

2 Answers   T systems,


Name the divisions, which are available in a cobol program?

0 Answers  


which of the following can be used as a check protection symbol a.Z b.S c.* d.+

2 Answers   TCS,


Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.

3 Answers  


I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...

2 Answers   CTS, DSRC,


what are decleratives in cobol?

0 Answers   GGG, Satyam,


HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?

2 Answers   Cap Gemini,


Categories