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 |
How to convert HTML file into SAS dataset?
what is the diff b/w verification validation in sas
how do you test for missing values? : Sas programming
how to delete the duplicate columns permanently in SQL
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
what is the use of proc sql?
How we will Developing new reports Using Data step programming and Macros ?
What is the difference between %put and symbolgen? : sas-macro
Which is the best training institute for SAS in hyderabad.
112 Answers Stansys Software Solutions,
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Do you think professionally?
how to do user inputs and command line arguments in sas?