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 |
differentiate between sequential files and esds files in vsam?
What are the information stored in ci?
On which dataset you can have alt index?
Using alternate indexes in batch program?
What is the device independent method to indicate where a record is stored?
What more info you should give in the DD statement while defining the next generation of a GDG?
What is the main function of key-sequenced data set?
Explain the biggest disadvantage of using a vsam dataset?
What is a lds (linear data set) and what is it used for?
what is meant by dirty read in vsam?
What is the main function of key sequenced data set in vsam?
what is the probability of a complete system distortion under high end low performing multiprocessor job?