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...


should I use Go back in the main program ? Yes we can use
Go back in main program as well.

Answers were Sorted based on User's Feedback



should I use Go back in the main program ? Yes we can use Go back in main program as well...

Answer / sanjeev gupta

We can use goback both in main program and sub program. The
difference is that only, in case of sub program: after the
successful execution the control will pass to main program
whicle in case of main program:the control will pass to OS.

Is This Answer Correct ?    11 Yes 0 No

should I use Go back in the main program ? Yes we can use Go back in main program as well...

Answer / raj

yes we can use goback in the mainprogram only if it is a
standalone program.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More COBOL Interview Questions

What is static and dynamic call in cobol?

0 Answers  


How to define a array dynamically.....

5 Answers   Fidelity,


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

2 Answers   Temenos,


What is the maximum size of a 01 level item in COBOL I? in COBOL II?

2 Answers   IBM, RBS,


How to retain the Duplicates in the one records?

3 Answers   CS,


At the minimum, which division of COBOL is enough to be coded?

3 Answers   CTS,


I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.

1 Answers   DSRC,


What is file status 39 ?

10 Answers   JPMorgan Chase,


77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......

8 Answers  


How do you do in-line PERFORM?

4 Answers   Accenture,


what is the minimum number of lines a Cobol program should have to successfully compile and run

11 Answers   ABC, Societe Generale,


I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?

5 Answers   Cognizant,


Categories