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

Answer Posted / sunymuny

proc datasets;
Modify Employee;/*Dataset name*/
Format lname ;/* Name of variable you want to remove format
from*/
run;

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the statements in proc sql?

591


How substr function works in sas?

699


What is run-group processing?

620


What are the advantages of using sas?

605


Explain what Proc glm does?

631






What do you know about symput and symget?

724


do you need to know if there are any missing values? : Sas programming

544


What commands are used in the case of including or excluding any specific variables in the data set?

585


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

588


what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming

570


please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

1661


Explain data_null_?

606


Mention what is the difference between nodupkey and nodup options?

594


Give e an example of..

1841


How to create an external dataset with sas code?

582