Hi all,
   
  I am trying to extract a report form the HPDM database for a certain time 
period.  All I have an example is as follows:
   
  //ADMIN  EXEC  PGM=SOVADMN,PARM='SSNAME(SOV)'  
//SYSPRINT  DD  SYSOUT=*                       
//SYSIN   DD  *                                
  ADMIN DB LIST                                

  This gives me the name of all the tapes that are in the database.  Does 
EXHPDM provide a reporting tool or parms (as in TMS) to extract a report for a 
specific date range?  I checked the EXHPDMOpSys manual but I didn't find 
anything that would help me.
   
  I tried using the following:
   
  ADMIN DB LIST S (FILE ( SYS.HPDMSYS.DSSCPY*.QUOT.** )   
      CRDT(TODAY))                                      
 
  However, this looks for a certain dsn and certain day (today).  Is there 
something else that I can do?
   
  Thanks.

 Send instant messages to your online friends http://au.messenger.yahoo.com 

----------------------------------------------------------------------
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

Reply via email to