<?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: Automate a job in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Automate-a-job/m-p/588451#M2403</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;If you have "Access to pcfiles" it's not harder than defining a libname &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname xlfile xlsx '/home/kfen01/exceltest.xlsx';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will automatically give you two "datasets" in the defined libname.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 96px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32425iAD1B88DF0D33E172/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
    <pubDate>Fri, 13 Sep 2019 07:54:45 GMT</pubDate>
    <dc:creator>FredrikE</dc:creator>
    <dc:date>2019-09-13T07:54:45Z</dc:date>
    <item>
      <title>Automate a job</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Automate-a-job/m-p/588447#M2402</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have an Excel File with 8 tabs containing data.&lt;/P&gt;
&lt;P&gt;Currently I am extracting the data from each tab and converting them to .csv files (8 csv files).&lt;/P&gt;
&lt;P&gt;Then I execute the 8 jobs which have these sources as input.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to automate this process where on a single click in SAS DI ( Instead of manually creating csv files , getting it done in a single click )&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 07:23:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Automate-a-job/m-p/588447#M2402</guid>
      <dc:creator>laxmanpai</dc:creator>
      <dc:date>2019-09-13T07:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Automate a job</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Automate-a-job/m-p/588451#M2403</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;If you have "Access to pcfiles" it's not harder than defining a libname &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname xlfile xlsx '/home/kfen01/exceltest.xlsx';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will automatically give you two "datasets" in the defined libname.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 96px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32425iAD1B88DF0D33E172/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 07:54:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Automate-a-job/m-p/588451#M2403</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2019-09-13T07:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automate a job</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Automate-a-job/m-p/588945#M2405</link>
      <description>&lt;P&gt;Hi Fredrik,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My issue is the Excel file with 8 tabs (.xlsx) file is in my sharepoint location.&lt;/P&gt;
&lt;P&gt;I need to firstly make 8 .csv files (Tab delimited) and copy these to the server location.&lt;/P&gt;
&lt;P&gt;I need to archive the files which are already present (.csv) files to a folder with a date.&lt;/P&gt;
&lt;P&gt;then I need to move these files to that location.&lt;/P&gt;
&lt;P&gt;an then execute the job which will take these (.csv) files as input.&lt;/P&gt;
&lt;P&gt;Can u let me know how to do this in SAS DI .&lt;/P&gt;
&lt;P&gt;With an example and steps would help me a lot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 06:11:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Automate-a-job/m-p/588945#M2405</guid>
      <dc:creator>laxmanpai</dc:creator>
      <dc:date>2019-09-16T06:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automate a job</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Automate-a-job/m-p/589040#M2406</link>
      <description>&lt;P&gt;When you say "need", is that an architectural requirement?&lt;/P&gt;
&lt;P&gt;I mean, you can make similar archiving by storing the data in e.g. generation SAS datasets.&lt;/P&gt;
&lt;P&gt;But I see your pain, Excel &lt;EM&gt;files&lt;/EM&gt; is a least preffered source in data integration.&lt;/P&gt;
&lt;P&gt;If your site is licensing Add-in for MS Office you can use Excel to update SAS datasets directly on the server.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 13:17:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Automate-a-job/m-p/589040#M2406</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2019-09-16T13:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Automate a job</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Automate-a-job/m-p/589560#M2407</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could someone provide me a solution for this in SAS DI as this is a project requirement which would help me&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 08:31:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Automate-a-job/m-p/589560#M2407</guid>
      <dc:creator>laxmanpai</dc:creator>
      <dc:date>2019-09-18T08:31:46Z</dc:date>
    </item>
  </channel>
</rss>

