Luis S Fernandez wrote:
What needs to be done to move a VSAM dataset from Prod lpar to Test lpar.

Luis Fernandez
System Programmer
Miami Dade College.

From production to test? Are you creating test data from live
data? Do you want to move or to copy?

The IDCAMS EXPORT command will copy records and catalog info
to a flat file; use the PERM option to delete the file on the
original system after the copy has been made (this is the
default).

The IDCAMS IMPORT command will create a new version of your
VSAM file from an EXPORT-ed source. At IMPORT time you can
override some characteristics (such as volume serial(s))
using the OBJECTS parameter.

These can be done in batch jobs or as TSO commands. Make
sure the original data is not being used at the time you
do the EXPORT (so you don't lose recent updates).



Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

==> Check out the Trainer's Friend Store to purchase z/OS  <==
==> application developer toolkits. Sample code in four    <==
==> programming languages, JCL to Assemble or compile,     <==
==> bind and test.                                         <==
==>   http://www.trainersfriend.com/TTFStore/index.html    <==

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to