How is the sorting of vsam files carried?
No Answer is Posted For this Question
Be the First to Post Answer
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
Can AMS commands be run from the TSO prompt ?
what is difference between repro and export? if any one know this plz tell me
Explain the biggest disadvantage of using a vsam dataset?
what do you mean by a vsam slot?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
What are the information stored in ci?
is it slower if you access a record through alternative index as compared to primary index?
What is the base cluster?
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
Explain the significance of the shareoptions parameter?
what is meant by dirty read in vsam?