what are s0c1, s0c4, s0c5, s0c7 abends?
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum no. of records that can be allowed in VSAM ?
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
Discuss record management in vsam?
How do you define a GDG ?
is it necessary that all versions of the gdg have to be of the same record length?
1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete only 1st record ..then what i have to do?.. it will not affect any sequence of the RBA. 3. why open extend is not possible in rrds vsam file?
what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
What does a file status of 02 on a VSAM indicate?
What is control interval?
How do I declare the KSDS vsam so that I can store a reocrd with variable length?.
What more info you should give in the DD statement while defining the next generation of a GDG?
How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.