Figure 2: Full reclaim avoided

RCLDBXREF OPTION(*check)                                                  
System database catalog QADBXREF has incorrect data for library MYLIB123. 
Database cross-reference problem(s) exist.                              
 RCLDBXREF OPTION(*FIX) LIB(MYLIB123)                                      
Database Cross-Reference data for library MYLIB123 recovered.             
RCLDBXREF OPTION(*check)                                                  
Database Cross-Reference files successfully verified.                     
Conclusion: Proceed with normal operations.

Note: We could have used the *ERR value on the library parameter to achieve the same result.
RCLDBXREF OPTION(*FIX) LIB(*ERR)