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 the purpose of _character_ and _numeric_?
what is sas database server? : Sas-di
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
What are the advantages of using sas?
What are the statements in proc sql?
What is program data vector (pdv) and what are its functions?
What is the role of sas grid administrator? : sas-grid-administration
What does P-value signify about the statistical data?
what are the categories that sas informats are used to the place the data? : Sas-administrator
What are common programming errors committed in sas
To what type of programms have you used scratch macros?
What is the length assigned to the target variable by the scan function?
What are the differences between sum function and using “+” operator?
Differentiate between ceil and floor functions.
what is operational data and operational system? : Sas-di