<?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: How to control a table in SAS DI in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-control-a-table-in-SAS-DI/m-p/937873#M20968</link>
    <description>&lt;P&gt;Please go through the link provided by SAS help center.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;You can reuse an existing control table or create one manually. You can also create a job that uses the Library Contents transformation. This transformation generates a listing of the tables contained in the library that holds the tables that you plan to run through the iterative job. This control table is based on the dictionary table of that library.&lt;/DIV&gt;&lt;DIV class=""&gt;Perform the following tasks:&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://documentation.sas.com/doc/en/etlug/4.904/p0d828vv8uvmt6n1j39wnr9mbwhe.htm#p1c7oxdi5ew6tcn1lqplewuic88y" target="_blank" rel="noopener"&gt;Create and Register the Control Table&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://documentation.sas.com/doc/en/etlug/4.904/p0d828vv8uvmt6n1j39wnr9mbwhe.htm#p0efdqd7d0oa21n12w4owvjntlgr" target="_blank" rel="noopener"&gt;Create and Populate the Job&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://documentation.sas.com/doc/en/etlug/4.904/p0d828vv8uvmt6n1j39wnr9mbwhe.htm#n14dchcz38g8dzn1g4018ezy1qii" target="_blank" rel="noopener"&gt;Run the Job and Examine the Output&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2024 06:37:55 GMT</pubDate>
    <dc:creator>AnjaliKumari</dc:creator>
    <dc:date>2024-08-01T06:37:55Z</dc:date>
    <item>
      <title>How to control a table in SAS DI</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-control-a-table-in-SAS-DI/m-p/877240#M20748</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting 0 value in the target value if there is any job failed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any condition used that if the Source table is missing or not maximum year then it can't b truncate and loaded into the Target table? is there any Precode or Postcode available in Table Loader?&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 10:21:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-control-a-table-in-SAS-DI/m-p/877240#M20748</guid>
      <dc:creator>Shakti_Sourav</dc:creator>
      <dc:date>2023-05-24T10:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to control a table in SAS DI</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-control-a-table-in-SAS-DI/m-p/877287#M20749</link>
      <description>&lt;P&gt;Can you specify what you mean by "target value"?&lt;/P&gt;
&lt;P&gt;If source table is missing, you will probably get an error.&lt;/P&gt;
&lt;P&gt;For maximum year - I don understand exactly what you wish to do, but youcan probably do a pre-code in Table laoder to find out the year from source data and compare to target table. To affect the actual load logic might be tricky though - depends on how/what you actually want to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 14:59:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-control-a-table-in-SAS-DI/m-p/877287#M20749</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2023-05-24T14:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to control a table in SAS DI</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-control-a-table-in-SAS-DI/m-p/937873#M20968</link>
      <description>&lt;P&gt;Please go through the link provided by SAS help center.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;You can reuse an existing control table or create one manually. You can also create a job that uses the Library Contents transformation. This transformation generates a listing of the tables contained in the library that holds the tables that you plan to run through the iterative job. This control table is based on the dictionary table of that library.&lt;/DIV&gt;&lt;DIV class=""&gt;Perform the following tasks:&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://documentation.sas.com/doc/en/etlug/4.904/p0d828vv8uvmt6n1j39wnr9mbwhe.htm#p1c7oxdi5ew6tcn1lqplewuic88y" target="_blank" rel="noopener"&gt;Create and Register the Control Table&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://documentation.sas.com/doc/en/etlug/4.904/p0d828vv8uvmt6n1j39wnr9mbwhe.htm#p0efdqd7d0oa21n12w4owvjntlgr" target="_blank" rel="noopener"&gt;Create and Populate the Job&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://documentation.sas.com/doc/en/etlug/4.904/p0d828vv8uvmt6n1j39wnr9mbwhe.htm#n14dchcz38g8dzn1g4018ezy1qii" target="_blank" rel="noopener"&gt;Run the Job and Examine the Output&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 06:37:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-control-a-table-in-SAS-DI/m-p/937873#M20968</guid>
      <dc:creator>AnjaliKumari</dc:creator>
      <dc:date>2024-08-01T06:37:55Z</dc:date>
    </item>
  </channel>
</rss>

