BookmarkSubscribeRSS Feed
IljaMett
Calcite | Level 5
Hi there,

I have a probably rather simple question concerning SAS EG 4.2

Some of my projects consist of quite a lot different SAS code objects, which all produce some output - mainly SAS data sets - which are used by subsequent routines.
However, most of the data sets which are generated during the job are not needed any more afterwards.

Is there a way to remove those unnecessary data sets from the process flow (other than deleting them manually after the job is finished), so that it does not look so crowded any more?

I would appreciate any help.

Best regards,
Ilja
3 REPLIES 3
twocanbazza
Quartz | Level 8
at the end of your user written code/programs ...

do a proc datasets delete. selecting all of the datasets that are nolonger used

Barry
IljaMett
Calcite | Level 5
Hi Barry,

thanks for your answer.
Unfortunately this is exactly what I cannot do, since the data sets are used by subsequent routines.
If I delete them at the end of the complete process flow, when they really are not needed any more, then the datasets are gone, but their icons are still displayed and just give an error message if you try to open them...

Best regards,
Ilja
ChrisHemedinger
Community Manager
Not that I should perpetuate undocumented features, but this might be of interest:

http://blogs.sas.com/sasdummy/index.php?/archives/248-Undocumented-features-theres-a-reason-they-are...

Chris
SAS Innovate 2025: Call for Content! Submit your proposals before Sept 16. Accepted presenters get amazing perks to attend the conference!

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 3263 views
  • 0 likes
  • 3 in conversation