InterviewSolution
| 1. |
What Is Shareopts? |
|
Answer» 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 MVSes can share the file. Usual value is (2 3). 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 MVSes can share the file. Usual value is (2 3). |
|