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 many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
How include time & date in the report generation in cobol programing?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
What is inspect in cobol ?
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
which is better comp or comp-3 in terms of memory utilization?
what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?
if a file has 1000 recods how copy the records from 1 to 100 records using sort