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
What are the default statistics that proc means produce?
What is the basic syntax style in SAS?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Explain input and put function?
What makes sas stand out to be the best over other data analytics tools?
Explain the difference between nodup and nodupkey options?
What is the difference between INPUT and INFILE ?
Explain the use of proc print and proc contents?
Mention what is PROC in SAS?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
State the difference between INFORMAT and FORMAT ?
What is maximum number of rows and cols can be handled in SAS?
Mention common programming errors committed in sas ?
What is the function of output statement in a SAS Program?
Mention sas system options to debug sas macros.