How would you remove a format that has been permanently associated with a variable? ________________
we can remove the format by using procdatasets: Procdatasets; modify <data set name>; format <variable name>(which variable format needs to modify>; run; quit;