How would you remove a format that has been permanently
associated with a variables?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sandeep
proc datasets;
modify <dataset name>;
format <variable name>;
quit;
Is This Answer Correct ? | 1 Yes | 0 No |
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..
how to generate means for every subject;
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
what is cummaltive frequency,and varience in proc unviarte
what is the primary data source for the wrs? : Sas-bi
if we dont want to print output what we have to do..???give syntax..???
8 Answers Accenture, GSK GlaxoSmithKline,
How would you code a merge that will keep only the observations that have matches from both sets?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
What is the difference between verification and validation?
Tell me more about the parameters in macro? : sas-macro
How do you debug macros?
What is interleaving in SAS?