|
|
| Author |
Message |
Schlesin Sam
New User
Joined: 07 May 2007 Posts: 6 Location: kerala
|
|
|
|
Hi,
I have a requirement to migrate the data sets to tape using REXX tool.
Requirement in Detail:-
-------------------------
The input will be a PS file or a PDS member, which will have the list of datasets that needs to migrated. The tool will read the input file and migrate all the datasets mentioned in it. The dataset names can be given with qualifiers also. In case of qualifier, all the datasets under the qualifier should be migrated.
In case of error, (already in tapes or dataset not found) a message should be displayed with the list of datasets.
Schlesin |
|
| Back to top |
|
 |
|
|
 |
vasanthz
Active Member
Joined: 28 Aug 2007 Posts: 859 Location: South Indian CEO's Chair
|
|
| Back to top |
|
 |
Bill Woodger
Senior Member
Joined: 09 Mar 2011 Posts: 2856 Location: Portugal
|
|
|
|
| And this has what to do with Cobol? |
|
| Back to top |
|
 |
Moved: Thu Feb 09, 2012 2:51 pm by superk From Mainframe COBOL to SMS & VSAM |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 8221 Location: italy
|
|
|
|
| Quote: |
| I have a requirement to migrate the data sets to tape using REXX tool. |
| Quote: |
| can anyone help me by any UTILITY |
I wonder why people who know nothing about rexx want to develop tools with it |
|
| Back to top |
|
 |
Akatsukami
Active Member
Joined: 03 Oct 2009 Posts: 799 Location: Bloomington, IL
|
|
|
|
| enrico-sorichetti wrote: |
| Quote: |
| I have a requirement to migrate the data sets to tape using REXX tool. |
| Quote: |
| can anyone help me by any UTILITY |
I wonder why people who know nothing about rexx want to develop tools with it |
Because failing miserably in Rexx is immeasurably cooler than doing so in COBOL, PL/I, or HLASM  |
|
| Back to top |
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 6132 Location: porcelain throne
|
|
|
|
| Akatsukami wrote: |
Because failing miserably in Rexx is immeasurably cooler than doing so in COBOL, PL/I, or HLASM  |
all too often i attempt to elicit humor thru sarcasm,
but usually fall short due to my anger, mean-ness, and down rigtht lack of good manners.
Akatsukami,
thank you for reminding me how to do it correctly.
best post from anyone in a long while. |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8173 Location: Back in the UK
|
|
| Back to top |
|
 |
Pete Wilson
Active User
Joined: 31 Dec 2009 Posts: 184 Location: London
|
|
|
|
Curious why you need to do this in the first place? Is it just to archive a bunch of old data or are you trying to force early migration of the data for some reason? Are they SMS managed or not?
DFHSM will do this for you automatically based on the SMS datasets Mgmtclas if it has the correct Primary Days and/or ML1Days values, assuming the datasets are in a Storgrp that has Auto and/or Interval migration enabled.
For NONSMS it depends on how the ADDVOL and other SETSYS parameters in DFHSM are set up.
Suggest talking to your Storage team |
|
| Back to top |
|
 |
|
|