How would you remove a format that has been permanently
associated with a variables?
Answer Posted / sunymuny
proc datasets;
Modify Employee;/*Dataset name*/
Format lname ;/* Name of variable you want to remove format
from*/
run;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can you execute a macro within a macro? Describe. : sas-macro
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
what are all the reports you generated in your recent project?
how sas deals with business intelligence? : Sas-bi
What do you understand by the term Normal Distribution?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what are some differences between proc summary and proc means? : Sas programming
How do you use the do loop if you don’t know how many times you should execute the do loop?
What is the difference between one to one merge and match merge? Give an example.
explain about sas business intelligence? : Sas-bi
What is the difference between %put and symbolgen? : sas-macro
what is null hypothesis? why do you consider that?
for what purpose would you use the retain statement? : Sas programming
explain the proc in sas? : Sas-administrator
What are SAS/ACCESS and SAS/CONNECT?