Author Topic: z/OS 1.12 Sample CBRHADUX has incorrect comments  (Read 2232 times)

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1208
    • View Profile
z/OS 1.12 Sample CBRHADUX has incorrect comments
« on: December 22, 2011, 11:56:25 AM »
APAR= OA36616
SAMPLE CBRHADUX EXIT SHIPPED WITH WRONG COMMENTS 

PROBLEM CONCLUSION:                                             
In Manual SC35-0426-xx the DFSMS OAM Planning,  Installation,   
and Storage Administration guide for Object Suport.             
Chapter:                                                         
E.2.4 Sample Auto-Delete Installation Exit                       
                                                                 
Comment documented in the sample for returning ADUFAILC for     
RC=08 will be modified in the next version and in the sample     
provided for the next release shipped of the product.           
.                                                               
The wording "to not allow deletions"   will be changed to read   
 "of how to allow deletions"                                     
                                                                 
The sample section changed will now read as follows:             
                                                                 
****************************************************************
*  The following comparison is made to provide an example, of   
*  how to allow deletions for a particular storage group. The   
*  following four lines can be removed if this does not         
*  pertain to your needs. *                                     
****************************************************************
CLC   ADUSGNAM,=CL8'GROUPXX' DO NOT PROCESS FURTHER IF           
BNE   NOTGRPXX            GROUPXX FOUND DO NOT PROCESS           
LA    R2,ADU8RS01         LOAD REASON CODE FOR GROUPXX           
ST    R2,REASCODE         STORE REASON CODE                     
LA    R2,ADUFAILC         INDICATE DELETE IS OKAY BUT           
                                                                 

#zOS #ODF