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
2 4662What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..
8829In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?
IBM,
4 13056
What is the main function of key-sequenced data set?
What is the function of entry sequenced data set?
explain the information contained in ci
What does the keyranges parameter in define cluster command do?
What are the information stored in ci?
Explain the catalog?
to use the rewrite command, how should the vsam file be opened?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
what is a base cluster in vsam?
how do you create an alternate index ?
in a cobol select statement, can you tell what is the organization for a ksds?
What are the different commands used in idcams for vsam?
what is the purpose of the verify function of idcams?
what is meant by dirty read in vsam?
Using alternate indexes in batch program?