Alex, In order to get those special EXPDT values to be honoured, you have to 
handle existing data set, and also newly created data sets.
The conversion program, EDGCDYNM, for TLMS conversion handles the existing 
data sets when the SYSIN option keyword VRSMGMTP PREFIX=ppp is 
specified. The sample JCL codes VRSMGMTP PREFIX=D. What this does is to 
set the VRS management value for each data set that used a special EXPDT; 
in your example 99010 would cause D99010 to be set.  Also a K record is 
created for the D99010 VRS management value. You can check this has 
happened by listing the data set and the VRS in RMM CDS after conversion. 
Prior to running EDGHSKP VRSEL you should be able to see the VRS MV D99010 
set for the data set - and the matching VRS information not yet set. You 
should be able to list the VRS  (RMM LS DSN('D99010')).

For new data sets created after conversion, it is EDGUX100 that must set the 
VRS MV. The EDGUX100 sample exit supports only 99000 and 98000 special 
EXPDT values, unless you customize it.  However, there is a 2nd sample of 
EDGUX100, but it is called EDGCVRSX; this is documented in the conversion 
documentation (EDGCMM01 in SAMPLIB). It will handle all the special EXPDT 
dates you need, but a table must be built for each special date you want to 
use.  It also provides ways for overriding special dates. If you have not used 
this sample, that is likely your problem. EDGCMM01 does describe how to use 
EDGCVRSX along with a sample  table, EDGCVRST, however it does not provide 
help in building a table.  What you could do is use EDGCSRDS ( a CA-1 
conversion program), but with RDS and TMSPARM DDs set to DUMMY, and 
include the special dates in the VRSVALUE DD like this example;
//VRSVALUE DD *
99010D99010  
For each one you specify, EDGCSRDS creates an entry for the ux100 table 
(VRSTABLE DD), and a K record in DEXTOUT DD - some of the latter may 
duplicate others created by EDGCDYNM.
Use the documentation in EDGCMM01 for CA-1 conversion about 'UXTABLE' to 
see how to make use of this.

Once VRSEL is run, you should be able to see matching VRS information for 
existing and new data sets that use special EXPDT values. 

Mike Wood    RMM Development
On Tue, 2 Oct 2007 04:04:40 -0500, Alex B Nielsen <[EMAIL PROTECTED]> 
wrote:

>Hello Group.
>
>I have recently converted TLMS to DFSMSRMM , and now i have poblems with
>special EXPDT dates (eg : 99010) , which should be assigned to VRS
>D99010 ,and kept for 10 cycles , but dataset are not set to this VRS . The
>dataset is GDG ds.
>
>I have exit EDGUX100 active(no changes to the IBM sample). We are also
>running IBM's Virtual Tape Library.
>
>Any idea what i am doing wong ?
>
>Regards Alex Nielsen

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