How would you remove a format that has been permanently
associated with a variable?
________________
Answer Posted / sonu
proc datasets library=<library name where the dataset has been stored>;
modify <dataset name>;
format <variable name>;
run;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what are some good sas programming practices for processing very large data sets? : Sas programming
List down the reasons for choosing sas over other data analytics tools.
what is the function of catx syntax? : Sas-administrator
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Explain the difference between using drop = data set option in set and data statement?
What are the advantages of using sas?
How do you specify the number of iterations and specific condition within a single do loop?
What are the prime responsibilities of data integration administrator? : Sas-di
What are the applications primarily used by business analyst? : Sas-bi
what does the run statement do? : Sas programming
which date function advances a date, time or datetime value by a given interval? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
how many types of prompts are there? : Sas-bi
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
explain the concepts and capabilities of business object? : Sas-bi