How would you remove a format that has been permanently
associated with a variable?
________________
Answer Posted / neel
There is also an another way.
data a;
attrib var1 label='Desired Label' format=desiredformat.;
set b;
run;
In this case the format associated with variable var1 in
dataatset b will be changed permanently in dataset a.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how can you create zero observation dataset? : Sas programming
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What are the implications?
what is change analysis in sas di ? : Sas-di
What are the functions which are used for character handling functions?
What are common programming errors committed in sas
Mention what are the data types does SAS contain?
How to limit decimal places for the variable using proc means?
Mention few capabilities of sas framework.
Give some examples where proc report’s defaults are different than proc print’s defaults?
how would you create multiple observations from a single observation? : Sas programming
how does sas handle missing values in functions? : Sas programming
Difference between SAS STATA & SPSS?
What do the PUT and INPUT functions do?
What do you know about symput and symget?