How would you remove a format that has been permanently
associated with a variable?
________________
Answer Posted / neel
There is also an another way.
data a;
attrib var1 label='Desired Label' format=desiredformat.;
set b;
run;
In this case the format associated with variable var1 in
dataatset b will be changed permanently in dataset a.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do the mod and int function do? : Sas programming
How substr function works in sas?
How can I remove header from output data set?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
what are the benefits of data integration? : Sas-di
What is the work of tranwrd function?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
how to remove duplicates using proc sql?
explain the concepts and capabilities of business object? : Sas-bi
What do you code to create a macro? : sas-macro
Compare sas with other data analytics tools.
Explain append procedure?