BookmarkSubscribeRSS Feed
hogego
Calcite | Level 5

Hi. ALL.

 

Now I am creating and testing a custom task in SAS EG.
I created a program that splits input data and outputs it to a SAS data set,
but the output data and task do not link.
Is there a way to link to multiple outputs?
 
Thank you.
 
 
2 REPLIES 2
CaseySmith
SAS Employee

Yes, a custom task can create (and link) multiple output data sets.  Assuming you are using a SAS.Tasks.Toolkit derived task, override the following method to provide a list of expected output data sets that will be generated by your custom task:

 

virtual public List<SAS.Shared.AddIns.ISASTaskDataDescriptor> OutputDataDescriptorList

 

Then, once the task is run, if those physical tables exist, they will be linked to your custom task.

 

Casey


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

View now: on-demand content for SAS users

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
  • 2 replies
  • 553 views
  • 0 likes
  • 3 in conversation