|
|
| Author |
Message |
trilokdewangan
New User
Joined: 19 Jun 2008 Posts: 13 Location: Bangalore
|
|
|
|
Hello Everyone,
Can anyone suggest, how we can alter SPUFI output dataset's retention from permanent to 5 days.
I need to run SPUFI job daily with some standard dataset name, say " BXRT11.PAYX.ABCDED.D&DMS.&CYCLE." Where DMS is changing every day and CYCLE is of 0829A format (today's value)
I need a JCL to find the the dataset starts from above dataset and cycle should be current, and alter the RETPD.
If I get the Job, I can schedule the Job in test region to run everyday.
Thanks
Trilok Kumar |
|
| Back to top |
|
 |
References
|
Posted: Tue Jul 15, 2008 7:14 pm Post subject: Re: SPUFI Job RETPD |
 |
|
|
 |
Moved: Tue Jul 15, 2008 7:14 pm by superk From JCL to SMS & VSAM |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2959 Location: Brussels once more ...
|
|
|
|
| Why not use DFdss to delete those datasets over 5 days old |
|
| Back to top |
|
 |
trilokdewangan
New User
Joined: 19 Jun 2008 Posts: 13 Location: Bangalore
|
|
|
|
Actually All the datasets are migrated in TAPE after 2 days of creation. We do n't want to do HDELETE for that, It's costly to perform the same.
Please suggest
Thanks,
Trilok Kumar |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2560 Location: italy
|
|
|
|
so it looks like there is a management class associated to them
instead of migrating after 2 days, foget about it and put them in a management class with a 5 days retpd
and they will get deleted when hsm perform it' s space management |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2959 Location: Brussels once more ...
|
|
|
|
| trilokdewangan wrote: |
| Actually All the datasets are migrated in TAPE after 2 days of creation. We do n't want to do HDELETE for that, It's costly to perform the same. |
Why is it too costly to perform HDELETE commands ?
But anyway, Enrico has the best suggestion.
Talk to your storage people - We just love to delete your data  |
|
| Back to top |
|
 |
|
|