how to delete the duplicate columns permanently in SQL
Answer Posted / chandrakanth
proc sql;
create table dataset-name as select distinct(variable-name),list-all-the-variables-you-want from dataset-name;
quit;
please let me know if you have any questions
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What do you know about sas data set?
how to generate the test data in sas without input data? : Sas-administrator
Explain input and put function?
Which statement does not perform automatic conversions in comparisons?
describe about metadata object? : Sas-di
why a stop statement is needed for the point= option on a set statement?
Do you need to rearrange the order of the data for the report?
what is snowflake schema? : Sas-di
Of all your work, where have you been the most successful?
Approximately what date is represented by the SAS date value of 730?
how to change the execute of macro
what is change analysis in sas di ? : Sas-di
What is the good sas programming practices for processing large data sets?
which features do you use to check the data validations and errors? : Sas-administrator
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming