The document describes the UNSTRING statement in COBOL, which copies characters from a source string into destination strings based on delimiter characters. It provides examples of using UNSTRING to parse strings into components like names and dates by delimiting on spaces, hyphens, slashes and other punctuation. Various clauses like DELIMITED BY, POINTER, TALLYING, and ON OVERFLOW are demonstrated.