in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
What is the use of lds (linear data set)?
Discuss record management in vsam?
What are the different versions of gdg named?
what is vsam catalog ?
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
What is a VSAM split?
what is the concept of IMPORT in vsam??
what is the difference b/w sequential and ESDS
What is the Difference between LDS & ESDS ?
The first VSAM file V1 has 2 fields A and B . There is a DB2 file which has fields E and f. We need the fields A, B , E and F to another VSAM file called V2. Kindly mention the logic in procedure division in cobol..
explain the differences between vsam and non-vsam files
What is the main function of key sequenced data set in vsam?