How would you remove a format that has been permanently
associated with a variables?
Answer Posted / sandeep
proc datasets;
modify <dataset name>;
format <variable name>;
quit;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are several options for creating reports in web report studio? : Sas-bi
What is the basic structure of the SAS base program?
What are the statements in proc sql?
How do you delete duplicate observations in sas?
What are the prime responsibilities of data integration administrator? : Sas-di
Name few SAS functions?
What areas of SAS are you most interested in?
Mention what are the data types does SAS contain?
How would you invoke a macro? : sas-macro
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is the difference between one to one merge and match merge? Give an example.
Describe what are the different levels of administrative users in sas? : sas-grid-administration
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what techniques and/or procs do you use for tables? : Sas programming