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 is the minimum number of lines a Cobol program should
have to successfully compile and run

Answer Posted / nimsatprasad

First 2 lines are enough to minimum successfully compile
the cobol program

IDENTIFICATION DIVISION.
PROGRAM-ID. COVANSYS.
PROCEDURE DIVISION.
DISPLAY 'COVANSYS'.
STOP RUN.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you can characterize tables in cobol?

1250


how can i see junk values in dclgen or in hostvariable of comp ?

3048


When is inspect verb is used in cobol?

1304


How do you reference the following file formats from cobol programs?

1195


What are different data types in cobol?

1380


For rewrite, why is it mandatory that file needs to be opened?

1148


Have you used comp and comp-3 in your project? And how?

2518


What are the pertinent COBOL commands?

3230


Are you comfortable in cobol or jcl?

1088


How do get the result of your program directly on your pc?

2390


What are the various section in data division and briefly explain them.

1246


What the difference is between continue and next sentence?

1215


How many bytes S(8) comp field occupy and its maximum value?

2186


What is perform what is varying?

1218


Which Search verb is equivalent to PERFORM…VARYING?

1099