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


Please Help Members By Posting Answers For Below Questions

what do you mean by idcams? Explain its purpose?

612


On which dataset you can have alt index?

584


how can you copy to a vsam cluster?

710


to use the rewrite command, how should the vsam file be opened?

758


Explain the difference between lds and esds?

664






What is the purpose of having vsam data space?

595


why ci and ca splits are not possible in esds and rrds?

795


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

2179


Define gdg?

641


what are the codes returned by the ams (access method services) command during the execution in vsam?

877


What are the steps involved in access method services?

621


is delete operation supported in an esds? Is rewrite operation possible in esds?

684


Why is master catalog used in vsam?

666


Why is it required to have a keyed directed retrieval?

665


what is the purpose of the verify function of idcams?

683