| |
GeekInterview.com > Placement Papers > TCS > COBOL
| Print | |
Question: What will happen if we give GOBACK instead of STOPRUN in a cobol program which is not called by some other program?
|
| July 07, 2009 07:16:09 |
#4 |
| rajkumar5m |
Member Since: June 2009 Total Comments: 1 |
RE: What will happen if we give GOBACK instead of STOPRUN in a cobol program which is not called by some other program? |
| In case of subprogram, GOBACK or STOPRUN used to terminate the sub program, but when it is used in main progarm it will cause the program to terminate. |
| |
Back To Question | |