Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ?

Answers were Sorted based on User's Feedback



What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?..

Answer / tidda

For a standalone program, it is the same. But STOP RUN from
a called program will not return control to the calling
program.

Is This Answer Correct ?    62 Yes 1 No

What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?..

Answer / nilesh

Goback will return control back to OS ie its logical ending
of program but OS will decide what to do next , but
fortunately as GOBACK is the last statement in program so
it terminates.
GOBACK is specially used for called progam but we can use
it in main(STAND ALONE) program also.

Is This Answer Correct ?    49 Yes 0 No

What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?..

Answer / guest

ans # 2 is correct .
Very often I USE go back in stand alone programs .

Is This Answer Correct ?    23 Yes 7 No

What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?..

Answer / shan

Answer 4 is the correct explanation...

Is This Answer Correct ?    13 Yes 1 No

What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?..

Answer / vampire

If GOBACK is coded instead of STOPRUN in a cobol program
which is not called by any other program nothing wrong will
happen. The program will give desired results.


Generally 3 things are coded to halt the execution of a
program they are

STOP RUN
GOBACK
EXIT PROGRAM

STOP RUN is frequently used and mainly coded in main
programs(calling program). The control will be returned to OS.

GOBACK is coded in the mainly in the subroutines or called
programs. The control will be returned to the calling
program. If STOP RUN is coded in the calling program the
program will go to an infinite execution. GOBACK can be
coded in the programs which is not called by any programs
instead of STOP RUN.

EXIT PROGRAM is seldom used.

Is This Answer Correct ?    14 Yes 3 No

What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?..

Answer / shilpi gupta

When Go back is specified in main program, it will act like STOP RUN and will give control back to MVS/OS.

Is This Answer Correct ?    0 Yes 0 No

What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?..

Answer / kotilingam

program execution will stop and control will not go back.

Is This Answer Correct ?    1 Yes 9 No

What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?..

Answer / mithun

The program execution will go into infinite loop.

Is This Answer Correct ?    11 Yes 58 No

Post New Answer

More COBOL Interview Questions

How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.

2 Answers   IBM,


file status 00 is checked after opening the file or reading the file

4 Answers   John Deere,


Write the syntax of a two dimensional array?

8 Answers   Honeywell, Xansa,


What are the different data types in cobol?

0 Answers  


I got user abend U4038 while compiling my runjcl.. can anyone help me?

10 Answers   CGI,


How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)

9 Answers   Bank Of America,


Can we access the a[0] in the array ?

6 Answers   DCL, IBM,


what is label record is standard or omitted in file description of data division?

3 Answers   IBM, TCS,


Explain how to differentiate call by context by comparing it to other calls?

0 Answers  


Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.

3 Answers  


How do you compile cobol program..?

1 Answers  


what is internal sort and external sort ? which is preferable ?

2 Answers   TCS,


Categories