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 Control Interval, Control Area ?
Using Alternate Indexes in Batch pgms: ?
what is the use of the file status clause in the select statement in vsam?
What is the COBOL RECORD KEY clause?
What is a base cluste?
what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
what do you mean by a upgrade set in vsam?
What is File Status in VSAM?
what do you mean by the cobol record key clause in vsam?
What are the distinctive features of a ksda, key sequenced dataset?
explain how do you define a gdg in vsam?
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 ?