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

What are differences between COBOL and java ? why we are giving more preference to COBOL ?

3 Answers   TCS,


CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?

1 Answers  


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

0 Answers  


how will u find out 3rd week's 2nd day using occurs ?

3 Answers   L&T,


How arrays can be defined in COBOL?

0 Answers  






how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?

4 Answers   TCS,


consider the following FD FILE-1 01 REC-1 PIC X(80) ...... WORKING-STORAGE SECTION 01 W-REC PIC X(90) ........ PROCEDURE DIVISION FIRST-PARA ....... READ FILE-1 INTO W-REC AT END MOVE 1 TO EOF-FLAG which of the following is true with respect to the above? a.REC-1 will contain nothing and W-REC will contain the contains of the record read b.REC-1 and W-REC contain the same data c.syntex is invalid and error will occur d.REC-1 and W-REC must be of same size

1 Answers   TCS,


I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.

1 Answers  


Can anyone please give the example of Inline Perform.

6 Answers   TCS,


In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?

5 Answers  


Can 88 level variable be declared in FD section..?

1 Answers   Infosys,


What are the different open modes available in cobol?

0 Answers  


Categories