What is the difference between shroptions(2 3) and
shroptions (4 3) in the Def CLUSTER ??
Answer Posted / raghu
It defines the cross-region and cross-system sharing
capabilities of the dataset. Syntax is SHR(Crvalue, CSvalue)
value 1 means multiple read OR single write (read integrity)
2 means multiple read AND single write (Write integrity) 3
means Multiple read AND multiple write 4 is same as 3, which
refreshes the buffer with every random access. default is
SHR(2 3).
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster?
What is the biggest disadvantage of using a vsam dataset?
what does a file status of 02 on a vsam signifies?
name the utility program closely associated with vsam?
Describe the uses of ams?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
Would you specify freespace ce for an esds?
What are the different commands used in idcams for vsam?
Explain the purpose of the file status clause in the select statement?
what is the purpose of the verify function of idcams?
What is the device independent method to indicate where a record is stored?
what is meant by s0c-07 system abend codes?
What is a ci split? What is a ca split?
what do you mean by the cobol record key clause in vsam?
What is the place for VSAM KSDS?