What does EXIT do ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2657


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

704


What are the different rules to perform a Search?

613


What is the utilization of copybook in cobol?

651


how do you reference the variable block file formats from cobol programs

680






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

798


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2331


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1228


Write some characteristics of cobol as means of business language.

615


A table has two indexes defined. Which one will be used by the SEARCH?

755


What are 77 levels used for?

656


Why occurs cannot be used in 01 level in COBOL?

711


What the difference is between continue and next sentence?

652


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

625


Define static linking and dynamic linking.

660