BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
TomKari
Onyx | Level 15

Here's an option:

 

Assuming your variables are Fruit and Letter:

 

1. Sort by Fruit;
2. Use the "Data" | "Transpose..." task:
   - Letter as the Transpose variable
   - Fruit as Group by
3. Use a Query Builder task:
   - new "Computed Column" | "Advanced Expression"
   - catx(",", Column1, Column2)

 

SASNE
Obsidian | Level 7

Yes it works, Thanks Tom

Kurt_Bremser
Super User

@SASNE wrote:

Hi Reeza,

 

Yes, just wondering if there is any function like select top X under Tasks-> Data,

 

as less coding as possible.

 

Thanks


You can limit the number of observations in the output in the Enterprise Guide Query Builder. So you would need to create queries for both tables that limit to 1000 obs, and then concatenate them with Append Data.

Or you could type five lines of code and be finished in a minute.

 

Not wanting to work with SAS code means not really wanting to work with SAS at all, because you miss out on 95% of the power of the SAS system.

Stop being a button-pusher and become a SAS User.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 17 replies
  • 4605 views
  • 7 likes
  • 4 in conversation