I cannot see any option where I can change the node connections in the pipeline.
please help.
To add a parent node for all models, select all model nodes while holding down the SHIFT key and right-click --> Add parent node --> Miscellaneous --> SAS Code. You'll want to copy over the code into the SAS Code node that now sits between Data and the model nodes.
Hi @mayankmishra24, which connection would you like to change? Nodes are usually connected by their parent/child relationship.
SAS Model Studio does not allow for free-form drawing of arrows / connections like SAS Enterprise Miner does.
The core difference is that Enterprise Miner's visual process flow allows for more manual customization, including the free drawing of connections, while Model Studio focuses on a more streamlined and less manual approach to data pipeline creation by auto-generating connections between distinct visual components.
See here for more info :
Model Studio for SAS Enterprise Miner Users: Part 5, Building Models…Let’s get physical!
( by JThompson )
Ciao, Koen
To add a parent node for all models, select all model nodes while holding down the SHIFT key and right-click --> Add parent node --> Miscellaneous --> SAS Code. You'll want to copy over the code into the SAS Code node that now sits between Data and the model nodes.
Remember!
With respect to the SAS Code Node in SAS Model Studio : Modification of the data that you want to pass on to subsequent nodes and to publishing must be done within the scoring code pane.
See:
The SAS Code Node in SAS Model Studio versus SAS Enterprise Miner
Updated by: BethEbersole
Why not create new variables in advance? In SAS Studio, for example. Then these will already be in the CAS table that serves as the Analytical Base Table (ABT).
Ciao,
Koen
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.