<?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 read File system - df -g | tail +2 using SAS DI transformations in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-read-File-system-df-g-tail-2-using-SAS-DI-transformations/m-p/682539#M19538</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LinusH_0-1599639519704.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49164iBAFC1F1D731C6C66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LinusH_0-1599639519704.png" alt="LinusH_0-1599639519704.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2020 08:19:11 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2020-09-09T08:19:11Z</dc:date>
    <item>
      <title>How to read File system - df -g | tail +2 using SAS DI transformations</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-read-File-system-df-g-tail-2-using-SAS-DI-transformations/m-p/682510#M19535</link>
      <description>&lt;P&gt;I am trying to create an SAS DI job for following code by making use of SAS existing transformation.&lt;/P&gt;&lt;P&gt;so i tried with new--&amp;gt;external file/Delimited/user written file reading options but none of them are having options to read or pass the file options from unix section in SAS DI.&lt;/P&gt;&lt;P&gt;can anyone please suggest any idea on this request ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename cccc pipe 'df -g | tail +2' lrecl=32767;
data cccc ;
infile cccc truncover;
input;
infile=compbl(_infile_);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Sep 2020 05:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-read-File-system-df-g-tail-2-using-SAS-DI-transformations/m-p/682510#M19535</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2020-09-09T05:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to read File system - df -g | tail +2 using SAS DI transformations</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-read-File-system-df-g-tail-2-using-SAS-DI-transformations/m-p/682530#M19536</link>
      <description>&lt;P&gt;Not sure exactly what problem you are facing. At least in my Linux env I had to change the tail syntax (tail -n 2). Once done I get the desired (?) output from File Reader.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LinusH_0-1599636611501.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49162iAB6611EB1B59A71E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LinusH_0-1599636611501.png" alt="LinusH_0-1599636611501.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 07:31:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-read-File-system-df-g-tail-2-using-SAS-DI-transformations/m-p/682530#M19536</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2020-09-09T07:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to read File system - df -g | tail +2 using SAS DI transformations</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-read-File-system-df-g-tail-2-using-SAS-DI-transformations/m-p/682534#M19537</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;How can i put the command df -g | tail in file please using SAS DI so that as you showed i can use file reader transformation to read the file.&lt;/P&gt;&lt;P&gt;yes this is what ia m expecting.&lt;/P&gt;&lt;P&gt;would you please help how you created df -g node (file node) in provided screen shot please ?&lt;/P&gt;&lt;P&gt;i tried with external file,delimited file options using SAS DI but not able to find options clearly.&lt;/P&gt;&lt;P&gt;so how do i create the file (df -g | tail ) please ? so that i can use file reader transformation to read same ?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 07:55:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-read-File-system-df-g-tail-2-using-SAS-DI-transformations/m-p/682534#M19537</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2020-09-09T07:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to read File system - df -g | tail +2 using SAS DI transformations</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-read-File-system-df-g-tail-2-using-SAS-DI-transformations/m-p/682539#M19538</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LinusH_0-1599639519704.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49164iBAFC1F1D731C6C66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LinusH_0-1599639519704.png" alt="LinusH_0-1599639519704.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 08:19:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-read-File-system-df-g-tail-2-using-SAS-DI-transformations/m-p/682539#M19538</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2020-09-09T08:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to read File system - df -g | tail +2 using SAS DI transformations</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-read-File-system-df-g-tail-2-using-SAS-DI-transformations/m-p/682541#M19539</link>
      <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt; i am not getting the option to paste the code and it is asking for file parameters to pass,&lt;BR /&gt;may i know how you created the file please (options please) i tried with following&lt;BR /&gt;new ---&amp;gt;external--&amp;gt;delimited file/user written/fixed width options al,l i tried but none of them are allowing me to paste the code. please suggest</description>
      <pubDate>Wed, 09 Sep 2020 08:28:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-read-File-system-df-g-tail-2-using-SAS-DI-transformations/m-p/682541#M19539</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2020-09-09T08:28:59Z</dc:date>
    </item>
  </channel>
</rss>

