What is SHAREOPTS ?

Answers were Sorted based on User's Feedback



What is SHAREOPTS ?..

Answer / guest

SHAREOPTS is a parameter in the DEFINE and specifies how an
object can be shared among users. It is coded as SHAREOPTS(a
b), where a is the cross region share option ie how two or
more jobs on a single system can share the file, while b is
the cross system share option ie how two or more jobs on
different MVS?s can share the file. Usual value is (2 .

Is This Answer Correct ?    8 Yes 1 No

What is SHAREOPTS ?..

Answer / kdey bora

TTR

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VSAM Interview Questions

How many cluster index can have in a table?

3 Answers   HSBC,


How to get the last record in vsam file in cluster?

0 Answers  


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..

0 Answers   iGate,


What are the information stored in ci?

0 Answers  


1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete only 1st record ..then what i have to do?.. it will not affect any sequence of the RBA. 3. why open extend is not possible in rrds vsam file?

3 Answers  






in a cobol select statement, can you tell what is the organization for a ksds?

0 Answers   IBM,


What is the base cluster?

1 Answers   CGI,


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

0 Answers  


what is the concept of AIX in vsam ????

1 Answers   HCL,


we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.

0 Answers   IBM,


What is a cluster?

2 Answers  


Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?

3 Answers  


Categories