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

i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

1963


describe how to adjust the performance of data integrator? : Sas-di

561


What can be the size of largest dataset in SAS?

713


What are the data types in sas?

604


What is the length assigned to the target variable by the scan function?

670






What is the use of PROC gplot?

634


What is the difference between using drop = data set option in data statement and set statement?

636


how the sas basic syntax style described? : Sas-administrator

600


What is maximum number of rows and cols can be handled in SAS?

849


Have you used macros? For what purpose you have used? : sas-macro

557


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

2004


What is the difference between %local and %global? : sas-macro

664


This entry was posted in General. Bookmark the permalink. Post a comment or leave

4026


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

642


where are dashboard components are created and maintained? : Sas-bi

559