Answer Posted / suersh ramaiyan
Vs Kumar is correct. But he forget to mention one thing.
PS files is accessed normally whereas ESDS is access through
the VSAM (Virtual Storage Access Method). VSAM is not a file,
It just a method or process that How to access the file.
Actually, PS and ESDS are same in the functionality wise.
But it is different as the access method used. ESDS will be fast access-able.
Please correct me, if I'm wrong.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the different types of condition in cobol and write their forms.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Are you comfortable in cobol or jcl?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is length is cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are different data types in cobol?
Can we change the password using ALTER? anyone tried and changed?
What are the cobol coding sheets?
Which division and paragraphs are mandatory for a COBOL program?
Can you please let me know the centre name of INS certification in Kolkata.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
explain sorting techniques in cobol program?