Answer Posted / suersh ramaiyan
There are four types of VSAM files.. They are
ESDS (Entry sequential Data Set)
KSDS (Key sequential Data Set)
RRDS (Relative Record Data Set)
LDS (Linear Data Set)
The KSDS vsam file will be in the sorting order of the key fields, while insert the record. So there is no need of sorting a KSDS file.
Please let me know if I'm wrong.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How do define dynamic array in cobol.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
When is inspect verb is used in cobol?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Explain the configuration section of a cobol program with examples of syntax.
What is redefines clause in COBOL?
Write the code implementing the perform … varying.
What is the difference between goback, stop run and exit program in cobol?
What is cobol?
What is inspect in cobol ?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what happens if parmparameter passes zero bytes to the program
What is the use of intialize verb?