What is the difference between PS file and VSAM file?
Answer Posted / avinash kumar techrel
ps file is used for writing a program and storing data.but
vsam used only for storing data.ps file accessed
sequentially.but vsam accessed sequentially,randomlyand
dynamically.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
what do you mean by gdg in vsam?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
what is the use of the file status clause in the select statement in vsam?
explain the information contained in ci
to use the rewrite command, how should the vsam file be opened?
is delete operation supported in an esds? Is rewrite operation possible in esds?
Explain the biggest disadvantage of using a vsam dataset?
What are the distinctive features of a ksda, key sequenced dataset?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
What is a lds (linear data set)?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
what is the meaning of each of the values in shareopts(2 3)?
what does a file status of 02 on a vsam signifies?
explain the differences between vsam and non-vsam files
is it required that primary key values have to be unique? Do alternate key values have to be unique?