What does EXIT do ?
Answers were Sorted based on User's Feedback
Answer / mahathiaz
Does nothing ! If used, must be the only sentence within a
paragraph
| Is This Answer Correct ? | 4 Yes | 2 No |
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 |
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 |
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
how to know that the file has 300 records how to acess it?
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
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
Differentiate between structured cobol programming and object-oriented cobol programming.
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
what is s013u000 for?
What is the use of EVALUATE statement?
What is normalisation?