Hello Conley-san, Thank you for your suggestion.
I added VOLUME VRS and next_VRS as following: ADDVRS VOLUME(VTP02*) NEXTVRS(DAYS5) ADDVRS NAME(DAYS5) DAYS COUNT(5) Then I wrote a data set on volume VTP029 After Housekeeping, retention date field of VTP029 was CYCL/99999. It seems to me that NEXTVRS is NO effect. Then I changed VOLUME VRS as following. ADDVRS VOLUME(VTP02*) COUNT(1) NEXTVRS(DAYS5) Housekeeping ran again, then the retention data of VTP029 became CYCL/00001. I don't know why NEXTVRS is NO effect. Our VRSEL option in EDGPRMxx is VRSEL(NEW). Are there something wrong in my specification about VRS? Your help is appreciated. Minoru Massaki (M*M) 2012/8/22 Thomas Conley <[email protected]>: > On 8/21/2012 7:37 PM, Thomas Conley wrote: >> On 8/21/2012 12:20 PM, Minoru Massaki wrote: >>> Hello RMM experts, >>> >>> I like retain volumes (volser prefix is VTP02) 5 days by VOLUME VRS. >>> Then I added a VOLUME VRS as following. >>> >>> ADDVRS VOLUME(VTP02*) COUNT(5) >>> >>> (If I add operand DAYS to specify retention type, it became an error. >>> IKJ56712I INVALID KEYWORD, DAYS >>> RMM Manual says there is no DAYS operand for ADDVRS VOLUME.) >>> >>> >>> I created a data set on volume VTP020, and ran RMM housekeep with >>> VRSEL, EXPROC parms. >>> After that I display the volume VTP020 through ISMF pannel. >>> Retention date field of the VTP020 showed "CYCL/00005", not "yyyy/ddd" >>> (ddd=current date+5) >>> >>> Is this working as design or bug? >>> >>> I want to retain the volume 5 days long, NOT cycle 5. >>> How can I set the retention data as current data + 5? >>> >> >> Minoru, >> >> COUNT for a volume VRS is the number of volumes you want to retain, >> hence the CYCL/00005 on the volume retention. Eliminate COUNT on the >> VOLUME VRS, or specify COUNT(99999), then use a NEXTVRS(DAYS) and create >> ADDVRS DAYS5 DAYS(5). >> >> Regards, >> Tom Conley >> > > Sorry, that should have said NEXTVRS(DAYS5). > > Regards, > Tom Conley > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN -- 全先 実 - Minoru Massaki (M*M) E-mail: [email protected] ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
