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 is Cataloged Procedures?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
i want to store 20 digits . how will u do it in cobol ?
Can we give two user name in NOTIFY parameter in JOBCARD
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
What is order of searching of the libraries in a JCL?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How many parameters are there to a DISP statement and what are their uses ?
Do we need to code DCB parameters when using DISP position as MOD?