A COBOL statement that sets data items to predetermined values based on their category: alphanumeric items to spaces, numeric items to zeros. Supports the REPLACING phrase for custom initialization. A safer alternative to MOVE SPACES or MOVE ZEROS to a group item. (Ch. 4, Ch. 10)