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
Using alternate indexes in batch program?
What are the different parameters that are used in vsam?
in a cobol select statement, can you tell what is the organization for a ksds?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
name the utility program closely associated with vsam?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
What is the main function of key-sequenced data set?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
What is the main function of linear dataset?
What is speed parameters in define cluster command?
What is the main function of key sequenced data set in vsam?
What is control interval?
what is meant by dirty read in vsam?
Define base cluster?
what will happen when you try to open an empty vsam file in a cobol program for input?