Mention few ways with which a “table lookup’ is done in sas programming.
Answer / vineetha
Match-merging
Proc SQL
Arrays
Hash object
Direct access
Format tables
| Is This Answer Correct ? | 0 Yes | 0 No |
What is _n_?
What system options would you use to help debug a macro? : sas-macro
What are the uses of sas?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
How many ways to overcome a missing values???
what is in stream data in SAS?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
What is the difference between nodup and nodupkey options?
20 Answers iFlex, Makro, Talwar,
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
what are some good sas programming practices for processing very large data sets? : Sas programming