How do you convert flat files to VSAM files ?

Answers were Sorted based on User's Feedback



How do you convert flat files to VSAM files ?..

Answer / tin-tin

Use IDCAMS to copy flat file into a VSAM File

Is This Answer Correct ?    12 Yes 4 No

How do you convert flat files to VSAM files ?..

Answer / dev

u can not directly convert a flat file to vsam file because
vasam file have something called key filed which u need to
specify and it should be in some order asc/dsc or we can
say sorted on key filed and then we can copy the flat file
to vsam file

Is This Answer Correct ?    12 Yes 4 No

How do you convert flat files to VSAM files ?..

Answer / mainframe virumbi

The attributes of the VSAM and Flat files are totally
different, so we cant copy the entire characteristics, but
i think we can copy the contents i.e datas using idcams

Is This Answer Correct ?    8 Yes 2 No

How do you convert flat files to VSAM files ?..

Answer / sajid

use idcams export option which will convert a flat file into
vsam file by copying the datset along with its attributes...

Is This Answer Correct ?    3 Yes 2 No

How do you convert flat files to VSAM files ?..

Answer / jerry

please make sure that we should sort primary keys only in
asending order while copying.... here some one gave
ase/dse.. i think its not possible

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More VSAM Interview Questions

What is the maximum number of Alternate Index ???

4 Answers  


Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?

2 Answers   IBM,


what do you mean by the cobol record key clause in vsam?

0 Answers   IBM,


What are the steps involved in access method services?

0 Answers  


Explain the process in which flat files are converted into vsam files?

0 Answers  






What is the purpose of relative record data set used in vsam?

0 Answers  


can we create vsam files on multiple volumes ?

3 Answers   Tech Mahindra,


how do you create an alternate index ?

0 Answers   IBM,


What is the catalog?

1 Answers  


what do you mean by gdg in vsam?

0 Answers   IBM,


While designing vsam files,what is the best way to choose control interval size for the data and the index?

1 Answers  


What is the biggest disadvantage of using a vsam dataset?

0 Answers  


Categories