How do you define a KSDS ?

Answer Posted / guest

DEFINE CLUSTER(cluster name) with the INDEXED parameter.
Also specify the ds name for the DATA component & the ds
INDEX component. Other important parms are RECORDSIZE, KEYS,
SHAREOPTIONS.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the biggest disadvantage of using a vsam dataset?

597


Explain the index set?

611


Explain the function of the relative record data set?

540


what is the use of the file status clause in the select statement in vsam?

566


what are s0c1, s0c4, s0c5, s0c7 abends?

787






What is the purpose of having vsam data space?

524


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

473


Explain the catalog?

561


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

623


what will happen if there is no secondary allocation made for datasets?

620


How is the sorting of vsam files carried?

593


what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?

563


explain in brief why do vsam take more disk space than other utilities?

641


Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.

1875


Tell me how many alternate indexes you can have on a dataset?

609