what is a Base Cluster?
Answers were Sorted based on User's Feedback
Answer / sandeep
if you create a key sequence data set (KSDS) then
generate 3 data sets : -
1. project_name.group_name.clustername (Base cluster)
2. project_name.group_name.clustername.data (data cluster)
3. project_name.group_name.clustername.index (index
cluster)
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / himabindu
The base cluster consists of data component and index component for the primary index of a KSDS.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
what do you mean by define model parameter?
Hi, I want to create alternate index on VSAM file.my file structure is ex: RoomID pic x(7) R000001 Floor pic a((6) First RoomNo pic x(2) FA1 Occupied(yes/no) pic a(3) Yes Occupied Batch pic x(10). Maths i want to create alternate index on floor,roomno fields.can i create alternate index on both the fields.and tell me how to create.
What are the information stored in ci?
What is the significance of the SHAREOPTIONS parameter?
What is the purpose of the FILE STATUS clause in the SELECT statement?
What is a ca split?
Would you specify FREESPACE for an ESDS?
explain in brief how you can create a vsam file?
how can you load a vsam data set with records ?
name the utility program closely associated with vsam?