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
Answer Posted / ram
i didn't understand the problem
how u write 34 and 46 as length
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the access method services used in vsam?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
what do you mean by a vsam slot?
What is the use of access method services in vsam?
Differentiate between control interval (ci) and control area (ca)?
What is the purpose of having vsam data space?
Explain the device independent method to indicate where a record is stored?
What makes vrrds different from vsam?
name a few common vsam status codes?
How to get the last record in vsam file in cluster?
What is the biggest disadvantage of using a vsam dataset?
what do you mean by define model parameter?
how can you copy to a vsam cluster?
State the differences between vsam and non-vsam files?
What are the common vsam error conditions and codes?