How would you remove a format that has been permanently
associated with a variable?
________________

Answer Posted / name is no need

we can remove the format by using procdatasets:


Procdatasets;
modify <data set name>;
format <variable name>(which variable format needs to
modify>;
run;
quit;

Is This Answer Correct ?    22 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is metadata? : Sas-bi

795


Did you used proc test? when?

1802


explain the proc in sas? : Sas-administrator

835


What are the different operating system platforms in which we can use sas? : sas-grid-administration

811


Describe 5 ways to do a “table lookup” in SAS?

882


How we can create SAS USER DEFINED CODE?

1847


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

836


What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro

780


how many display types available in sas bi dashboard? : Sas-bi

850


what is transformation in sas data integration? : Sas-di

770


What do the PUT and INPUT functions do?

1011


how would you determine the number of missing or nonmissing values in computations? : Sas programming

908


what is sas application server? : Sas-di

737


Difference between nodup and nodupkey options?

871


Explain what Proc glm does?

839