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
Name few SAS functions?
Explain proc sort?
What is the use of %include statement?
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
name several ways to achieve efficiency in your program? : Sas programming
What is the difference between %local and %global? : sas-macro
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
Have you ever used the SAS Debugger?
Did you used proc test? when?
Which date function advances a date, time or datetime value by a given interval?
Mention the validation tools used in SAS?
how do you want missing values handled? : Sas programming
it will become easy if uuu provide website linkssss and list of consultanciessssss
how many types prompting framework can be broken down to? : Sas-bi
how to generate the test data in sas without input data? : Sas-administrator