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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2060


what is search and searchall?what is the diffrence between them?give an best example?

5563


Whats the difference between search & search ALL?

5276


In COBOL programming, what is PERFORM? What is VARYING?

672


What is the Purpose of POINTER Phrase in STRING command in COBOL?

723






explain sorting techniques in cobol program?

692


how do you define single dimensional array and multidimensional array in your cobol?

683


What are the various section in data division and briefly explain them.

700


What are various search techniques in cobol? Explain.

650


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1234


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1908


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

722


Explain about different table spaces.

652


how to access the file from prodution from changeman tool and to submit a file to production

6688


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897