How would you remove a format that has been permanently
associated with a variable?
________________

Answer Posted / sonu

proc datasets library=<library name where the dataset has been stored>;
modify <dataset name>;
format <variable name>;
run;

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the default statistics that proc means produce?

781


What is the basic syntax style in SAS?

828


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

750


Explain input and put function?

847


What makes sas stand out to be the best over other data analytics tools?

781


Explain the difference between nodup and nodupkey options?

784


What is the difference between INPUT and INFILE ?

965


Explain the use of proc print and proc contents?

720


Mention what is PROC in SAS?

807


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

942


State the difference between INFORMAT and FORMAT ?

795


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

1053


Mention common programming errors committed in sas ?

822


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

795


Mention sas system options to debug sas macros.

881