How would you remove a format that has been permanently
associated with a variables?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sandeep
proc datasets;
modify <dataset name>;
format <variable name>;
quit;
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them?
Name statements that are execution only.
how to perform paired t-test using Base/SAS & SAS/Stat?
What do you feel about hardcoding?
Describe the function and utility of the most difficult SAS macro that you have written?
How would you delete observations with duplicate keys?
I am looking to buy a sas advance book. So any one can guide me that which one i should buy.
what are 5 ways to perform a table lookup in sas? : Sas-administrator
for whom is sas data integration studio designed? : Sas-di
how do you want missing values handled? : Sas programming
What are the data types in sas?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?