This document discusses manipulating character and numeric values in SAS using functions. It introduces SAS functions and their syntax. Specific functions discussed include SUBSTR to extract characters, LENGTH to return the length of a character string, and PROPCASE to convert words to proper case. Examples are provided to subset data to only charities, extract ID values from account codes, and format organization names properly. The goal is to create a new dataset with the essential charity information needed for a manager's report.