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  


data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.

1 Answers  


what are different analysis datasets you created and what are the new variables created

2 Answers   Sciformix,


what is data access? : Sas-di

0 Answers  


i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm

0 Answers   SAS,






What is a put statement?

0 Answers  


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

0 Answers  


how to assign a macro value to a variable?

8 Answers   CitiGroup,


Mention few capabilities of sas framework.

0 Answers  


i want to upload titles and footnotes to excel file?how it is possible?

1 Answers  


Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)

1 Answers  


Differentiate input and infile.

0 Answers  


Categories