<?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: Parameterized and Iterative Job in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Parameterized-and-Iterative-Job/m-p/268298#M7447</link>
    <description>&lt;P&gt;I presented a paper at SAS Global Forum in 2011 on Parameterized and Iterative jobs that may provide an example. The conference proceedings can be found at &lt;A href="http://support.sas.com/resources/papers/proceedings11/144-2011.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings11/144-2011.pdf&lt;/A&gt;. This paper details an iterative process I developed to create a data table of graduate students for multiple terms.&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2016 14:56:54 GMT</pubDate>
    <dc:creator>UCFAngel</dc:creator>
    <dc:date>2016-05-04T14:56:54Z</dc:date>
    <item>
      <title>Parameterized and Iterative Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Parameterized-and-Iterative-Job/m-p/254194#M6881</link>
      <description>&lt;P&gt;Could someone of you guide me to understand the&amp;nbsp;Parameterized and Iterative Job with some real time example? I've trouble understanding this concept after reading the documentaion. May be some simple example would help me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 15:26:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Parameterized-and-Iterative-Job/m-p/254194#M6881</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2016-03-03T15:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterized and Iterative Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Parameterized-and-Iterative-Job/m-p/254209#M6882</link>
      <description>&lt;P&gt;A simple example is to import a bunch of files wit the same file structure.&lt;/P&gt;
&lt;P&gt;The parameter could be mapped from a list of file names.&lt;/P&gt;
&lt;P&gt;The inner job will do the actual importing of files, and insert/append to a permanent&amp;nbsp;data set/table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you search support.sas.com there are a few papers with examples. The best way to learn is trying to reproduce&amp;nbsp;them in your environment, using your/sample data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any current requirement that maybe can be solved by using this&amp;nbsp;technique?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 15:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Parameterized-and-Iterative-Job/m-p/254209#M6882</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-03-03T15:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterized and Iterative Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Parameterized-and-Iterative-Job/m-p/254239#M6884</link>
      <description>&lt;P&gt;I don't have any requirement at the moment. However, I would like to know how these jobs will work in real life.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't understand the following lines from your comment. Could you please tell me how to pass the parameters to the inner with real example?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The parameter could be mapped from a list of file names.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The inner job will do the actual importing of files, and insert/append to a permanent&amp;nbsp;data set/table&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 16:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Parameterized-and-Iterative-Job/m-p/254239#M6884</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2016-03-03T16:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterized and Iterative Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Parameterized-and-Iterative-Job/m-p/254287#M6886</link>
      <description>&lt;P&gt;Have a table (registered or a work-table), which for a variable holds name (and&amp;nbsp;potentially the path) to files that you would&amp;nbsp;like to import.&lt;/P&gt;
&lt;P&gt;Link that table to the Loop transform. Then add the job that holds the actual ETL logic. Now in the Loop transform you can map the input variables from the parameter table, to the parameter(s) defined for the inner job (Parameter Mapping tab).&lt;/P&gt;
&lt;P&gt;There are examples of this in the documentation. Again, try yourself and it will be clearer.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 18:56:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Parameterized-and-Iterative-Job/m-p/254287#M6886</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-03-03T18:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterized and Iterative Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Parameterized-and-Iterative-Job/m-p/268298#M7447</link>
      <description>&lt;P&gt;I presented a paper at SAS Global Forum in 2011 on Parameterized and Iterative jobs that may provide an example. The conference proceedings can be found at &lt;A href="http://support.sas.com/resources/papers/proceedings11/144-2011.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings11/144-2011.pdf&lt;/A&gt;. This paper details an iterative process I developed to create a data table of graduate students for multiple terms.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 14:56:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Parameterized-and-Iterative-Job/m-p/268298#M7447</guid>
      <dc:creator>UCFAngel</dc:creator>
      <dc:date>2016-05-04T14:56:54Z</dc:date>
    </item>
  </channel>
</rss>

