COBOL The ADD statement is used for addition. In a simple version of the ADD statement, you name two variable identifiers that are to be added and the variable identifier where the resulting answer is to be stored: 005010 ADD OLD-SUBTOTAL, CURRENT-COUNT 005020 GIVING NEW-SUBTOTAL. before ...