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 an index for tables?

Answer Posted / shubha

index denotes the displacement value and it is system
defined.if you are using index variable with occurs
clause,it need not have be defined in the data division.but
it should be mentioned as i.e syntax is:
levelno(02 to 49) identifier occurs n times indexed by
indxname

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1206


how do you reference the rrds file formats from cobol programs

1653


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

1391


What the difference is between continue and next sentence?

1216


Write some characteristics of cobol as means of business language.

1196


What are the different types of condition in cobol and write their forms.

1151


What are literals?

1183


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1549


What is redefines clause in COBOL?

1347


What is length is cobol?

1153


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

5426


What is the difference between perform … with test after and perform … with test before?

1494


How can you get the ksds file records into your cobol program?

1133


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

1253


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?

1692