what do you mean by the cobol record key clause in vsam?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?
can alternate index use in ESDS since it does not contain primary index? if yes can you explain?
What are the steps involved in access method services?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
explain in brief how you can create a vsam file?
What is a lds (linear data set) and what is it used for?
What is Base Cluster ?
Syntax of AMS modal commands ?
what is meant by s0c-07 system abend codes?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
What is the purpose of the FILE STATUS clause in the SELECT statement?
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