Hi I have list of products in a dataset,
which are classified by other name for eg:- there is a
product A> Malambo Shiraz Malbec 750ML(0388) which is a Red
wine.Now i need to generate a report where it shows if this
product appears then it should b displayed as red
wine,similarly for other products and other classification.
I dont wan use proc format.
Answer Posted / harsh
You can use HASH lookup for this. Performnace will depend
on the data size.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the automatic variables for macro? : sas-macro
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Difference between SAS STATA & SPSS?
Explain how merging helps to combine data sets.
What are the different versions of sas that you have used until now? : sas-grid-administration
What was the last computer book you purchased? Why?
What would be the value of month at the end of data step execution and how many observations would be there?
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?
AE datasets names? how many types?
what is study design in while working with SAS? what are screening variables in SAS?
What are the different types of sas functions?
How would you invoke a macro? : sas-macro
What areas of SAS are you most interested in?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
how do you debug and test your sas programs? : Sas programming