If we use GO BACK instead of STOP RUN in cobol?



If we use GO BACK instead of STOP RUN in cobol?..

Answer / guest

we can use both goback and stop run in cobol when there is no
call statement to show termination of the program....
if we use go back it transfer control to the main program.
else we use stop run it releases the program from the main
memory give the control back to the operating system.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More COBOL Interview Questions

How to print 10 to 1 if the input have only 10 digit number?

0 Answers  


What is Control Break processing ?

1 Answers   iGate,


What are the different open modes available in cobol?

0 Answers  


If I want to increase the Limit in GDG. What should I do?

1 Answers   IBM,


What is the compute verb? How is it used?

0 Answers  






Is It Possible to Update or change in VIEW Mode?

5 Answers   CSC,


What is length is cobol?

0 Answers  


i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)

3 Answers   Cap Gemini, Mind Tree,


input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.

6 Answers  


What are options have been removed in COBOL 11?

1 Answers  


using redefine can you redefine lower variable size to higher variable size?

3 Answers   Patni,


How to Write the RESTART Logic Using COBOL?

4 Answers   GalaxE, L&T, Syntel, TCS,


Categories