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
How to get the last record in vsam file in cluster?
What is a lds (linear data set)?
what are the codes returned by the ams (access method services) command during the execution in vsam?
What is the device independent method to indicate where a record is stored?
What is the main function of key sequenced data set in vsam?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
Discuss record management in vsam?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
What is a ci split?
what is a base cluster in vsam?
Why is it required to have a keyed directed retrieval?
What are the common vsam error conditions and codes?
explain the information contained in ci
Explain the function of the relative record data set?
What are the advantages of vsam over isam?