<?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: Using proc report instead of rwi (data step) in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-proc-report-instead-of-rwi-data-step/m-p/174334#M12425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Depending on the layout you want, you can create a table using PROC REPORT fairly easily. However, if you want the layout that you show above with no column under the billdate for the customer id information, then your only alternative is the Report Writing Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I don't understand your Question 2. Why do you have to search for numbers? In question #1, it seems like your data is already together. Do you need to only print certain bills based on date or some other criteria. Can you post some sample data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2014 16:04:22 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2014-08-25T16:04:22Z</dc:date>
    <item>
      <title>Using proc report instead of rwi (data step)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-proc-report-instead-of-rwi-data-step/m-p/174333#M12424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;1HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a bill where I have to use row_start, row_end, row_span, Column_span and other options.&amp;nbsp; (one observation with multiple columns--billnumber,billdate,billperiod,storeid,.......)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Question) Is there any possibility to achieve this by proc report (as procs are much faster than data step).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex bill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Arial&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 1195px; HEIGHT: 124px; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;store Name and Address&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;billnumber&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;billdate&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD rowspan="1" style="padding: 2px;"&gt;xyz&lt;BR /&gt;xyz corporatio, road no 10,....&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12132131&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;customer id&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;bill period&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123s1f32- 1213213&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Question 2 ) Is there any possibility to create parse (prxparse) for local numbers , std numbers , isd numbers as the data given was huge millions of numbers... and is taking time to search for the numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 14:10:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-proc-report-instead-of-rwi-data-step/m-p/174333#M12424</guid>
      <dc:creator>Imroze</dc:creator>
      <dc:date>2014-08-25T14:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc report instead of rwi (data step)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-proc-report-instead-of-rwi-data-step/m-p/174334#M12425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Depending on the layout you want, you can create a table using PROC REPORT fairly easily. However, if you want the layout that you show above with no column under the billdate for the customer id information, then your only alternative is the Report Writing Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I don't understand your Question 2. Why do you have to search for numbers? In question #1, it seems like your data is already together. Do you need to only print certain bills based on date or some other criteria. Can you post some sample data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 16:04:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-proc-report-instead-of-rwi-data-step/m-p/174334#M12425</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-08-25T16:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc report instead of rwi (data step)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-proc-report-instead-of-rwi-data-step/m-p/174335#M12426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Cynthia ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for question1 yes it is monthly bills generated based on customer request dates.&amp;nbsp; I got the answer . Thank you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For question 2 .&amp;nbsp; I have two databases where in 1 st one will have called or dialled numbers,&amp;nbsp; the 2nd database has defined telephone numbers such as numbers starting series with 9900 to 9999 are local 8800 to 8899 are local or std . &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 02:19:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-proc-report-instead-of-rwi-data-step/m-p/174335#M12426</guid>
      <dc:creator>Imroze</dc:creator>
      <dc:date>2014-08-26T02:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc report instead of rwi (data step)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-proc-report-instead-of-rwi-data-step/m-p/174336#M12427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post an example to illustrate it more .&amp;nbsp; It looks like you need&amp;nbsp; proc format&amp;nbsp; or Hash Table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 12:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-proc-report-instead-of-rwi-data-step/m-p/174336#M12427</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-08-26T12:47:41Z</dc:date>
    </item>
  </channel>
</rss>

