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 override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
How do you restart a PROC from a particular step?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
what is the control cards?
wt will happen to the step of a job if u code COND=ONLY
Can an individual step be restricted from using all the jobs allowed cpu time?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
What is the exact difference between PRTY and DPRTY
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How to empty the records in jcl
What is a S0C4 error ?