<?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 how to avoid up arrow in .txt file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-avoid-up-arrow-in-txt-file/m-p/835684#M330389</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;
ods noproctitle;
                      
* Create a text file;



ods listing file = "&amp;amp;sas_drv.:/SASFILES/Daily.txt";
ods escapechar='^';

options nodate nonumber orientation=landscape;
* Create the contents page from the dataset using proc report;
proc report data=final nowd split='~' noheader headskip spacing=2 ls=142;
/*    List columns to be use in the report;*/
   column order_date order_code;
   define order_date/display "Date" left width = 10; 
   define 'order_code'n/display "Order_code" left spacing=2;
   run;

ods listing close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am generating output as text file, could someone help me with options how to avoid the up arrow shown in below image. I know when the data starts in next page this arrow is coming.&lt;/P&gt;
&lt;P&gt;I am using proc report to generate text file.&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="vnreddy_0-1664389003231.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75691i6A4574C168F91E68/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vnreddy_0-1664389003231.png" alt="vnreddy_0-1664389003231.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;
&lt;P&gt;vnreddy&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 19:02:54 GMT</pubDate>
    <dc:creator>vnreddy</dc:creator>
    <dc:date>2022-09-28T19:02:54Z</dc:date>
    <item>
      <title>how to avoid up arrow in .txt file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-avoid-up-arrow-in-txt-file/m-p/835684#M330389</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;
ods noproctitle;
                      
* Create a text file;



ods listing file = "&amp;amp;sas_drv.:/SASFILES/Daily.txt";
ods escapechar='^';

options nodate nonumber orientation=landscape;
* Create the contents page from the dataset using proc report;
proc report data=final nowd split='~' noheader headskip spacing=2 ls=142;
/*    List columns to be use in the report;*/
   column order_date order_code;
   define order_date/display "Date" left width = 10; 
   define 'order_code'n/display "Order_code" left spacing=2;
   run;

ods listing close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am generating output as text file, could someone help me with options how to avoid the up arrow shown in below image. I know when the data starts in next page this arrow is coming.&lt;/P&gt;
&lt;P&gt;I am using proc report to generate text file.&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="vnreddy_0-1664389003231.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75691i6A4574C168F91E68/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vnreddy_0-1664389003231.png" alt="vnreddy_0-1664389003231.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;
&lt;P&gt;vnreddy&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 19:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-avoid-up-arrow-in-txt-file/m-p/835684#M330389</guid>
      <dc:creator>vnreddy</dc:creator>
      <dc:date>2022-09-28T19:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid up arrow in .txt file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-avoid-up-arrow-in-txt-file/m-p/835687#M330392</link>
      <description>&lt;P&gt;Show us your code &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 18:22:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-avoid-up-arrow-in-txt-file/m-p/835687#M330392</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2022-09-28T18:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid up arrow in .txt file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-avoid-up-arrow-in-txt-file/m-p/835688#M330393</link>
      <description>&lt;P&gt;And what program are you using to view that text file? That might be a "feature" of that program indicating a "continued from previous page" or similar.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 18:26:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-avoid-up-arrow-in-txt-file/m-p/835688#M330393</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-09-28T18:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid up arrow in .txt file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-avoid-up-arrow-in-txt-file/m-p/835697#M330396</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have included the code i am using</description>
      <pubDate>Wed, 28 Sep 2022 19:03:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-avoid-up-arrow-in-txt-file/m-p/835697#M330396</guid>
      <dc:creator>vnreddy</dc:creator>
      <dc:date>2022-09-28T19:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid up arrow in .txt file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-avoid-up-arrow-in-txt-file/m-p/835698#M330397</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have included program i am using</description>
      <pubDate>Wed, 28 Sep 2022 19:04:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-avoid-up-arrow-in-txt-file/m-p/835698#M330397</guid>
      <dc:creator>vnreddy</dc:creator>
      <dc:date>2022-09-28T19:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid up arrow in .txt file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-avoid-up-arrow-in-txt-file/m-p/835702#M330398</link>
      <description>&lt;P&gt;Try adding this before your PROC REPORT step, or on the PROC statement itself, to set the page size to be as large as possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;options ps=max;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Sep 2022 20:12:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-avoid-up-arrow-in-txt-file/m-p/835702#M330398</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2022-09-28T20:12:23Z</dc:date>
    </item>
  </channel>
</rss>

