Difference between ps, esds
Answers were Sorted based on User's Feedback
Answer / vs kumar
PS Stands for Physical sequential dataset. ESDS stands for
Entry sequenced dataset and its VSAM dataset.
In ESDS records are processed one at a time in order which
they have loaded.
| Is This Answer Correct ? | 3 Yes | 0 No |
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 |
Answer / lu
PS = physical file, flat file
1) you can backup on tape...
esds = vsam file, u define by IDCAMS
1) you can't backup on tape...
there are many differences ....read vsam book to know ...
| Is This Answer Correct ? | 0 Yes | 6 No |
how do you reference the fixed unblock file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?
Can we move X(9) to 9(9). If yes what are the ways for doing this?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
Write a cobol program making use of the redefine clause.
What is the difference between PIC 9.99 and PIC9v99?
can we read in input the file with a variable length ? please , how ..could you help me ?
What are the access modes of START statement?
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
What is ASKTIME, SUSPEND
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the difference between static call & Dynamic call?