SAS Enterprise Guide

Desktop productivity for business analysts and programmers
BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
jjjch
Obsidian | Level 7

When multiple data sets are created by my SAS codes, they can be view in the "Output Data" tab.

 

I wish they are sorted by name in the "Output Data" tab so that it is easier to check them. I looked through all the options, but could not find one. Could you help me? Thank you!

1 ACCEPTED SOLUTION

Accepted Solutions
CaseySmith
SAS Employee

I went ahead and added this suggestion to our tracking system, but feel free to post it to the ballot as well.  Thanks for the feedback!

 

Currently, EG displays output data in the order it was created.  For example, if you submit the following code:

 

data c;x=1;run;
data b;x=2;run;
data d;x=3;run;
data a;x=4;run;

 

... it will display in the order C, B, D, A in the Output Data tab. I agree, it would be nice to have a way to sort by name (ascending or descending) as well as the order in which they were created. We will consider for a future release.

 

Casey


Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF

View now: on-demand content for SAS users

View solution in original post

5 REPLIES 5
PeterClemmensen
Tourmaline | Level 20

I'm not entirely sure, but I don't think it is possible.

 

Why not just check them in the relevant library?

jjjch
Obsidian | Level 7

Thank you for replying.

 

For example, my SAS codes created 35 datasets, but they are not sorted by name, therefore it is difficult for me to find the dataset I want to check.

 

By "in the relevant library", do you mean I create multiple libs, and put different datasets into different lib? I don't like that.

Reeza
Super User
You can add this to the SASware Ballot Ideas where suggestions for modifications to the GUI are considered. Find the link in the top right under 'Find a Community'
CaseySmith
SAS Employee

I went ahead and added this suggestion to our tracking system, but feel free to post it to the ballot as well.  Thanks for the feedback!

 

Currently, EG displays output data in the order it was created.  For example, if you submit the following code:

 

data c;x=1;run;
data b;x=2;run;
data d;x=3;run;
data a;x=4;run;

 

... it will display in the order C, B, D, A in the Output Data tab. I agree, it would be nice to have a way to sort by name (ascending or descending) as well as the order in which they were created. We will consider for a future release.

 

Casey


Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF

View now: on-demand content for SAS users

jjjch
Obsidian | Level 7
Thank you very much for your reply!

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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
  • 5 replies
  • 1523 views
  • 1 like
  • 4 in conversation