What is the difference between shroptions(2 3) and
shroptions (4 3) in the Def CLUSTER ??
Answer Posted / 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 |
Post New Answer View All Answers
Tell about the ams used in vsam?
Tell me how many alternate indexes you can have on a dataset?
How is record management performed in vsam?
Discuss record management in vsam?
What is a lds (linear data set)?
differentiate between sequential files and esds files in vsam?
Define free space?
Differentiate between ci split and ca split?
what do you mean by a vsam slot?
explain in brief how you can create a vsam file?
What is the use of lds (linear data set)?
What are the different dataset organizations used in vsam?
What is a ci split?
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?