How do you come out of an EVALUATE statement?

Answers were Sorted based on User's Feedback



How do you come out of an EVALUATE statement?..

Answer / prakash shrivastava

AFTER THE EXECUTION OF ONE OF WHEN CLAUSE ,THE CONTROL IS
AUTOMATICALLY PASS TO THE NEXT SENTENCE AFTER THE EVALUTE
STATEMENT.THERE IS NO NEED ANY EXTRA CODE FOR EVALUATE
STATEMENT.

Is This Answer Correct ?    4 Yes 0 No

How do you come out of an EVALUATE statement?..

Answer / purushothaman.m

at the end of the statement use END-EVALUATE(scope
terminator) before StopRun.

Is This Answer Correct ?    2 Yes 0 No

How do you come out of an EVALUATE statement?..

Answer / aji cherian

As soon as a condition is met, it will come out
automatically.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More COBOL Interview Questions

I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?

5 Answers   RBS,


what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?

2 Answers   Satyam,


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

2 Answers   Cap Gemini,


How much salary you are expecting? If they ask in an interview, what we have to tell?

6 Answers   Tech Mahindra, Wipro,


what is the difference b/w level no.01 & level no.77?

3 Answers   HCL,






what are the utilities for load and unload the DB2 tables

1 Answers   L&T,


What is the LINKAGE SECTION used for?

4 Answers  


How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)

3 Answers   IBM,


What do you do to resolve SOC-7 error?

2 Answers   Sun Life, Wipro,


What is SDSF?

13 Answers   IBM,


What does MAXCC 3 means? It is used in one my codes.

2 Answers   Wipro,


What are the divisions in a cobol program?

1 Answers  


Categories