Describe SHAREOPTIONS parameter (SHR) in Define Cluster
command.?
Answer Posted / guest
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(1 .
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
Define free space?
How does control intervals and control areas related to each other?
explain in brief what are the 3 types of vsam files?
what do you mean by a shareoptions parameter (shr) in define cluster command?
What are the common vsam error conditions and codes?
On which dataset you can have alt index?
how can you load a vsam data set with records ?
explain in brief how you can create a vsam file?
explain how do you define a gdg in vsam?
What does the keyranges parameter in define cluster commends do?
what is the purpose of the verify function of idcams?
What is the main function of key sequenced data set in vsam?
in a cobol select statement, can you tell what is the organization for a ksds?
What does the keyranges parameter in define cluster command do?
is it required that primary key values have to be unique? Do alternate key values have to be unique?