How would you remove a format that has been permanently
associated with a variable?
________________
Answer Posted / name is no need
we can remove the format by using procdatasets:
Procdatasets;
modify <data set name>;
format <variable name>(which variable format needs to
modify>;
run;
quit;
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
Name and describe few sas character functions that are used for data cleaning in brief.
what is the function of catx syntax? : Sas-administrator
Mention the category in which sas informats are placed?
How to specify variables to be processed by the freq procedure?
AE datasets names? how many types?
What is the use of %include statement?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
do you prefer proc report or proc tabulate? Why? : Sas programming
What is the basic structure of a sas program?
how does sas handle missing values in procs? : Sas programming
What are the limitations for memory allocation for SAS variables
What is your favorite all time computer book? Why?
what is star schema? : Sas-di
Describe the function and untility of the most difficult SAS macro that you have written.
what is the difference between nodup and nodupkey options? : Sas programming