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 tne need to use sub programs in Cobol?

Answer Posted / naresh

reusability...........and subprogram can be used number of
times and call subprogram using 'call'
statement............inthis both supprogram and mainprogram
have same structure.........

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1391


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1621


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

1207


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

1151


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

4208


Name the sections present in data division.

1307


what happens if parmparameter passes zero bytes to the program

2181


Write the code to count the sum of n natural numbers.

1256


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

1268


How many sections are there in data division in COBOL?

1182


I have a File that has duplicate records. I need only those records that occur more than thrice.?

10006


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

2064


how do you reference the fixed unblock file formats from cobol programs

1305


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

1229


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

1209