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 |
in vsam at the creation of cluster what is the use of RECSZ parameter?
What are the different parameters that are used in vsam?
Common VSAM Error conditions and codes
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What is FREESPACE ?
differentiate between sequential files and esds files in vsam?
What is the difference between sequential files and ESDS files?
What is the purpose of the FILE STATUS clause in the SELECT statement?
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 difference between PS file and VSAM file?
7 Answers IBM, Infosys, Verizon,
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
Can we copy Vsam files from a Vsam file in Iebgener step?
4 Answers iGate, Tech Mahindra,