What is the difference between shroptions(2 3) and
shroptions (4 3) in the Def CLUSTER ??
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / satish
shropt(2 3)-->(multiple users can read and
single user can updated, mul
users can updted)
shropt(4 3)-->(same as 3 accross sys's, mul
users can updated)
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / daud naseem
Shroptions tells how resource used among different users. here (4 3) means 4 jobs can share the single file while 3 means 3 jobs can share file on different mvs.
Is This Answer Correct ? | 1 Yes | 9 No |
Do all versions of the GDG have to be of the same record length ? is it possible to ovverride the dcb of the model dataset?
What is the purpose of relative record data set used in vsam?
What is the place for VSAM KSDS?
Explain the index set?
If FSPC(100 10 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?
If you wish to use the REWRITE command haw must the VSAM file be opened?
HOW TO SORT RECORDS IN VSAM FILE?
What is the main function of key-sequenced data set?
how can you copy to a vsam cluster?
what is buffering and how does it apply to vsam files ?
What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
How is record management performed in vsam?