what is difference between look up transformation and join transofrmation.???
The manual is generally the first place for information:
http://support.sas.com/documentation/cdl/en/etlug/65016/HTML/default/viewer.htm#n0geesvp950nken1tetx...
In a lookup transformation, the lookup tables are loaded into memory at the start, and the main table is processed sequentially.
In a join transformation, all tables need to be sorted (often done implicitly by a SQL step) and then merged along the by variables.
Joins should be done when the contributing tables are quite large, or there is a m:n relationship.
Lookups are good for smaller lookup tables (small just meaning they should fit into memory) and 1:n relationships (lookup to main); one can do several lookups in one sequential step.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.