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 |
differnce between 8.2 and 9.1.3
What is the one statement to set the criteria of data that can be coded in any step?
explain what is data set in sas? : Sas-administrator
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
How to read the file names of a text files from a shared drive using SAS?
If a variable contains only numbers, can it be a character data type?
Briefly explain input and put function?
what is data integration? : Sas-di
What are the different servers in sas? : sas-grid-administration
Differentiate between proc means and proc summary.
What is the difference between nodup and nodupkey options?
20 Answers iFlex, Makro, Talwar,
What is a pdv and what are its functions?