is there any lock for vsam file so that no one can update
the vsam file ?
Answer Posted / 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 |
Post New Answer View All Answers
what are the codes returned by the ams (access method services) command during the execution in vsam?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
differentiate between sequential files and esds files in vsam?
explain the information contained in ci
How do you define an altindx?
What are the advantages of vsam over isam?
What are the steps involved in access method services?
What is speed parameters in define cluster command?
What is the biggest disadvantage of using a vsam dataset?
What is the function of entry sequenced data set?
What is the place for VSAM KSDS?
What is the purpose of control intervals in vsam?
can you specify some the distinctive features of a ksds, key sequenced dataset?
Using alternate indexes in cics program?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?