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

what are sas/access and sas/connect? : Sas programming

546


What function CATX syntax does?

689


What is by-group processing?

574


Define run-group processing?

581


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

702






what are input dataset and output dataset options? : Sas programming

561


Difference between SAS STATA & SPSS?

677


how to read the variables in sas? : Sas-administrator

551


Differentiate between sas functions and sas procedures.

642


Explain the difference between nodup and nodupkey options?

605


What is the role of administrative users? : sas-grid-administration

659


How to convert a numeric variable to a character variable?

630


What is PROC in SAS?

604


what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

690


What is factor analysis?

661