is there any lock for vsam file so that no one can update
the vsam file ?

Answers were Sorted based on User's Feedback



is there any lock for vsam file so that no one can update the vsam file ?..

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

is there any lock for vsam file so that no one can update the vsam file ?..

Answer / chinmay

No.

Is This Answer Correct ?    3 Yes 9 No

Post New Answer

More VSAM Interview Questions

in vsam at the creation of cluster what is the use of RECSZ parameter?

2 Answers   TCS,


What are the different parameters that are used in vsam?

1 Answers  


Common VSAM Error conditions and codes

1 Answers  


Can you delete vsam files with the delete option of the disposition parameter of jcl?

1 Answers   IBM,


What is FREESPACE ?

2 Answers  


differentiate between sequential files and esds files in vsam?

1 Answers   IBM,


What is the difference between sequential files and ESDS files?

1 Answers   IBM,


What is the purpose of the FILE STATUS clause in the SELECT statement?

1 Answers  


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.

4 Answers   Target,


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

2 Answers  


Can we copy Vsam files from a Vsam file in Iebgener step?

4 Answers   iGate, Tech Mahindra,


Categories