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


Please Help Members By Posting Answers For Below Questions

What are types of transport files?

6843


what are the benefits of data integration? : Sas-di

537


Difference between informat and format?

638


Explain proc univariate?

604


is data integration and etl programming is same? : Sas-di

574






How to sort in descending order?

788


what are the types of interactive display types? : Sas-bi

651


How would you determine the number of missing or nonmissing values in computations?

646


Compare sas with other data analytics tools.

577


Can you explain the process of calendar?

640


What do the SAS log messages "numeric values have been converted to character" mean?

884


what is treatment emergent events and treatment emregent adverse event

1937


For what purposes have you used sas macros? : sas-macro

537


I need level 2 to 5 sas using companies in india

1926


How we can create SAS USER DEFINED CODE?

1609