The SAS SUM statement has the form 'variable+expression;' which accumulates values across observations. Unlike the SUM() function, it implicitly uses a RETAIN statement to preserve the variable's value and treats missing values as zero rather than propagating them. Options A and D show incorrect assignment syntax, while C describes a function call format.