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

What is 66 level number and where it is used in real time by software developers?

2 Answers   ITC Indian Tobacco Company, TCS,


What is rmode(24)

0 Answers  


I have a File that has duplicate records. I need only those records that occur more than thrice.?

3 Answers   IBM, Wipro,


what is amode(24), amode(31), rmode(24) and rmode(any)?

0 Answers  


What are the ways you can generate a copybook?

2 Answers  






can we use go to statement inline-perform?

7 Answers   IBM,


waht is inspect verb? where it can be in real time?

1 Answers   Patni,


study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level

4 Answers   TCS,


hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?

1 Answers  


How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?

4 Answers  


Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.

1 Answers  


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

0 Answers  


Categories