View previous topic :: View next topic
|
Author |
Message |
GaganGarg
Active User
Joined: 31 Mar 2010 Posts: 134 Location: India
|
|
|
|
Please let me know how to kigrate a numer of files in one shot resinding on a particular volume? e.g. if volume serial number is TST**, then is there any way to migrate all the files residing on these volume? |
|
Back to top |
|
|
Ranjithkumar
New User
Joined: 10 Sep 2008 Posts: 93 Location: India
|
|
|
|
Try this :
Code: |
//STEP01 EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
HMIGRATE ('AAAAAAAA.BBBBBBB1') NOWAIT
HMIGRATE ('AAAAAAAA.BBBBBBB2') NOWAIT
/*
|
You can migrate number of datasets at one shot, specifying the DSName in the JCL. HMIGRATE doesn't support migrating datasets based on volume. |
|
Back to top |
|
|
GaganGarg
Active User
Joined: 31 Mar 2010 Posts: 134 Location: India
|
|
|
|
Thanks a lot. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Click HERE to see another way to do this. |
|
Back to top |
|
|
|