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 |
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What is the meaning of the DEFINE MODEL parameter?
Explain the index set?
Is CA(Control Area) is part of CI(Control Interval)
What is the place for VSAM KSDS?
explain in brief how you can create a vsam file?
Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequential file is bigger than that of the VSAM file?
What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..
What is the maximum record length for the VSAM dataset?
Why is master catalog used in vsam?
is it slower if you access a record through alternative index as compared to primary index?
What is the difference between CI( Control Interval)and CA (Control Area)?