<?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 Export dataset to CSV working fine but in Schedule window not working in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-dataset-to-CSV-working-fine-but-in-Schedule-window-not/m-p/858896#M42253</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In SAS Enterprise window , the&amp;nbsp; setup trigger and schedular to run the script every 4 hrs automatically. Every 4hrs the trigger should execute and convert the SAS dataset into a CSV file and place the CSV file in the xyz folder.&lt;/P&gt;&lt;P&gt;But the issue, here is trigger executes the script the files ,but does not created in the folder xyz.&lt;/P&gt;&lt;P&gt;But when the scripts is executed manually , it creates the file in the folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pleas could you help the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Dhruva&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2023 10:37:17 GMT</pubDate>
    <dc:creator>Dhruva81</dc:creator>
    <dc:date>2023-02-15T10:37:17Z</dc:date>
    <item>
      <title>Export dataset to CSV working fine but in Schedule window not working</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-dataset-to-CSV-working-fine-but-in-Schedule-window-not/m-p/858896#M42253</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In SAS Enterprise window , the&amp;nbsp; setup trigger and schedular to run the script every 4 hrs automatically. Every 4hrs the trigger should execute and convert the SAS dataset into a CSV file and place the CSV file in the xyz folder.&lt;/P&gt;&lt;P&gt;But the issue, here is trigger executes the script the files ,but does not created in the folder xyz.&lt;/P&gt;&lt;P&gt;But when the scripts is executed manually , it creates the file in the folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pleas could you help the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Dhruva&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 10:37:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-dataset-to-CSV-working-fine-but-in-Schedule-window-not/m-p/858896#M42253</guid>
      <dc:creator>Dhruva81</dc:creator>
      <dc:date>2023-02-15T10:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export dataset to CSV working fine but in Schedule window not working</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-dataset-to-CSV-working-fine-but-in-Schedule-window-not/m-p/858917#M42256</link>
      <description>How do you convert it to csv? ODS? Filename? &lt;BR /&gt;Do you clear the filename or ODS Destination so SAS releases the file in the script?&lt;BR /&gt;&lt;BR /&gt;Best regards, Jos</description>
      <pubDate>Wed, 15 Feb 2023 11:52:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-dataset-to-CSV-working-fine-but-in-Schedule-window-not/m-p/858917#M42256</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2023-02-15T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Export dataset to CSV working fine but in Schedule window not working</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-dataset-to-CSV-working-fine-but-in-Schedule-window-not/m-p/858920#M42257</link>
      <description>HI,By using the proc export. Below for reference.&lt;BR /&gt;Proc export data = Non_engaged&lt;BR /&gt;outfile ="/nbt/nfs/Prod/test_sample.csv"&lt;BR /&gt;dbms=csv replace;&lt;BR /&gt;delimiter = ",";&lt;BR /&gt;run&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2023 12:24:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-dataset-to-CSV-working-fine-but-in-Schedule-window-not/m-p/858920#M42257</guid>
      <dc:creator>Dhruva81</dc:creator>
      <dc:date>2023-02-15T12:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Export dataset to CSV working fine but in Schedule window not working</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-dataset-to-CSV-working-fine-but-in-Schedule-window-not/m-p/859303#M42290</link>
      <description>&lt;P&gt;What does your scheduled SAS program log report for the PROC EXPORT step? Please add this to your post.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 02:52:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-dataset-to-CSV-working-fine-but-in-Schedule-window-not/m-p/859303#M42290</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-02-17T02:52:42Z</dc:date>
    </item>
  </channel>
</rss>

