Do you need to combine data sets? How should you combine
data sets– MERGE or SET statements in DATA steps,PROC
APPEND,PROC SQL?
Answer Posted / vimal
proc append is best to just combine two datasets.
it appends in bulk and without have to read and send to output. it just puts the dataset in data= to dataset in base=
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you define the end of a macro?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
What are the parameters of scan function?
Do you need to know if there are any missing values?
what are some good sas programming practices for processing very large data sets? : Sas programming
Where do you use proc means over proc freq?
How necessary is it to be creative in your work?
What is maximum storage capability of SAS?
what is enterprise guide? What is the use of it? : Sas programming
What are the different operating system platforms in which we can use sas? : sas-grid-administration
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What can you learn from the SAS log when debugging?
Give some examples where proc report’s defaults are same as proc print’s defaults?
What do you code to create a macro? : sas-macro
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?