<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there a way to link 2 different flows into a step by step flow? in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Is-there-a-way-to-link-2-different-flows-into-a-step-by-step/m-p/955283#M11366</link>
    <description>&lt;P&gt;I don't have Viya at my fingertips, but given the documentation there is a Sub-flow step, given that you have at least SAS Studio Analyst License:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/sasstudiocdc/v_058/webeditorcdc/webeditorflows/n1uly2xqazvgwgn1k9k2jswlpfan.htm" target="_blank"&gt;SAS Help Center: About Subflows&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are having many "levels" of flows, you need to use Job flows in Environment Manager (since Sub-flows can't contain other Sub-flows):&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2021/05/05/tips-for-scheduling-flows-with-sas-viya-environment-manager/" target="_blank"&gt;Tips for Scheduling Flows with SAS Viya Environment Manager - SAS Users&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2025 08:32:59 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2025-01-07T08:32:59Z</dc:date>
    <item>
      <title>Is there a way to link 2 different flows into a step by step flow?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Is-there-a-way-to-link-2-different-flows-into-a-step-by-step/m-p/955138#M11365</link>
      <description>&lt;P&gt;Is there a way to link 2 or more different flows into a step by step flow?&lt;/P&gt;&lt;P&gt;I am using SAS Studio on Viya 4. It supports drag and drop like those that we have in SAS Data Integration Studio + SAS Enterprise Guide, atleast to my understanding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just tried creating like 10 different flows with simple tasks such as:&lt;/P&gt;&lt;P&gt;Read one CSV and output as SAS dataset&lt;/P&gt;&lt;P&gt;&amp;lt;- repeat for 10 different csv in 10 different flows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, with many years of experience using SAS Data Integration Studio where it allows me to create multiple jobs and then in one of the jobs, i can put all other jobs in and connect them together to make it a step by step flow...however, i couldn't get SAS Studio flow to connect together.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;To this point, it may sound very messy but let me explain more briefly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created 3 flows for Extraction&lt;BR /&gt;EXT_CHINA&lt;BR /&gt;EXT_USA&lt;BR /&gt;EXT_CONGO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another 3 flows for Transformation&lt;/P&gt;&lt;P&gt;TRANS_CHINA&lt;/P&gt;&lt;P&gt;TRANS_USA&lt;/P&gt;&lt;P&gt;TRANS_CONGO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another 3 flows for Loading&lt;BR /&gt;LOAD_CHINA&lt;/P&gt;&lt;P&gt;LOAD_USA&lt;/P&gt;&lt;P&gt;LOAD_CONGO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In each of these flows, i have simple data manipulation in it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the end of the day, i wish to have 1 master flow containing the 3 EXT in one flow, and the same for TRANS and LOAD.&lt;/P&gt;&lt;P&gt;EXT_MASTER_FLOW containing&amp;nbsp;&lt;/P&gt;&lt;P&gt;EXT_CHINA&lt;BR /&gt;EXT_USA&lt;BR /&gt;EXT_CONGO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TRANS_MASTER_FLOW containing&lt;/P&gt;&lt;P&gt;TRANS_CHINA&lt;/P&gt;&lt;P&gt;TRANS_USA&lt;/P&gt;&lt;P&gt;TRANS_CONGO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD_MASTER_FLOW containing&lt;/P&gt;&lt;P&gt;LOAD_CHINA&lt;/P&gt;&lt;P&gt;LOAD_USA&lt;/P&gt;&lt;P&gt;LOAD_CONGO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Last but not least, a main flow with the name "main_etl" schedule for daily run with the following flows:&lt;/P&gt;&lt;P&gt;EXT_MASTER_FLOW -&amp;gt;&amp;nbsp;TRANS_MASTER_FLOW -&amp;gt;&amp;nbsp;LOAD_MASTER_FLOW&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can do this easily with SAS Data Integration but i havent found the way to do it on SAS Studio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone advise on how can i achieve this on SAS Studio? any advice or suggestions are welcomed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jan 2025 13:14:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Is-there-a-way-to-link-2-different-flows-into-a-step-by-step/m-p/955138#M11365</guid>
      <dc:creator>StickyRoll</dc:creator>
      <dc:date>2025-01-05T13:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link 2 different flows into a step by step flow?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Is-there-a-way-to-link-2-different-flows-into-a-step-by-step/m-p/955283#M11366</link>
      <description>&lt;P&gt;I don't have Viya at my fingertips, but given the documentation there is a Sub-flow step, given that you have at least SAS Studio Analyst License:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/sasstudiocdc/v_058/webeditorcdc/webeditorflows/n1uly2xqazvgwgn1k9k2jswlpfan.htm" target="_blank"&gt;SAS Help Center: About Subflows&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are having many "levels" of flows, you need to use Job flows in Environment Manager (since Sub-flows can't contain other Sub-flows):&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2021/05/05/tips-for-scheduling-flows-with-sas-viya-environment-manager/" target="_blank"&gt;Tips for Scheduling Flows with SAS Viya Environment Manager - SAS Users&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 08:32:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Is-there-a-way-to-link-2-different-flows-into-a-step-by-step/m-p/955283#M11366</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2025-01-07T08:32:59Z</dc:date>
    </item>
  </channel>
</rss>

