What is the difference between shroptions(2 3) and
shroptions (4 3) in the Def CLUSTER ??

Answers were Sorted based on User's Feedback



What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??..

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

What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??..

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

What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??..

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

Post New Answer

More VSAM Interview Questions

What is a lds (linear data set)?

0 Answers  


What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??

3 Answers  


Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?

0 Answers  


Using alternate indexes in batch program?

0 Answers  


On which dataset you can have alt index?

0 Answers  






what is the syntax of ams modal commands?

0 Answers   IBM,


What is free space?

1 Answers  


What makes vrrds different from vsam?

0 Answers  


What is the main purpose of having user catalog in vsam?

0 Answers  


explain how many ways you can load data in a vsam cluster?

0 Answers   IBM,


What is the VSAM-code field?

1 Answers  


What is a ci split? What is a ca split?

0 Answers  


Categories