Re: How to purge RRS data

2005-11-14 Thread Vernooy, C.P. - SPLXM
Curt Thompson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]...
 Hello,
 I too, recently discovered that I had many RRS Archive offload datasets,
 and needed a way to purge these.  I set my RETPD and AUTODELETE similar to
 yours, and it took until the next switch to occur, before LOGR actually
 deleted the older files.
 
 At the recent time-change, I took this opportunity to remove the use of the
 Archive file altogether.
 
 HTH, Curt
 

That must mean that the old files, that do not disappear, are orphaned files, 
as the report must tell and they can be deleted manually without problems.

Kees.


**
For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), 
its subsidiaries and/or its employees shall not be liable for the incorrect or 
incomplete transmission of this e-mail or any attachments, nor responsible for 
any delay in receipt.
**

--
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: How to purge RRS data

2005-11-14 Thread Curt Thompson
Hello,
I too, recently discovered that I had many RRS Archive offload datasets,
and needed a way to purge these.  I set my RETPD and AUTODELETE similar to
yours, and it took until the next switch to occur, before LOGR actually
deleted the older files.

At the recent time-change, I took this opportunity to remove the use of the
Archive file altogether.

HTH, Curt

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


How to purge RRS data

2005-11-10 Thread Beesley, Paul
I have RRS data dating back to 2002 and want to get rid of the files.
I recently set the logger values to retpd(30) and autodelete, but all
the old files are still there.
Assuming I can't just delete the files, how else can I get rid of them ?
 
My logger entry looks like this :
LOGSTREAM NAME(ATR.LVT1.ARCHIVE) STRUCTNAME() LS_DATACLAS(LOGGER)

  LS_MGMTCLAS() LS_STORCLAS(ISTS000) HLQ(ISTS000) MODEL(NO)
LS_SIZE(5120) 
  STG_MGMTCLAS() STG_STORCLAS() STG_DATACLAS(LOGGER)
STG_SIZE(5120)   
  LOWOFFLOAD(0) HIGHOFFLOAD(80) STG_DUPLEX(YES)
DUPLEXMODE(UNCOND)
  RMNAME() DESCRIPTION() RETPD(30) AUTODELETE(YES)
OFFLOADRECALL(YES) 
  DASDONLY(YES) DIAG(NO) LOGGERDUPLEX() EHLQ(NO_EHLQ)

  MAXBUFSIZE(65276)

 

Paul Beesley 
UKOSG, EDS, Bournemouth 
*   01202 502334  
 * 07790 495140 
* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  

 

--
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: How to purge RRS data

2005-11-10 Thread Vernooy, C.P. - SPLXM
Beesley, Paul [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]...
 I have RRS data dating back to 2002 and want to get rid of the files.
 I recently set the logger values to retpd(30) and autodelete, but all
 the old files are still there.
 Assuming I can't just delete the files, how else can I get rid of them ?
  
 My logger entry looks like this :
 LOGSTREAM NAME(ATR.LVT1.ARCHIVE) STRUCTNAME() LS_DATACLAS(LOGGER)
 
   LS_MGMTCLAS() LS_STORCLAS(ISTS000) HLQ(ISTS000) MODEL(NO)
 LS_SIZE(5120) 
   STG_MGMTCLAS() STG_STORCLAS() STG_DATACLAS(LOGGER)
 STG_SIZE(5120)   
   LOWOFFLOAD(0) HIGHOFFLOAD(80) STG_DUPLEX(YES)
 DUPLEXMODE(UNCOND)
   RMNAME() DESCRIPTION() RETPD(30) AUTODELETE(YES)
 OFFLOADRECALL(YES) 
   DASDONLY(YES) DIAG(NO) LOGGERDUPLEX() EHLQ(NO_EHLQ)
 
   MAXBUFSIZE(65276)
 
  
 
 Paul Beesley 
 UKOSG, EDS, Bournemouth 
 *   01202 502334  
  * 07790 495140 
 * [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
 
  
 
 --
 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
 
 

Interesting question. Delete / define the logstream will get rid of all data of 
course, but I suppose that's not what you want. 
z/OS 1.6 has added a number of flexibilities to logstreams. I wonder if 
changing REPTD and AUTODELETE should apply only to the data created after the 
modification and not to the entire logstream. Changes like LS_MGMTCLAS etc. 
will take effect at the next offload dataset switch. Did you have an offload 
dataset switch after the UPDATE?

Kees.


**
For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), 
its subsidiaries and/or its employees shall not be liable for the incorrect or 
incomplete transmission of this e-mail or any attachments, nor responsible for 
any delay in receipt.
**

--
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: How to purge RRS data

2005-11-10 Thread Beesley, Paul
Kees

Yes we do appear to have had an offload dataset switch. Maybe I'll have
to wait 30 days to see if what you suggest is true.
Or wait until we get 1.7 to use the new flexibility you mention 


Paul Beesley
UKOSG, EDS, Bournemouth
*   01202 502334  
 * 07790 495140
* [EMAIL PROTECTED]

 
 

Interesting question. Delete / define the logstream will get rid of all
data of course, but I suppose that's not what you want. 
z/OS 1.6 has added a number of flexibilities to logstreams. I wonder if
changing REPTD and AUTODELETE should apply only to the data created
after the modification and not to the entire logstream. Changes like
LS_MGMTCLAS etc. will take effect at the next offload dataset switch.
Did you have an offload dataset switch after the UPDATE?

Kees.


**
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee only. If
you are not the addressee, you are notified that no part of the e-mail
or any attachment may be disclosed, copied or distributed, and that any
other action related to this e-mail or attachment is strictly
prohibited, and may be unlawful. If you have received this e-mail by
error, please notify the sender immediately by return e-mail, and delete
this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its
subsidiaries and/or its employees shall not be liable for the incorrect
or incomplete transmission of this e-mail or any attachments, nor
responsible for any delay in receipt.
**

--
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: How to purge RRS data

2005-11-10 Thread Barbara Nitz
Paul,

what is IXCMIAPU detail report for that log stream telling you? Are those
data sets still connected to LOGR or are they 'orphaned'? 

You also may want to look into the Programming RRS book. There may be a
utility around somewhere that does the actual delete of the log blocks for
you (similar to IEAMDBLG in samplib for operlog log streams).

Best regards, Barbara Nitz

-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner

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