how can u join the two tables without using proc sql Joins
and nested queries ?
Answer Posted / rajaanku11
By using the DATA step Merge.
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
what are sas bi dashboard components? : Sas-bi
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
what is hash files in sas and why we are using this one in sas?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
where are dashboard components are created and maintained? : Sas-bi
How we can call macros with in data step? : sas-macro
Tell e how how dealt with..
What is substr function?
What do you code to create a macro? : sas-macro
Explain why double trailing @@ is used in input statement?
How would you identify a macro variable?
what is the use of proc sql? : Sas programming
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What do the mod and int function do? : Sas programming