Re: SMS report

2005-06-27 Thread Wong, Dorothy
Thanks Larry, I just tried it and the information is very useful.  It
even provides the Vtoc free information that Wang Rong is looking for.  

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Larry Crilley
Sent: June 27, 2005 9:34 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: [IBM-MAIN] SMS report

Dorothy,

Since you have T-REX, why not use the REPORT command to produce space on
each volume in the STORAGEGROUP?

REPORT  -
OBJECT(VSPACE) FOCUS(VOL) - 
STORAGEGROUP(your-storage-group-name)

Larry Crilley
Dino-Software, LLC
http://www.dino-software.com/
412-734-2853.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SMS report

2005-06-27 Thread Larry Crilley
Dorothy,

Since you have T-REX, why not use the REPORT command to produce space on
each volume in the STORAGEGROUP?

REPORT  -
OBJECT(VSPACE) FOCUS(VOL) - 
STORAGEGROUP(your-storage-group-name)

Larry Crilley
Dino-Software, LLC
http://www.dino-software.com/
412-734-2853.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SMS report

2005-06-26 Thread Scott Barry
The DCOLLECT data does not provide PDS directory information, only a list of
candidate PDS libraries (DSORG bit test in the "D" record).  REXX and
LISTDSI will return the PDS directory blocks allocated/used information.

Scott Barry
SBBWorks, Inc.
__

Hi all,

   Thank you for your reply. I have used naviquest batch job to produce
some information from dcollect output, but can't find the directory
information of PDS. I want to obtain the directory full information from
the dcollect output though I know that tso command listdsi can do that
(need write rexx to list every pds). And I don't have the FDRreport
product. Any other idea?



Best Regard,

Wang Rong

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SMS report

2005-06-26 Thread Wang Rong
Hi all,

   Thank you for your reply. I have used naviquest batch job to produce
some information from dcollect output, but can't find the directory
information of PDS. I want to obtain the directory full information from
the dcollect output though I know that tso command listdsi can do that
(need write rexx to list every pds). And I don't have the FDRreport
product. Any other idea?



Best Regard,

Wang Rong

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SMS report

2005-06-24 Thread Rob Wunderlich
On Thu, 23 Jun 2005 23:10:24 -0500, Wang Rong <[EMAIL PROTECTED]> wrote:
>My intent is to produce a report of all PDS in the system, which can
>tell if dirctory of PDS is FULL and some other itmes.

Wang,

I believe getting directory stats requires that the dataset be opened,
which in turn will update the last reference date. This may be an
undesirable side effect if you are doing global reporting on all PDS's.

-Rob

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SMS report

2005-06-24 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 06/23/2005
   at 11:10 PM, Wang Rong <[EMAIL PROTECTED]> said:

>My intent is to produce a report of all PDS in the system,

Do you have FDR? You might want to use FDREPORT for that.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SMS report

2005-06-24 Thread Scott Barry
A combination of an IDCAMS DCOLLECT run to get a list of DSNs, parse the
DCOLLECT records looking for PDS datasets, then use the subset DSN list and
perform a LISTDSI to get the DIRECTORY information (dir blocks allocated and
used).  

You can find technical resources with sample code by doing a Google search
on keywords "+rexx +listdsi +pds" and from an Internet reference, it appears
that the CBT tape, file #206, has some REXX/DCOLLECT routines for example.
Also, from Google Groups and bit.listserv.tsorexx, I see several related
postings on TSO/REXX and DCOLLECT analysis.  Good luck.

Scott Barry
SBBWorks, Inc.


Thu, 23 Jun 2005 23:10:24 -0500
Subject:      Re: SMS report

Hi shmuel,

My intent is to produce a report of all PDS in the system, which can
tell if dirctory of PDS is FULL and some other itmes.

Best Regard,

Wang Rong

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SMS report

2005-06-23 Thread Wang Rong
Hi shmuel,

My intent is to produce a report of all PDS in the system, which can
tell if dirctory of PDS is FULL and some other itmes.





Best Regard,

Wang Rong

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SMS report

2005-06-23 Thread Greg Shirey
Very nice, Dorothy.  

One does have to be RACF authorized to run DCOLLECT, I found out.
(STGADMIN.IDC.DCOLLECT)

Greg Shirey
Ben E. Keith Company

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Wong, Dorothy
Sent: Thursday, June 23, 2005 8:58 AM

Here is jcl to provide % available from a storage group

 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SMS report

2005-06-23 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 06/22/2005
   at 09:28 PM, Wang Rong <[EMAIL PROTECTED]> said:

>Do you have some idea of how to obtain PDS directory information
>using batch job?

IEHLIST, PDS85, StarTools and lots more. What are you trying to do?
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SMS report

2005-06-23 Thread Wong, Dorothy
Here is jcl to provide % available from a storage group
//STEP5EXEC PGM=IDCAMS  
//DD1  DD DSN=&&STEP5,DISP=(,PASS), 
// DCB=(RECFM=VB,LRECL=644,BLKSIZE=0,DSORG=PS), 
// SPACE=(TRK,(35,91),RLSE) 
//SYSPRINT DD SYSOUT=*  
//SYSINDD * 
  DCOLLECT OFILE(DD1) ELIMIT(50) STOG(DEVLRG,-  
  DEVPOOL,   -  
  DEVSMALL,  -  
  SPILL) NODATAINFO 
//STEP6EXEC PGM=ICEMAN,TIME=15  
//SYSOUT   DD  SYSOUT=* 
//SORTIN   DD  DSN=&&STEP5,DISP=(OLD,DELETE)
//SORTOUT  DD  DSN=&&ABC,DISP=(,DELETE,DELETE), 
// SPACE=(TRK,(91,91),RLSE),
// DSORG=PS,RECFM=VB,LRECL=644  
//RPT1 DD DSN=DOTWONG.SMSTEMP.POOL,DISP=(,CATLG,DELETE),
// SPACE=(TRK,(96,91),RLSE),RECFM=FBA   
//REPORT DD SYSOUT=*,DCB=(RECFM=FBM,LRECL=133,BLKSIZE=1330) 
//SYSUDUMP DD SYSOUT=*  
//SYSINDD * 
SORT FIELDS=(87,6,CH,A) 
 OUTFIL FNAMES=RPT1,NODETAIL,CONVERT,OUTREC=(1,80), 
HEADER1=('  ',/,
 'THE STATUS OF THE POOLS ARE AS FOLLOWS'), 
SECTIONS=(87,6, 
TRAILER3=(1:'STORGRP   ',87,6,20:' # OF VOLS',  
COUNT,40:'% AVAIL',AVG=(40,1,BI)))  
/*  

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Wang Rong
Sent: June 22, 2005 10:29 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: [IBM-MAIN] SMS report

Hi all,

Do you have some idea of how to obtain PDS directory information
using
batch job? And another question: how to obtain the %used of a whole
storage group?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


SMS report

2005-06-22 Thread Wang Rong
Hi all,

Do you have some idea of how to obtain PDS directory information using
batch job? And another question: how to obtain the %used of a whole
storage group?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html