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 difference beetween Arrays and Tables in Cobol?
please dont give the answer that arrays in cobol
terminology is called tables......

Answer Posted / obul

Storing the similar type of data in contiguous memory
locations is called an Array and storing the different type
of data in contiguous memory locations is called Table in COBOL.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1695


Write a program to explain size error.

1240


what is the difference between COBOL2 AND COBOL390?

3112


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

10007


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

1258


Write a program to enter and display the names of students in a class using the occurs clause.

1260


What is the difference between comp and comp-3 usage?

1257


What is perform what is varying?

1221


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

9177


What is a scope terminator give example?

1156


What is difference between static and dynamic call in cobol?

1465


What the difference is between continue and next sentence?

1218


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.

4210


Name some of the examples of COBOl 11?

3196


How you can read the file from bottom?

1196