What does EXIT do ?

Answers were Sorted based on User's Feedback



What does EXIT do ?..

Answer / mahathiaz

Does nothing ! If used, must be the only sentence within a
paragraph

Is This Answer Correct ?    4 Yes 2 No

What does EXIT do ?..

Answer / mdvasanth86

What Mahathiaz said it true.

However, I would like add that it can be combined with other
statements in the Paragraph with the recent version of cobol.

Is This Answer Correct ?    1 Yes 0 No

What does EXIT do ?..

Answer / vampire

It is a scope terminator for Paragraph

ex

00001-main-para

000003-perform disp-para.
stop run.

000003-perform disp-para.
display"kiran".
exit

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More COBOL Interview Questions

I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?

15 Answers   ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,


if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error

8 Answers   Cap Gemini,


how to know that the file has 300 records how to acess it?

0 Answers   Hewitt, TCS,


example for sub strings ? and refernce modifications whit output pls

1 Answers   College School Exams Tests, IBM,


how the control comes back from subprogram to mainprogram

3 Answers   IBM,


01 x pic s9(8) comp. How will the following value be internally allocated '18787'

4 Answers   Steria,


Differentiate between structured cobol programming and object-oriented cobol programming.

1 Answers  


can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?

3 Answers   IBM, Satyam,


What is the maximum length of a field you can define using COMP-3?

4 Answers   Complex System, Infosys,


what is s013u000 for?

1 Answers   Hewitt,


What is the use of EVALUATE statement?

4 Answers   Tesco,


What is normalisation?

2 Answers   IBM,


Categories