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


Please Help Members By Posting Answers For Below Questions

what is the use of proc sql? : Sas programming

592


what is treatment emergent events and treatment emregent adverse event

1937


what is the difference between infile and input? : Sas-administrator

605


what do the pad and dim functions do? : Sas programming

563


describe the interaction table in sas di? : Sas-di

589






explain the proc in sas? : Sas-administrator

618


what type of graphs we will create(for 2+years candidates)?

1900


Explain input and put function?

643


What does the RUN statement do?

851


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

631


what versions of sas have you used (on which platforms)? : Sas programming

580


What are the five ways to do a table lookup in sas? : sas-grid-administration

588


How can you create a macro variable with in data step? : sas-macro

572


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

1915


Explain the purpose of substr functions in sas programming.

561