what is difference between repro and export? if any one know
this plz tell me

Answers were Sorted based on User's Feedback



what is difference between repro and export? if any one know this plz tell me..

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

what is difference between repro and export? if any one know this plz tell me..

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

what is difference between repro and export? if any one know this plz tell me..

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

what is difference between repro and export? if any one know this plz tell me..

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

what is difference between repro and export? if any one know this plz tell me..

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

what is difference between repro and export? if any one know this plz tell me..

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

what is difference between repro and export? if any one know this plz tell me..

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

Post New Answer

More VSAM Interview Questions

In vsam why we use export-import utility?

3 Answers  


What is the biggest disadvantage of using a vsam dataset?

0 Answers  


What is an RBA in rrds? What does it do? What is it used for?

5 Answers   CTS,


What is recovery parameters in define cluster command?

0 Answers  


What is the difference between sequential files and ESDS files?

1 Answers   IBM,






1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete only 1st record ..then what i have to do?.. it will not affect any sequence of the RBA. 3. why open extend is not possible in rrds vsam file?

3 Answers  


What is the purpose of the FILE STATUS clause in the SELECT statement?

1 Answers  


State the differences between vsam and non-vsam files?

0 Answers  


What is FREESPACE ?

2 Answers  


How vsam datasets are cataloged?

1 Answers   Ordain Solutions,


is there any lock for vsam file so that no one can update the vsam file ?

2 Answers   HCL,


how to view clusters that has more than 10000 records

2 Answers  


Categories