How would you remove a format that has been permanently
associated with a variables?
Answer Posted / tangyoulei
proc datasets;
format='';
run;
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
what is program data vector? : Sas-administrator
What are SAS/ACCESS and SAS/CONNECT?
How would you identify a macro variable?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
what is the difference between unique key and primary key? : Sas-di
Which command is used to save logs in the external file?
What are the automatic variables for macro? : sas-macro
Explain the main difference between the sas procedures and functions? : Sas-administrator
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
for whom is sas data integration studio designed? : Sas-di
What is the difference between one to one merge and match merge? Give an example.
how does sas handle missing values in procs? : Sas programming
which features do you use to check the data validations and errors? : Sas-administrator