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 |
What do you know about jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How to pass data to a program that is coded in an exec statement?
How to override loadlib?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
How to find out the number of records in a file using JCL
Differentiate between addressing mode and run mode.
Is it possible to left uncode disp?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
Is acct parameter mandatory?