<?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 align the computed 'line' to the left in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-align-the-computed-line-to-the-left/m-p/66357#M18956</link>
    <description>&amp;gt; Hi:&lt;BR /&gt;
&amp;gt; style={just=left} will not work in all&lt;BR /&gt;
&amp;gt; destinations. For example, it will probably work in&lt;BR /&gt;
&amp;gt; HTML, RTF or PDF destinations, but will not work in&lt;BR /&gt;
&amp;gt; the LISTING destination (the output window or&lt;BR /&gt;
&amp;gt; listing window). It probably won't work for ODS CSV&lt;BR /&gt;
&amp;gt; and I'm not sure whether it will work for&lt;BR /&gt;
&amp;gt;  TAGSETS.EXCELXP. &lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; If you are using the LISTING destination and you want&lt;BR /&gt;
&amp;gt; to start your string 'Company' at the far left,&lt;BR /&gt;
&amp;gt; experiement with column pointer control: &lt;BR /&gt;
&amp;gt; [pre]&lt;BR /&gt;
&amp;gt;    line @3 'Company' .... ;&lt;BR /&gt;
&amp;gt; re]&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; You might have to change the @3 to a different&lt;BR /&gt;
&amp;gt; number, but you should be able to get the string&lt;BR /&gt;
&amp;gt; where you want it in the LISTING window. Other ODS&lt;BR /&gt;
&amp;gt; destinations will ignore the @3 column pointer&lt;BR /&gt;
&amp;gt; control and use the STYLE= override.&lt;BR /&gt;
&amp;gt;  &lt;BR /&gt;
&amp;gt; ow to do what you want really depends on the ODS&lt;BR /&gt;
&amp;gt; destination where you want to send the output.&lt;BR /&gt;
&amp;gt;  &lt;BR /&gt;
&amp;gt; ynthia&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thank you, Cynthia! I tried column pointer but it didn't work maybe because I have the system options of center. I was trying to have report in the center, but the first few lines of group info (not the heading) in the left most column. Now I changed the center to nocenter.</description>
    <pubDate>Mon, 24 Aug 2009 01:53:15 GMT</pubDate>
    <dc:creator>odmhx</dc:creator>
    <dc:date>2009-08-24T01:53:15Z</dc:date>
    <item>
      <title>How to align the computed 'line' to the left</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-align-the-computed-line-to-the-left/m-p/66355#M18954</link>
      <description>I am having trouble aligning the line to the left as a result of the group compute block.&lt;BR /&gt;
&lt;BR /&gt;
my code:&lt;BR /&gt;
&lt;BR /&gt;
compute before company/style={just=left};&lt;BR /&gt;
line 'Company: ' +1 compcode $5.;&lt;BR /&gt;
endcomp;&lt;BR /&gt;
&lt;BR /&gt;
The output still shows the line in the center.&lt;BR /&gt;
&lt;BR /&gt;
Could anyone help me?&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot...</description>
      <pubDate>Sun, 23 Aug 2009 13:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-align-the-computed-line-to-the-left/m-p/66355#M18954</guid>
      <dc:creator>odmhx</dc:creator>
      <dc:date>2009-08-23T13:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to align the computed 'line' to the left</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-align-the-computed-line-to-the-left/m-p/66356#M18955</link>
      <description>Hi:&lt;BR /&gt;
  style={just=left} will not work in all destinations. For example, it will probably work in HTML, RTF or PDF destinations, but will not work in the LISTING destination (the output window or listing window). It probably won't work for ODS CSV and I'm not sure whether it will work for TAGSETS.EXCELXP. &lt;BR /&gt;
&lt;BR /&gt;
If you are using the LISTING destination and you want to start your string 'Company' at the far left, experiement with column pointer control: &lt;BR /&gt;
[pre]&lt;BR /&gt;
   line @3 'Company' .... ;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
You might have to change the @3 to a different number, but you should be able to get the string where you want it in the LISTING window. Other ODS destinations will ignore the @3 column pointer control and use the STYLE= override.&lt;BR /&gt;
 &lt;BR /&gt;
How to do what you want really depends on the ODS destination where you want to send the output.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 24 Aug 2009 01:15:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-align-the-computed-line-to-the-left/m-p/66356#M18955</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-08-24T01:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to align the computed 'line' to the left</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-align-the-computed-line-to-the-left/m-p/66357#M18956</link>
      <description>&amp;gt; Hi:&lt;BR /&gt;
&amp;gt; style={just=left} will not work in all&lt;BR /&gt;
&amp;gt; destinations. For example, it will probably work in&lt;BR /&gt;
&amp;gt; HTML, RTF or PDF destinations, but will not work in&lt;BR /&gt;
&amp;gt; the LISTING destination (the output window or&lt;BR /&gt;
&amp;gt; listing window). It probably won't work for ODS CSV&lt;BR /&gt;
&amp;gt; and I'm not sure whether it will work for&lt;BR /&gt;
&amp;gt;  TAGSETS.EXCELXP. &lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; If you are using the LISTING destination and you want&lt;BR /&gt;
&amp;gt; to start your string 'Company' at the far left,&lt;BR /&gt;
&amp;gt; experiement with column pointer control: &lt;BR /&gt;
&amp;gt; [pre]&lt;BR /&gt;
&amp;gt;    line @3 'Company' .... ;&lt;BR /&gt;
&amp;gt; re]&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; You might have to change the @3 to a different&lt;BR /&gt;
&amp;gt; number, but you should be able to get the string&lt;BR /&gt;
&amp;gt; where you want it in the LISTING window. Other ODS&lt;BR /&gt;
&amp;gt; destinations will ignore the @3 column pointer&lt;BR /&gt;
&amp;gt; control and use the STYLE= override.&lt;BR /&gt;
&amp;gt;  &lt;BR /&gt;
&amp;gt; ow to do what you want really depends on the ODS&lt;BR /&gt;
&amp;gt; destination where you want to send the output.&lt;BR /&gt;
&amp;gt;  &lt;BR /&gt;
&amp;gt; ynthia&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thank you, Cynthia! I tried column pointer but it didn't work maybe because I have the system options of center. I was trying to have report in the center, but the first few lines of group info (not the heading) in the left most column. Now I changed the center to nocenter.</description>
      <pubDate>Mon, 24 Aug 2009 01:53:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-align-the-computed-line-to-the-left/m-p/66357#M18956</guid>
      <dc:creator>odmhx</dc:creator>
      <dc:date>2009-08-24T01:53:15Z</dc:date>
    </item>
  </channel>
</rss>

