We are recently upgraded to Zos 1.11.

According to the manual:

 To calculate the value to use in a patch of the MGCB, start with the     
 desired number of hours for your interval, multiply by 60, and then add  
 30.  For example, if you want the interval to be two hours, the value is
 (2*60)+30 = 150. Issue the following PATCH command:                      
                                                                          
 Essssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
 e                                                                        
 e  PATCH .MGCB.+60 X'0096'    /* 150 minutes */                          
 e                                                                        

If a 2 hour interval is 120 + 30 = 150 then it follows that a 6 hour interval 
would be 
(6x60) + 30 = 390 which converts to x'186'

PATCH .MGCB.+60 X'0186' 

So why did I get the following:
06.01.33 STC07027  ARC0581I INTERVAL MIGRATION ENDED SUCCESSFULLY AT  133   
   133             ARC0581I (CONT.) 06:01:32 ON 2010/08/05                  

10.05.00 STC07027  ARC0581I INTERVAL MIGRATION ENDED SUCCESSFULLY AT  200 
   200             ARC0581I (CONT.) 10:04:59 ON 2010/08/05   

4 hours is not 6, any suggestions as to what I did wrong?             

Thank You,
Dave O'Brien
NIH Contractor

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

Reply via email to