View previous topic :: View next topic |
Author |
Message |
yadav2005 Intermediate
Joined: 10 Jan 2005 Posts: 348 Topics: 144
|
Posted: Wed May 26, 2010 10:04 am Post subject: Volume Listing and Generating List Automation |
|
|
Hi All,
I do a manual process where in enter each volume name in 3.4 with option V to find out if the volume utilization is 99 or 98 or 97 or 96%.I want to automate the process
where in i will keep a list of volume names in a input file and try to get same information in a output file with format as below:
Code: |
VOLUME NAME % USED
----------- ------
VOL01 99%
VOL02 99%
VOL03 98%
..
..
..
..
|
Futher more once I get the output file ,I want to find out only one of the datasets in each volume from the output file which is more than 200 CYL in Primary space only
and I want the dataset name in different files each for 99 ,98 ,97 and 96% in the format below.
First file for 99%
Code: |
DATASET NAME PRIMARY SPACE VOLUME NAME %USED
------------ ------------- ----------- -----
ABCD.PROD.XYZ 210 VOL01 99%
|
Next file for 99%
Code: |
DATASET NAME PRIMARY SPACE VOLUME NAME %USED
------------ ------------- ----------- -----
ABCD.PROD.ABC 476 VOL02 98%
|
and so on for the remaining ore files.Once I get the different files , I have a job with me which will move the different datasets to empty volumes.Basically I want to move datasets with high % used to empty packs.And the new batch job I want to run either automatically , say on a Friday evening if possible or manually also.Is there any way which will make the job run at Friday automatically with putting in a schedular without submitting manually.Hope my question is clear. |
|
Back to top |
|
|
yadav2005 Intermediate
Joined: 10 Jan 2005 Posts: 348 Topics: 144
|
Posted: Wed May 26, 2010 10:06 am Post subject: |
|
|
Sorry a small mistake in the requirement :
Next file for 99%
Code: |
DATASET NAME PRIMARY SPACE VOLUME NAME %USED
------------ ------------- ----------- -----
ABCD.PROD.ABC 476 VOL02 99%
|
|
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
yadav2005 Intermediate
Joined: 10 Jan 2005 Posts: 348 Topics: 144
|
Posted: Wed May 26, 2010 12:36 pm Post subject: |
|
|
Thanks Kolusu it helped me. |
|
Back to top |
|
|
|
|