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 are all the ways to define macro variable??
2 Answers GSK GlaxoSmithKline,
how to read raw data in sas. Do it manually and throw the programming.
What is the work of tranwrd function?
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
What do you feel about hardcoding?
How do i read multiple spaces in datasets?
Does anybody has lastest SAS certification dumps,if anybody has please mail me on saggydesai@gmail.com
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 set to a second data set, and the non-matches of the right-most data set to a third data set?
How do you read in the variables that you need?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
How to create an external dataset with sas code?
what is sas? is a package or tool? give me introduction about sas?