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
How do get the result of your program directly on your pc?
How can you get the ksds file records into your cobol program?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
i want a program using by if, evaluate , string, unstring, perform, occurs?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Discuss about changing dataset name in proc.
example for sub strings ? and refernce modifications whit output pls
For rewrite, why is it mandatory that file needs to be opened?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is comp-1 and comp-2?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between perform … with test after and perform … with test before?
What are the different types of condition in cobol and write their forms.
i need a small 3d program using inline and outline.