MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Volume Listing and Generating List Automation

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
yadav2005
Intermediate


Joined: 10 Jan 2005
Posts: 348
Topics: 144

PostPosted: Wed May 26, 2010 10:04 am    Post subject: Volume Listing and Generating List Automation Reply with quote

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
View user's profile Send private message
yadav2005
Intermediate


Joined: 10 Jan 2005
Posts: 348
Topics: 144

PostPosted: Wed May 26, 2010 10:06 am    Post subject: Reply with quote

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
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12376
Topics: 75
Location: San Jose

PostPosted: Wed May 26, 2010 10:49 am    Post subject: Reply with quote

yadav2005,

Run DCOLLECT in batch and get the volume info which can later be processed via utility to generate your list

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DGT2I281/11.0

There are examples of it running in batch in section 11.2

Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
yadav2005
Intermediate


Joined: 10 Jan 2005
Posts: 348
Topics: 144

PostPosted: Wed May 26, 2010 12:36 pm    Post subject: Reply with quote

Thanks Kolusu it helped me.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group