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
what is metadata? : Sas-bi
Did you used proc test? when?
explain the proc in sas? : Sas-administrator
What are the different operating system platforms in which we can use sas? : sas-grid-administration
Describe 5 ways to do a “table lookup” in SAS?
How we can create SAS USER DEFINED CODE?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
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
how many display types available in sas bi dashboard? : Sas-bi
what is transformation in sas data integration? : Sas-di
What do the PUT and INPUT functions do?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
what is sas application server? : Sas-di
Difference between nodup and nodupkey options?
Explain what Proc glm does?