How would you remove a format that has been permanently
associated with a variables?
Answers were Sorted based on User's Feedback
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 |
Answer / sandeep
proc datasets;
modify <dataset name>;
format <variable name>;
quit;
| Is This Answer Correct ? | 1 Yes | 0 No |
how do you validate sas program?
Name the option to produce a frequency line items rather that a table.
Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT
What statement do you code to tell SAS that it is to write to an external file?
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
what are the different ways of merging two datasets.name atleast 4.
What is the purpose of using the N=PS option?
what is Global Symbol table and Local symbol table?
Which function is used to count the number of intervals between two sas dates?
What are the joins,types of joins and thier functions?
what are the differences between proc report and proc tabulate?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?