Have you ever linked SAS code? If so, describe the link and
any required statements used to either process the code or
the step itself.
Answers were Sorted based on User's Feedback
Answer / sathish
Answer is partially correct. We use %include to link code.
But %include is not a macro. Similarly %put is also not a macro.
| Is This Answer Correct ? | 2 Yes | 0 No |
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
Tell me about % include and % eval? : sas-macro
How to sort in descending order?
how to read raw data in sas. Do it manually and throw the programming.
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
what are _numeric_ and _character_ and what do they do? : Sas programming
Explain the use of proc print and proc contents?
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
How would you delete duplicate observations?
Do you need to know if there are any missing values?
how can you put a "trace" in your program? : Sas programming