In vsam why we use export-import utility?
Answers were Sorted based on User's Feedback
Answer / neha
we use export for backing up data from vsam dataset to a ps
and import is used for transferring data from ps to a vsam
dataset.though repro can do the same but the difference
lies in the fact tht export also extracts the catalog info
of the vsam so tht the vsam dataset can be easily rebuld
later on...
Is This Answer Correct ? | 32 Yes | 0 No |
Answer / mohi
Export and Import Commands works for VSAM DS and Alternate Indexes. Export command is used to take BACK UP diff. VSAM DS and Import Command is to restore file to proper device.
Same process can be using Reqpro, but diff. is
Repro works for both VSAM and Non-VSAM DS.Export and Import Commands works for VSAM DS.
Repro backs up only logical records.Export backs up logical records and also attributes and Import redefines with attributes and reload the records.
Is This Answer Correct ? | 4 Yes | 0 No |
What is the significance of the SHAREOPTIONS parameter?
What are the advantages of vsam over isam?
How many times secondary space allocated?
what is difference between repro and export? if any one know this plz tell me
What is a lds (linear data set)?
What is the index set?
should a AIX should be a unique value?
What is a lds (linear data set) and what is it used for?
name the utility program closely associated with vsam?
what is buffering and how does it apply to vsam files ?
What are the different parameters that are used in vsam?
what is the concept of AIX in vsam ????