Can a lookup transformation in SAS DI return multiple rows?
For a single base value, it will return maximum one look-up value (or values if you specified more than on look-up to target mappings).
If your lookup table contains duplicates on the look-up value, it will return the first match.
For a single base value, it will return maximum one look-up value (or values if you specified more than on look-up to target mappings).
If your lookup table contains duplicates on the look-up value, it will return the first match.
No. Exactly as Linus explained.
If you want this to happen then you will have to code it (user written transformation) - or you use a SQL join instead.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.