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
How substr function works in sas?
What is factor analysis?
In SAS explain which statement does not perform automatic conversions in comparisons?
where are dashboard components are created and maintained? : Sas-bi
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?
Do you need to rearrange the order of the data for the report?
what is operational data and operational system? : Sas-di
How we can create SAS USER DEFINED CODE?
What does P-value signify about the statistical data?
What is the difference between proportion and average?
What are the limitations for memory allocation for SAS variables
Can you execute a macro within a macro? Describe. : sas-macro
Mention the category in which sas informats are placed?
Which function is used to count the number of intervals between two sas dates?
Given an unsorted data set, how to read the last observation to a new data set?