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 is interleaving in SAS?

673


Describe the ways in which you can create macro variables? : sas-macro

577


Mention the category in which sas informats are placed?

627


What is the use of stop statement?

644


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

564






what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

609


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

692


Differentiate between ceil and floor functions.

658


what is the effect of the options statement errors=1? : Sas programming

595


Why double trailing @@ is used in input statement?

702


How to limit decimal places for the variable using proc means?

602


I have a dataset concat having a variable a b & c. How to rename a b to e & f?

758


How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?

1945


What is the purpose of _character_ and _numeric_?

589


Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?

1213