How would you remove a format that has been permanently
associated with a variables?
Answer Posted / tangyoulei
proc datasets;
format='';
run;
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
what can you learn from the sas log when debugging? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
What is maximum number of rows and cols can be handled in SAS?
Mention what is SAS data set?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Do you need to rearrange the order of the data for the report?
Intern stastical programmer written test
What are the ways in which macro variables can be created in sas programming?
do you prefer proc report or proc tabulate? Why? : Sas programming
Mention what is PROC in SAS?
how do the in= variables improve the capability of a merge? : Sas programming
for whom is sas data integration studio designed? : Sas-di
what is sas database server? : Sas-di
Give e an example of..
Give some examples where proc report’s defaults are same as proc print’s defaults?