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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / sandeep

proc datasets;
modify <dataset name>;
format <variable name>;
quit;

Is This Answer Correct ?    1 Yes 0 No

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

Answer / tangyoulei

proc datasets;
format='';
run;

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More SAS Interview Questions

differnce between 8.2 and 9.1.3

1 Answers  


What is the one statement to set the criteria of data that can be coded in any step?

4 Answers  


explain what is data set in sas? : Sas-administrator

0 Answers  


if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

0 Answers   Accenture,


How to read the file names of a text files from a shared drive using SAS?

1 Answers   HSBC, WNS,






If a variable contains only numbers, can it be a character data type?

0 Answers  


Briefly explain input and put function?

0 Answers  


what is data integration? : Sas-di

0 Answers  


What are the different servers in sas? : sas-grid-administration

0 Answers  


Differentiate between proc means and proc summary.

0 Answers  


What is the difference between nodup and nodupkey options?

20 Answers   iFlex, Makro, Talwar,


What is a pdv and what are its functions?

0 Answers  


Categories