BookmarkSubscribeRSS Feed
Ksharp
Super User

I am wondering if there are some query tools in IML?

Like MERGE in data step. LEFT JOIN in SQL .

Xia Keshan

2 REPLIES 2
Rick_SAS
SAS Super FREQ

Not really. Most data preparation is done outside of IML by using the DATA step or SQL. There is nothing in SAS/IML that matches their power and convenience.

You can, of course, use the LOC function, in conjunction with subscripting and concatenation, to match and merge rows of matrices. The UNIQUE-LOC technique is often used to combine data by matching categories.  The EXPANDGRID function is a kind of joining operation, since it is a Cartesian product operation.

Ksharp
Super User

Thanks . Rick .

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 2 replies
  • 923 views
  • 3 likes
  • 2 in conversation