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

How do we get current date from system with century in COBOL?

0 Answers   Winsol Solutions,


1) can we display the index?

3 Answers   ADP, IBM,


What is file status 39 ?

10 Answers   JPMorgan Chase,


What type of SDLC u followed? Why?

0 Answers   IBM,


what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.

3 Answers   HCL, TCS,






ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete

4 Answers   TCS,


wht do u mean by (*,intrdr) wht is * used for ?

2 Answers  


what is S04E error in jcl?

11 Answers   IBM, L&T,


WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?

3 Answers   TCS,


What are the different ways to run a COBOL DB2 program using JCL?

2 Answers  


What is an index for tables?

2 Answers  


What are subroutines ? and how do we pass data to the sub routines?

2 Answers   Xansa,


Categories