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 does sas handle missing values in sort order? : Sas programming
What is the length assigned to the target variable by the scan function?
How do you define proc in sas? : sas-grid-administration
how does sas handle missing values in procs? : Sas programming
Explain the use of proc gplot? : sas-grid-administration
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
Where do you use proc means over proc freq?
what is data governance? : Sas-di
What can you learn from the SAS log when debugging?
what is the use of sas management console? : Sas-di
How will you generate test data with no input data?
To what type of programms have you used scratch macros?
which features do you use to check the data validations and errors? : Sas-administrator
If a variable contains only numbers, can it be a character data type?
Describe 5 ways to do a “table lookup” in SAS?