Answer Posted / prasad
DEFINE CLUSTER -
(NAME (XX17.TEST.VSAM) -
INDEXED -
KEYS (8 0) -
RECSZ (300 300) -
FREESPACE (10 5) -
MGMTCLAS (MCNEVER) -
CYL (80 20) -
SHR (1 3) -
SPEED -
REUSE) -
DATA (NAME (XX17.TEST.VSAM.DATA) -
CISZ (4096)) -
INDEX (NAME (XX17.TEST.VSAM.INDEX) -
CISZ (2048))
| Is This Answer Correct ? | 52 Yes | 6 No |
Post New Answer View All Answers
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
explain how do you define a gdg in vsam?
Why is master catalog used in vsam?
What is speed parameters in define cluster command?
What is a lds (linear data set)?
What is a ci split? What is a ca split?
Explain the biggest disadvantage of using a vsam dataset?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
what is the purpose of the verify function of idcams?
is it necessary that all versions of the gdg have to be of the same record length?
What is a lds (linear data set) and what is it used for?
What is the purpose of idcams?
What is the place for VSAM KSDS?
What is the use of lds (linear data set)?