what is difference between repro and export? if any one know
this plz tell me
Answers were Sorted based on User's Feedback
Answer / harsh vashishth
Repro: is used to copy the ps or sequential files into the vsam files(like ksds , esds , rrds).
Export: is used to take the backups of these data set.
| Is This Answer Correct ? | 28 Yes | 0 No |
Answer / m.sureshkumar
Repro: is used to copy the ps or sequential files into the
vsam files(like ksds , esds , rrds).
Export: is used to take the backups & RE-COVERY of the
data set.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / prachi
export will backup the VSAM dataset into PS..Same thing can
be done by REPRO also...but EXPORT will extract the Catalog
information of the VSAM dataset which can be used in
rebuilding the VSAM datasets..
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / nadim
advantages of export over repro:
catalog information is exported alond with the data
cluster deletion and redefination is not necessary during
the import step because the input dataset already contains
catalog information.
also since the dataset contains catalogued info it can
easily be ported to other systems. An exported dataset has
a cross-system portability.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shriram supalwar dharmabad
REPRO EXPORT
- used vsam and non vsam - used for only vsam data sets
data sets - backed up logical records
- backed up logical along with attributes
records only
- If vsam data sets has - IMPORT command is defined
to be restore, the to restore the backed up
data set has to be data
redefined and reloaded
from backed up copy
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vikram
REPRO COMMAND IS SUECTO COPY THE DATA ONLY .BUT EXPORT IS
USED TO COPY NTHE ENTIRE CHARACTERSTIC OF THE RECORD.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / invkarthik
Repro: This command is used to copy VSAM to VSAM or PSS to
VSAM file. The utility program used id IDCAMS
Export: Copy the VSAM datasets from one region to another
region
| Is This Answer Correct ? | 3 Yes | 5 No |
what do you mean by a vsam slot?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
Using alternate indexes in cics program?
what is meant by dirty read in vsam?
What is the base cluster?
Define a path?
What is the difference between sequential files and ESDS files?
What is the purpose of the FILE STATUS clause in the SELECT statement?
to use the rewrite command, how should the vsam file be opened?
What is a VSAM split?
what is meant by BUFND & BUFNI..?
What is a vsam dataset?