how to delete the duplicate columns permanently in SQL
Answers were Sorted based on User's Feedback
Answer / 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 |
Can you excute a macro within a macro? Describe.
What can you learn from the SAS log when debugging?
Are you familiar with special input delimiters? How are they used?
Can we replace a dataset into view?
Are you involved in writing the inferential analysis plan? Tables specfications?
Which statement does not perform automatic conversions in comparisons?
what is chi-square test? have you used that?
1 Answers Accenture, Quintiles,
Tell e how how dealt with..
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
what is the need of INDEX in datasets?
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
What are the scrubbing procedures in sas?