BookmarkSubscribeRSS Feed
gopen
Calcite | Level 5

Hi everyone,

In prepare data module, is there any way to run just one transform?

For example:

1.Transpose

2.Code

3.Convert columns

I want to run just transpose or just code.

Thanks

3 REPLIES 3
HarrySnart
SAS Employee

Hi, by "prepare data module" do you mean SAS Data Studio in SAS Viya? If so then yes this is possible, just select which transforms you want to add to the Plan. Once you've added the selected transforms you can run the plan. With regards to a simple transpose, it might be easiest to do this directly in SAS Studio using the Transpose option in the Tasks list, this will also generate code you can re-use for other datasets etc. From a code perspective you can also use PROC TRANSPOSE or the matrix transpose operator in PROC IML.

Hope this helps answer your question.

HarrySnart_1-1632829046506.png

 

gopen
Calcite | Level 5

Thank you for your answer.

But I want to know Data Studio in Sas Viya, if I dont want to run whole plan -just run one transform in plan- , is it possible?

In my example assume the plan is follows:

1. Convert column

2. Transpose

3. Rename

I dont want to run those three transform at once, first I just want to run convert column, second run the transpose ect.

I wonder it, because when I use a saved plan in a different dataset, I want to run step by step. 

I hope, it was understandable.

Thank again.

Madelyn_SAS
SAS Super FREQ

I am sorry but you cannot run transforms individually. 

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

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