View previous topic :: View next topic |
Author |
Message |
pkarthik@email.com Beginner

Joined: 29 Mar 2005 Posts: 34 Topics: 18 Location: Canada
|
Posted: Thu Mar 31, 2005 1:23 am Post subject: Difference between REPRO and EXPORT/IMPORT |
|
|
DIFFERENCE BETWEEN REPRO AND EXPORT/IMPORT WHEN UNIT=DISK IN BOTH THE CASES.
WHEN THE TARGET IS A PS FILE and also . THE FILE WHICH USES EXPORT MUST BE IMPORTED BEFORE ACCESSING that is the normal condition.what is the difference both repro and export/import writes the sam file in PS file residing in the disc.
Can any one help in this regard. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Mar 31, 2005 6:41 am Post subject: |
|
|
The EXPORT command either exports a cluster or an alternate index or creates a backup copy of an integrated catalog facility catalog.Exporting means to store the cluster or AIX data in other media in a non-processable format, together with catalog information about the data set. Access Method Services acknowledge and preserve the SMS classes during EXPORT.
IMPORT is the opposite operation to EXPORT. Here, you reload the cluster or AIX data and recatalog its catalog information in an active catalog. You can only IMPORT a cluster that was previously EXPORTed.
The REPRO command can be used to copy and catalog a vsam cluster as well as non-VSAM data sets. It also can be used to unload and reload VSAM catalogs.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|