|
View previous topic :: View next topic
|
| Author |
Message |
Knowledge Hunter
New User
.jpg)
Joined: 17 Aug 2006 Posts: 22 Location: India
|
|
|
|
Hi,
I have to requene say 1000 datasets from tape to disk? Is there any shortcut way for achieving this?
Is there any jcl or command, where I can use wildcards instead of giving the actual dataset name?
for example i want to requeue datasets
my.dataset.a100
my.dataset.a101
my.dataset.a102
my.dataset.a103
.
.
.
.
my.dataset.a1000
Regards,
Yogesh |
|
| Back to top |
|
 |
PeD
Active User

Joined: 26 Nov 2005 Posts: 459 Location: Belgium
|
|
|
|
| Quote: |
| If you tell a man there are 300 billion files in universe to be recalled, he will believe you |
Try HRECALL ('my.dataset.*') thru IKJFET01
but for that amount of recalls, please do that during low activity period. Maybe your co-workers would like to recall one or two files also.
Note that it can also be a limitation per submitted job by your system team. |
|
| Back to top |
|
 |
Knowledge Hunter
New User
.jpg)
Joined: 17 Aug 2006 Posts: 22 Location: India
|
|
|
|
hi,
thanks for the info. its working fine.
Regards,
Knowledge Hunter |
|
| Back to top |
|
 |
|
|