How would you remove a format that has been permanently
associated with a variables?
Answer Posted / sunymuny
proc datasets;
Modify Employee;/*Dataset name*/
Format lname ;/* Name of variable you want to remove format
from*/
run;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what is enterprise guide? What is the use of it? : Sas programming
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
explain the difference between proc means and proc summary?
How to limit decimal places for variable using proc means?
What is the role of sas grid administrator? : sas-grid-administration
Have you used macros? For what purpose you have used? : sas-macro
How can you create a macro variable with in data step? : sas-macro
For what purposes have you used sas macros? : sas-macro
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What is the use of %include statement?
What is the difference between the proc sql and data step?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
What are the features of SAS?
Why double trailing @@ is used in input statement?
What are the data types does SAS contain?