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

Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..

1 Answers  


how to generate means for every subject;

4 Answers   Mind Tree,


How to find out no. of business days in a month using macros.???(excluding weekends and holidays).

2 Answers   HSBC,


what is cummaltive frequency,and varience in proc unviarte

1 Answers   L&T,


what is the primary data source for the wrs? : Sas-bi

0 Answers  


if we dont want to print output what we have to do..???give syntax..???

8 Answers   Accenture, GSK GlaxoSmithKline,


How would you code a merge that will keep only the observations that have matches from both sets?

5 Answers  


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

0 Answers   Blue Star,


What is the difference between verification and validation?

9 Answers   Oracle,


Tell me more about the parameters in macro? : sas-macro

0 Answers  


How do you debug macros?

3 Answers   Accenture,


What is interleaving in SAS?

0 Answers  


Categories