what is the meaning of each of the values in shareopts(2 3)?



what is the meaning of each of the values in shareopts(2 3)?..

Answer / Kailash Kumar Saini

The SHAREOPTS parameter in VSAM (Virtual Storage Access Method) controls the sharing options for the file. When it's set to (2 3), it means the file can be read by multiple programs simultaneously but can only be written by one program at a time, enforcing serialization for writes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VSAM Interview Questions

what are s0c1, s0c4, s0c5, s0c7 abends?

1 Answers   IBM,


what do you mean by the cobol record key clause in vsam?

1 Answers   IBM,


What is the utility program closely associated with VSAM?

1 Answers  


What do you mean by dirty read ?

5 Answers  


Explain the biggest disadvantage of using a vsam dataset?

1 Answers  


what is buffering and how does it apply to vsam files ?

1 Answers   IBM,


Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?

2 Answers   IBM,


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

1 Answers  


By seeing a program how we findout it is a VSAM program?

6 Answers   TCS,


What are the different versions of gdg named?

1 Answers  


What do you mean by RDW in VSAM?

2 Answers  


What are all the ways we can create datasets?

7 Answers   IBM,


Categories