%local quot amp apos lt gt nbsp copy reg;
%let quot = "
%let amp = &
%let apol = '
%let lt = <
%let gt = >
%let nbsp =  
%let copy = ©
%let reg = ®
Common Character Entity References are converted to Numeric Entity References as discussed in Chapter 3. If these character sequences are in the input file, SAS attempts to resolve them as macro variables. These %LET statements prevent apparent symbolic reference warnings and also ensure that such entities are handled properly from an HTML perspective.