<?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: Proc report, go to line when i want in a single text report in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report-go-to-line-when-i-want-in-a-single-text-report/m-p/917733#M83332</link>
    <description>&lt;P&gt;As PROC REPORT is not a statistical procedure ... I moved this to "SAS Procedures" - board under Programming header.&lt;/P&gt;</description>
    <pubDate>Sat, 24 Feb 2024 13:27:10 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2024-02-24T13:27:10Z</dc:date>
    <item>
      <title>Proc report, go to line when i want in a single text report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report-go-to-line-when-i-want-in-a-single-text-report/m-p/917600#M83330</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I 'm trying to go to line when i wish with a simple proc report (to display some text at the end of a page in a pdf report).&lt;/P&gt;&lt;P&gt;Could you help me please ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my code:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="what i have" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94043iBD4E34A8DA73D322/image-size/large?v=v2&amp;amp;px=999" role="button" title="what_i_have.png" alt="what i have" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;what i have&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="what_i_want.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94044i0FBBEF39E74EBF1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="what_i_want.png" alt="what_i_want.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;data notes;&lt;BR /&gt;order_row=1;&lt;BR /&gt;text="Le graphique ci-dessus met en relation le poids des prestations ( taille des bulles) , le coût moyen par effectif en abscisse et la fréquence en ordonnée pour chaque poste de soins.* Plus la bulle est grande, plus le poids des prestations est élevé.*Plus le coût moyen est élevé, moins la fréquence est élevée (exemple: dentaire).";&lt;BR /&gt;output;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc report data=notes noheader nowd split="*"&lt;BR /&gt;style(REPORT)={frame=void vjust=middle }&lt;BR /&gt;style(COLUMN)={font=(Helvetica) cellwidth=1500 just=center vjust=center foreground=black background=white font_size=10 pt&lt;BR /&gt;font_weight=bold just=left bordertopcolor=&amp;amp;couleur_1 borderbottomcolor=&amp;amp;couleur_1 borderrightcolor=&amp;amp;couleur_1 borderleftcolor=&amp;amp;couleur_1};&lt;BR /&gt;column order_row text ;&lt;BR /&gt;DEFINE order_row / noprint ;&lt;BR /&gt;DEFINE text / left ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 15:25:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report-go-to-line-when-i-want-in-a-single-text-report/m-p/917600#M83330</guid>
      <dc:creator>Mathassens</dc:creator>
      <dc:date>2024-02-23T15:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report, go to line when i want in a single text report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report-go-to-line-when-i-want-in-a-single-text-report/m-p/917601#M83331</link>
      <description>&lt;P&gt;Sorry, i make a mistake when i post my post &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In fact, i want to go line after each . in the text&lt;/P&gt;&lt;P&gt;I try to do it whith a split but it's not OK &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 15:28:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report-go-to-line-when-i-want-in-a-single-text-report/m-p/917601#M83331</guid>
      <dc:creator>Mathassens</dc:creator>
      <dc:date>2024-02-23T15:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report, go to line when i want in a single text report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report-go-to-line-when-i-want-in-a-single-text-report/m-p/917733#M83332</link>
      <description>&lt;P&gt;As PROC REPORT is not a statistical procedure ... I moved this to "SAS Procedures" - board under Programming header.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2024 13:27:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report-go-to-line-when-i-want-in-a-single-text-report/m-p/917733#M83332</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-02-24T13:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report, go to line when i want in a single text report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report-go-to-line-when-i-want-in-a-single-text-report/m-p/917735#M83333</link>
      <description>&lt;P&gt;Use the data step to do the split.&lt;BR /&gt;Then use PROC REPORT (the splitting character in PROC REPORT is for headers).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make dataset notes1 and character text1 and report on these.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data notes1(drop=i cp);
 LENGTH text1 $330;
 set notes;
 cp = countc(text, '.');
 put cp=;
 do i = 1 to cp;
  text1 = scan(text, i, '.');
  output;
 end;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2024 13:38:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report-go-to-line-when-i-want-in-a-single-text-report/m-p/917735#M83333</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-02-24T13:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report, go to line when i want in a single text report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report-go-to-line-when-i-want-in-a-single-text-report/m-p/917783#M83334</link>
      <description>&lt;P&gt;You can't have circle corner I guess. But you can use ~n to break a line.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data notes;
order_row=1;
text="Le graphique ci-dessus met en relation le poids des prestations ( taille des bulles) , le coût moyen par effectif en abscisse et la fréquence en ordonnée pour chaque poste de soins. ~n  * Plus la bulle est grande, plus le poids des prestations est élevé. ~n *Plus le coût moyen est élevé, moins la fréquence est élevée (exemple: dentaire).";
output;
run;

ods escapechar='~';
ods pdf file='c:\temp\temp.pdf';

proc report data=notes noheader nowd split="*"
style(REPORT)={frame=void vjust=middle }
style(COLUMN)={font=(Helvetica) cellwidth=1500 just=center vjust=center foreground=black background=white font_size=10 pt
font_weight=bold just=left bordertopcolor=&amp;amp;couleur_1 borderbottomcolor=&amp;amp;couleur_1 borderrightcolor=&amp;amp;couleur_1 borderleftcolor=&amp;amp;couleur_1};
column order_row text ;
DEFINE order_row / noprint ;
DEFINE text / left ;

run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1708854958025.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94091iC6ED8822FC140FC7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1708854958025.png" alt="Ksharp_0-1708854958025.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2024 09:56:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report-go-to-line-when-i-want-in-a-single-text-report/m-p/917783#M83334</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-02-25T09:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report, go to line when i want in a single text report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report-go-to-line-when-i-want-in-a-single-text-report/m-p/917884#M83335</link>
      <description>Thanks you for yours answers.</description>
      <pubDate>Mon, 26 Feb 2024 09:57:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report-go-to-line-when-i-want-in-a-single-text-report/m-p/917884#M83335</guid>
      <dc:creator>Mathassens</dc:creator>
      <dc:date>2024-02-26T09:57:42Z</dc:date>
    </item>
  </channel>
</rss>

