diff bw vsam and normal flat file?
Answers were Sorted based on User's Feedback
Answer / muttaiah
Hi,
One difference is how we process the records.
In flat file we can process records only sequentially where
as in Vsam we can process sequentially(ESDS), random(KSDS)
or dynamic(RRDS).
That's why most of them prefer vsam. since we can access in
all modes.
| Is This Answer Correct ? | 25 Yes | 1 No |
Answer / himap
As the name suggest - VSAM - Virtual Storage Access Method - it is the Access Method that is major difference between VSAM and FLAT file.
| Is This Answer Correct ? | 1 Yes | 0 No |
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
Explain how can the attributes of one sms dataset be copied to another dataset?
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
Explain the function of job statement in jcl?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
What is the use of the utility DFSRRC00 in the JCL?
Is it possible to define dd statements as you want?
Is their any set of rules for dd? Explain.
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
difference between internal sort and external sort
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?