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 a cluster?

Answer Posted / jynthe

A cluster can be thought of as a logical dataset consisting
of two separate physical datasets namely data component and
index component
Data component contains the actual data, and the index
component contains the index(ie) the key values which we
have set.
anybody can darely take this as an answer. i m very sure

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in a cobol select statement, can you tell what is the organization for a ksds?

1159


what are the codes returned by the ams (access method services) command during the execution in vsam?

1343


Explain the device independent method to indicate where a record is stored?

965


explain in brief what are the 3 types of vsam files?

1158


What makes vrrds different from vsam?

1298


differentiate between sequential files and esds files in vsam?

1220


how do you define an altindx ? How do you use altindxs in batch, cics programs?

1112


On which dataset you can have alt index?

959


What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..

8822


what is meant by dirty read in vsam?

1385


Explain the function of entry-sequenced data set?

1090


if you wish to use the rewrite command how must the vsam file be opened?

1200


what do you mean by idcams? Explain its purpose?

1015


what do you mean by a vsam slot?

1043


OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output

2562