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
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
What is PROC in SAS?
how to debug and test the sas program? : Sas-administrator
Mention few capabilities of sas framework.
Differences between where and if statement?
Explain the use of proc print and proc contents?
What are the default statistics for means procedure?
what is sas olap server? : Sas-di
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is the use of function Proc summary?
what are sas/access and sas/connect? : Sas programming
Are you involved in writing the inferential analysis plan? Tables specfications?
Difference between informat and format?
Explain what is SAS informats?
What are common programming errors committed in sas