The Math transforms include the following: 
                  		
               
 
               		
                
                  		  
                  - 9s Complement. Subtracts the value of the COBOL data from all 9's. 
                     		  
                  
- 10s Complement. Subtracts the value of the COBOL data from all 9's and adds 1 to that value. 
                     		  
                  
- Value - 1. Subtracts one from the value of the COBOL data. 
                     		  
                  
- Value + 1. Adds one to the value of the COBOL data. 
                     		  
                  
- Div 100 (Read only). Divides the value of the COBOL data by 100. 
                     		  
                  
- Mod 100 (Read only). Returns the remainder of the COBOL data divided by 100.