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

1)what is use of linkage section? 2)what is difference between comp and comp-3

1 Answers   Cap Gemini,


Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?

6 Answers   T systems,


Explain fixed length record in cobol? with suitable example

1 Answers   IBM,


how to run sub programs using static and dynamic call ...

3 Answers   TCS,


Please let me know at which Scenarios we will go for STATIC call or DYNAMIC

3 Answers   IBM,






What is report-item in COBOL?

0 Answers   Arigo Infotech,


What rules are followed by the search verb.

0 Answers  


What are the different open modes available in cobol?

0 Answers  


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

0 Answers   HeadStrong,


How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?

1 Answers  


why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.

2 Answers   TCS,


which one is the best of com and com-3.using of real time ?

7 Answers   Cap Gemini,


Categories