What is the difference between using drop = data set option in data statement and set statement?
No Answer is Posted For this Question
Be the First to Post Answer
Describe 5 ways to do a “table lookup” in SAS?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
Give some examples where proc report’s defaults are different than proc print’s defaults?
what are the differences between proc report and proc tabulate?
how can you import .csv file in to sas? : Sas programming
Define run-group processing?
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
describe how to adjust the performance of data integrator? : Sas-di
describe about metadata object? : Sas-di
how many types of prompts are there? : Sas-bi
what are all the ways to define macro variable??
2 Answers GSK GlaxoSmithKline,
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?