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
what do you mean by idcams? Explain its purpose?
On which dataset you can have alt index?
how can you copy to a vsam cluster?
to use the rewrite command, how should the vsam file be opened?
Explain the difference between lds and esds?
What is the purpose of having vsam data space?
why ci and ca splits are not possible in esds and rrds?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
Define gdg?
what are the codes returned by the ams (access method services) command during the execution in vsam?
What are the steps involved in access method services?
is delete operation supported in an esds? Is rewrite operation possible in esds?
Why is master catalog used in vsam?
Why is it required to have a keyed directed retrieval?
what is the purpose of the verify function of idcams?