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
How would you identify a macro variable? : sas-macro
Describe the ways in which you can create macro variables? : sas-macro
Explain proc sort?
What is the maximum and minimum length of macro variable
What is the command used to find missing values?
What is a macro routine?
what other sas products have you used and consider yourself proficient in using? : Sas programming
What is your favorite all time computer book? Why?
What is the difference between class statement and by statement in proc means?
How to sort in descending order?
for what purpose would you use the retain statement? : Sas programming
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
What is a put statement?
How to limit decimal places for variable using proc means?