What is the significance of the SHAREOPTIONS parameter?
Answer Posted / guest
It specifies how the file may be shared between jobs and
between batch and CICS environments.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define gdg?
Differentiate between control interval (ci) and control area (ca)?
Explain the significance of the shareoptions parameter?
Explain the function of the relative record data set?
what are the codes returned by the ams (access method services) command during the execution in vsam?
explain how do you define a gdg in vsam?
How do you calculate record size of an alternate cluster?
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
differentiate between sequential files and esds files in vsam?
What are the access method services used in vsam?
what is a base cluster in vsam?
What is the purpose of having vsam data space?
what do you mean by a shareoptions parameter (shr) in define cluster command?
What is the function of linear dataset in vsam?
What are the different dataset organizations used in vsam?