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
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
how can you load a vsam data set with records ?
what do you mean by a shareoptions parameter (shr) in define cluster command?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
what is the purpose of the verify function of idcams?
What does the keyranges parameter in define cluster command do?
Explain the function of the relative record data set?
How is record management performed in vsam?
what does a file status of 02 on a vsam signifies?
What are the different versions of gdg named?
What are the different parameters that are used in vsam?
What is speed parameters in define cluster command?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..
What is the main function of key-sequenced data set?