<?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 FLOW in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720814#M223322</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jay_bhavsar_0-1613967668509.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55008iBCB0C981D3BBC268/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jay_bhavsar_0-1613967668509.png" alt="jay_bhavsar_0-1613967668509.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your reply i tried my best to explain my problem.&lt;/P&gt;&lt;P&gt;Yes this is i want to print new variable like this, but there is only one small addition that i want "/" symbol after each variable name&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mary/&lt;/P&gt;&lt;P&gt;15/&lt;/P&gt;&lt;P&gt;F/&lt;/P&gt;&lt;P&gt;66.5/&lt;/P&gt;&lt;P&gt;112&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can i do this using proc report or in your code of "Catx".&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2021 04:24:28 GMT</pubDate>
    <dc:creator>jay_bhavsar</dc:creator>
    <dc:date>2021-02-22T04:24:28Z</dc:date>
    <item>
      <title>PROC REPORT FLOW</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720110#M223043</link>
      <description>&lt;P&gt;Hello ALL,&lt;/P&gt;&lt;P&gt;i have data like&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;SUBJECTID&lt;/TD&gt;&lt;TD&gt;SITEID&lt;/TD&gt;&lt;TD&gt;PT&lt;/TD&gt;&lt;TD&gt;SOC&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SS0010001&lt;/TD&gt;&lt;TD&gt;SS001&lt;/TD&gt;&lt;TD&gt;COVID-19 pneumonia&lt;/TD&gt;&lt;TD&gt;Infections and infestations&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SS0010002&lt;/TD&gt;&lt;TD&gt;SS001&lt;/TD&gt;&lt;TD&gt;Acute respiratory distress syndrome&lt;/TD&gt;&lt;TD&gt;Respiratory, thoracic and mediastinal disorders&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;this is my data i want to print it in word by proc report like below&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Site/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SubjectID&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;System Organ Class/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Preferred Term&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;MX001/&lt;/P&gt;&lt;P&gt;MX0010001&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Infections and infestations/&lt;/P&gt;&lt;P&gt;COVID-19 pneumonia&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;MX001/&lt;/P&gt;&lt;P&gt;MX0010002&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Respiratory, thoracic and mediastinal disorders/&lt;/P&gt;&lt;P&gt;Acute respiratory distress syndrome&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I used flow option but it is not working for me.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 06:00:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720110#M223043</guid>
      <dc:creator>jay_bhavsar</dc:creator>
      <dc:date>2021-02-18T06:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT FLOW</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720114#M223044</link>
      <description>&lt;P&gt;Please&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;post data in usable form&lt;/LI&gt;
&lt;LI&gt;use exactly that data to show the expected output (i don't see "MX001/MX0010001" in your data)&lt;/LI&gt;
&lt;LI&gt;post the code you are using as text using the running-man icon&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 18 Feb 2021 06:42:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720114#M223044</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-02-18T06:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT FLOW</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720128#M223049</link>
      <description>Data i have&lt;BR /&gt;&lt;BR /&gt;SUBJECTID SITEID PT SOC SUBSITE SOCPT AEYN&lt;BR /&gt;SS0010006 SS001 COVID-19 pneumonia Infections and infestations SS001/SS0010006 Infections and infestations/COVID-19 pneumonia Yes&lt;BR /&gt;SS0010006 SS001 Acute respiratory distress syndrome Respiratory, thoracic and mediastinal disorders SS001/SS0010006 Respiratory, thoracic and mediastinal disorders/Acute respiratory distress syndrome Yes&lt;BR /&gt;SS0010007 SS001 Sinus bradycardia Cardiac disorders SS001/SS0010007 Cardiac disorders/Sinus bradycardia Yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc report&lt;BR /&gt;data = ae2 center missing headline headskip nowd split = '|' spacing = 1;&lt;BR /&gt;column SUBSITE SOCPT AEYN ;&lt;BR /&gt;&lt;BR /&gt;define SUBSITE /order order=internal width=30 "SUBJECT|SITE" flow ;&lt;BR /&gt;define SOCPT /order order=internal flow width=50 "SOC|PT" ;&lt;BR /&gt;define AEYN /order order=internal width=12 left "Collection|Date" ;&lt;BR /&gt;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Feb 2021 08:01:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720128#M223049</guid>
      <dc:creator>jay_bhavsar</dc:creator>
      <dc:date>2021-02-18T08:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT FLOW</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720381#M223164</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; FLOW is only supported in the LISTING destination, or the OUTPUT window. The ODS destinations basically ignore the FLOW option. Without knowing what your full code is, it is only just a guess that you might do differently. However, review this previous post &lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/Dynamic-column-width-in-proc-report-for-ODS-PDF-destination/td-p/43023" target="_blank"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/Dynamic-column-width-in-proc-report-for-ODS-PDF-destination/td-p/43023&lt;/A&gt; there is some code in that posting that illustrates the use of WIDTH= as a style override that does for ODS destinations something similar to what FLOW does for the LISTING destination. Perhaps that will give you some ideas of how to proceed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Otherwise, you'll have to post your code in readable format, a program that reads your code and tell us your ODS destination of your final results. Other options you have like HEADLINE, HEADSKIP, SPACING and FLOW are all ignored by ODS RTF, ODS PDF, ODS HTML, ODS POWERPOINT and ODS EXCEL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 02:14:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720381#M223164</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-02-19T02:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT FLOW</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720407#M223173</link>
      <description>&lt;P&gt;Thank you cynthia,&lt;/P&gt;&lt;P&gt;i just want to learn that&amp;nbsp;&lt;/P&gt;&lt;P&gt;if there is two variable system organ class and preferred term and in ods rtf output i want to present them as single variable separating by "/" and i want preferred term value in second line.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 08:02:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720407#M223173</guid>
      <dc:creator>jay_bhavsar</dc:creator>
      <dc:date>2021-02-19T08:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT FLOW</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720470#M223193</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;Off hand it sounds like you might have to code for that. None of what you describe is clear to me from your tiny data example, What variable, for example is system organ class in your list of variables? What variable is preferred term? Here's an example of what I think you're describing using ODS RTF and a STYLE override for width since FLOW, HEADLINE, HEADSKIP, etc are all ignored by ODS RTF:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1613745934105.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54939iE70B9AE8E726C100/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1613745934105.png" alt="Cynthia_sas_0-1613745934105.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Note that the ESCAPECHAR function {newline} needs to have the same ESCAPECHAR declared as the character (in this case, ^) used in the program.&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 14:46:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720470#M223193</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-02-19T14:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT FLOW</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720814#M223322</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jay_bhavsar_0-1613967668509.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55008iBCB0C981D3BBC268/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jay_bhavsar_0-1613967668509.png" alt="jay_bhavsar_0-1613967668509.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your reply i tried my best to explain my problem.&lt;/P&gt;&lt;P&gt;Yes this is i want to print new variable like this, but there is only one small addition that i want "/" symbol after each variable name&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mary/&lt;/P&gt;&lt;P&gt;15/&lt;/P&gt;&lt;P&gt;F/&lt;/P&gt;&lt;P&gt;66.5/&lt;/P&gt;&lt;P&gt;112&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can i do this using proc report or in your code of "Catx".&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 04:24:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720814#M223322</guid>
      <dc:creator>jay_bhavsar</dc:creator>
      <dc:date>2021-02-22T04:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT FLOW</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720927#M223365</link>
      <description>Hi:&lt;BR /&gt;  To do what you describe you need to change the way you concatenate the values together in the DATA step program (before PROC REPORT) so that the / is included at the end of each variable value.&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 22 Feb 2021 15:19:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-FLOW/m-p/720927#M223365</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-02-22T15:19:58Z</dc:date>
    </item>
  </channel>
</rss>

