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

Tell me more about the parameters in macro? : sas-macro

592


What is the function of output statement in a SAS Program?

616


What is the difference between %put and symbolgen? : sas-macro

671


Which statement does not perform automatic conversions in comparisons?

1203


Mention common programming errors committed in sas ?

647






Differences between where and if statement?

584


What are the statements that are executed only?

674


describe about metadata object? : Sas-di

628


What is the use of function Proc summary?

655


which date functions advances a date time or date/time value by a given interval? : Sas programming

538


what is enterprise guide? What is the use of it? : Sas programming

539


What is SAS? What are the functions does it performs?

736


Explain proc sort?

673


What is your favorite all time computer book? Why?

2050


what are the considerations when picking a SAS/STAT procedure?

2900