What data sets do you need to produce the report?
Answer Posted / madhu
Raw datasets
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What is the difference between INPUT and INFILE ?
If a variable contains letters or special characters, can it be numeric data type?
Differentiate input and infile.
What is the basic syntax style in SAS?
What are the scrubbing procedures in sas?
How will you generate test data with no input data?
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?
what are the types of interactive display types? : Sas-bi
How would you define the end of a macro?
explain what is data set in sas? : Sas-administrator
What is the use of the %include statement?
do you need to know if there are any missing values? : Sas programming
how can you put a "trace" in your program? : Sas programming
What is the difference between one to one merge and match merge? Give an example.