InterviewSolution
Saved Bookmarks
| 1. |
What Is The Meaning Of Each Of The Values In Shareopts(2 3)? |
|
Answer» Value of 2 for cross region means that the file can be PROCESSED SIMULTANEOUSLY by MULTIPLE users provided only one of them is an updater. Value of 3 for cross system means that any number of jobs can process the file for input or output (VSAM does nothing to ensure INTEGRITY). Value of 2 for cross region means that the file can be processed simultaneously by multiple users provided only one of them is an updater. Value of 3 for cross system means that any number of jobs can process the file for input or output (VSAM does nothing to ensure integrity). |
|