<?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 ods listing file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ods-listing-file/m-p/709899#M218413</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;OPTIONS NODATE NONUMBER ;
FILENAME DATE_RPT "/sbs/si/users/text1.txt";
ODS LISTING FILE=DATE_RPT;
PROC PRINT DATA=sashelp.class  (OBS=10) NOOBS style(table)={just=l} ;
TITLE justify=left '**** DISTRIBUTION ****';
RUN;
ODS LISTING CLOSE;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When I open the text1.txt file , table is not left aligned . Please suggest a way to make contents left aligned in text file&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2021 13:22:17 GMT</pubDate>
    <dc:creator>ss171</dc:creator>
    <dc:date>2021-01-07T13:22:17Z</dc:date>
    <item>
      <title>ods listing file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-listing-file/m-p/709899#M218413</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;OPTIONS NODATE NONUMBER ;
FILENAME DATE_RPT "/sbs/si/users/text1.txt";
ODS LISTING FILE=DATE_RPT;
PROC PRINT DATA=sashelp.class  (OBS=10) NOOBS style(table)={just=l} ;
TITLE justify=left '**** DISTRIBUTION ****';
RUN;
ODS LISTING CLOSE;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When I open the text1.txt file , table is not left aligned . Please suggest a way to make contents left aligned in text file&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 13:22:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-listing-file/m-p/709899#M218413</guid>
      <dc:creator>ss171</dc:creator>
      <dc:date>2021-01-07T13:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: ods listing file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-listing-file/m-p/709906#M218416</link>
      <description>Try: OPTIONS NOCENTER;</description>
      <pubDate>Thu, 07 Jan 2021 14:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-listing-file/m-p/709906#M218416</guid>
      <dc:creator>DaveHorne</dc:creator>
      <dc:date>2021-01-07T14:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: ods listing file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-listing-file/m-p/709943#M218438</link>
      <description>Thanks for help. It works perfect</description>
      <pubDate>Thu, 07 Jan 2021 16:16:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-listing-file/m-p/709943#M218438</guid>
      <dc:creator>ss171</dc:creator>
      <dc:date>2021-01-07T16:16:38Z</dc:date>
    </item>
  </channel>
</rss>

