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

In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?

3 Answers  


If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?

13 Answers   Cognizant, Convergys, IBM, TCS, Wipro,


What is JCL LIB ?

3 Answers   Xansa,


What are some jcl statements that are not allowed in procedures?

0 Answers  


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

0 Answers  






i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance

1 Answers   IBM, TCS,


How to do automated restart when a job abend?

0 Answers  


What parameter of the job statement is used to limit the cpu time consumed by the job?

0 Answers  


what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?

1 Answers  


Explain the jcl exec statement?

0 Answers  


Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?

4 Answers  


What is MOD and when would you use it?

3 Answers  


Categories