|
|
| Author |
Message |
kabyab
New User
Joined: 31 Aug 2005 Posts: 19 Location: Pune, India
|
|
|
|
Hi, I want to find out whether it is possible to find out if a dataset is migrated or not through a JCL or REXX.
There is already a topic on this but the answer was not very satisfactory. Hence I am posting the topic once again.
If possible could anyone give me some idea on how to proceed? |
|
| Back to top |
|
 |
References
|
Posted: Thu Apr 17, 2008 6:11 pm Post subject: Re: How to find out whether a dataset is migrated or not? |
 |
|
|
 |
Moved: Thu Apr 17, 2008 6:46 pm by superk From JCL to SMS & VSAM |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3002 Location: Charlotte,NC USA
|
|
|
|
| kabyab wrote: |
| If possible could anyone give me some idea on how to proceed? |
What part of using the LISTDSI function in a REXX exec, as shown in the examples, do you not understand? |
|
| Back to top |
|
 |
kabyab
New User
Joined: 31 Aug 2005 Posts: 19 Location: Pune, India
|
|
|
|
Hi Superk, I am totally new to REXX and have never used it in my life so far. I searched for the LISTDSI function you have mentioned on the internet and came up with some examples. I think first I have to learn REXX then only I can proceed on this
Anyways thanks for your inputs. |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2439 Location: Brussels once more ...
|
|
|
|
| IDCAMS LISTCAT would tell you if it was migrated or not. |
|
| Back to top |
|
 |
|
|