diff bw vsam and normal flat file?

Answers were Sorted based on User's Feedback



diff bw vsam and normal flat file?..

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

diff bw vsam and normal flat file?..

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

Post New Answer

More JCL Interview Questions

describe the job statement, its meaning,syntax and significant keywords?

1 Answers  


Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?

3 Answers   TCS, Tech Mahindra,


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

0 Answers   IBM,


what is the difference between static call and dynamic call?

1 Answers  


What is GDG and what is the maximum limit of versions that can be created?

9 Answers   Convergys,


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

0 Answers  


Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??

3 Answers   HSBC,


Mention the types of job control statements?

0 Answers  


In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?

7 Answers  


diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)

4 Answers   RBS,


What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?

11 Answers   Tesco,


I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?

5 Answers   Polaris, Tech Mahindra, UST, Wipro,


Categories