How do you convert flat files to VSAM files ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
what do you mean by define model parameter?
What is File Status in VSAM?
Explain the significance of the shareoptions parameter?
what is the use of aix in vsam why do we go for aix and wht is build index in vsam?
What are all the ways we can create datasets?
What is a lds (linear data set)?
What is a VSAM slot?
What is recovery parameters in define cluster command?
how many buffers are allocated to vsam ksds and esds?
What are the steps involved in access method services?
what is a base cluster in vsam?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...