is there any lock for vsam file so that no one can update
the vsam file ?
Answers were Sorted based on User's Feedback
Answer / albert n
Yes, you can make it read only with the ALTER command.
Specify: ALTER dsname.DATA INHIBIT
ALTER dsname.IDX INHIBIT
via an idcams job to make a KSDS readonly.
| Is This Answer Correct ? | 10 Yes | 1 No |
What is a vsam dataset?
is delete operation supported in an esds? Is rewrite operation possible in esds?
What is a ci split? What is a ca split?
On which dataset you can have alt index?
Explain the function of entry-sequenced data set?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
What's a LDS (Linear Data Set) and what's it used for?
how can we convert esds to lds?
In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?
explain how can you initialize a vsam file before any operation?
what is the drawback of vsam dataset?? a.execution slow. b.free space. c.independent storage device. d.none of the above. let me know the answer with reason.
What is the VSAM-code field?