<?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 Spacing and formatting in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Spacing-and-formatting/m-p/62147#M2091</link>
    <description>I want to put a space between the proc report and the title statement that contains a JPG. I'm not having any luck. Is there a better way to do it? Also is there a better way to also put spaces inbetween the twp proc reports? Code is below....&lt;BR /&gt;
&lt;BR /&gt;
options nodate;&lt;BR /&gt;
ods noptitle;&lt;BR /&gt;
ods pdf startpage=never;&lt;BR /&gt;
ods pdf file='c:\PC_SAS\Test Page 3 1.29.10.pdf' style=CustPge  notoc;&lt;BR /&gt;
title '^S={just=center preimage="C:\PC_SAS\ Logo For Top Of Report.JPG"}';&lt;BR /&gt;
&lt;BR /&gt;
ods pdf text= '^S={just=center font=("Times Roman",13PT,Bold )}Who is taking money out of your pocket? ^n Competitive Retail Store Spending(Top 5 locations) ';&lt;BR /&gt;
&lt;BR /&gt;
proc report data=projects.comp_ret_store_spend_top_5 nowd;&lt;BR /&gt;
where dealer_number='0018';&lt;BR /&gt;
/*title1 "Who's taking money out of your pocket? ^n Competitive Retail Store Spending(Top 5 locations)";*/&lt;BR /&gt;
column description cnt amt;&lt;BR /&gt;
define description/ display format=$80.;&lt;BR /&gt;
define amt/ display format=dollar6.;&lt;BR /&gt;
label description = "Competitor Name"&lt;BR /&gt;
      Cnt =         "Transactions"&lt;BR /&gt;
      AMT =         "Amount" ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text='^S={just=center font=("Times Roman",13PT,Bold )}Where are your top customers using their Cards? ^n (Top 5 other categories) ';&lt;BR /&gt;
proc report data=projects.top_5_other_cat nowd;&lt;BR /&gt;
where dlr_no='0018';&lt;BR /&gt;
column sic_class cnt amt;&lt;BR /&gt;
define sic_class/ display format=$80.;&lt;BR /&gt;
define amt/ display format=dollar10.;&lt;BR /&gt;
label sic_class =   "Category"&lt;BR /&gt;
      Cnt =         "Transactions"&lt;BR /&gt;
      AMT =         "Amount" ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods pdf close;</description>
    <pubDate>Thu, 25 Feb 2010 21:09:58 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-02-25T21:09:58Z</dc:date>
    <item>
      <title>Spacing and formatting</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Spacing-and-formatting/m-p/62147#M2091</link>
      <description>I want to put a space between the proc report and the title statement that contains a JPG. I'm not having any luck. Is there a better way to do it? Also is there a better way to also put spaces inbetween the twp proc reports? Code is below....&lt;BR /&gt;
&lt;BR /&gt;
options nodate;&lt;BR /&gt;
ods noptitle;&lt;BR /&gt;
ods pdf startpage=never;&lt;BR /&gt;
ods pdf file='c:\PC_SAS\Test Page 3 1.29.10.pdf' style=CustPge  notoc;&lt;BR /&gt;
title '^S={just=center preimage="C:\PC_SAS\ Logo For Top Of Report.JPG"}';&lt;BR /&gt;
&lt;BR /&gt;
ods pdf text= '^S={just=center font=("Times Roman",13PT,Bold )}Who is taking money out of your pocket? ^n Competitive Retail Store Spending(Top 5 locations) ';&lt;BR /&gt;
&lt;BR /&gt;
proc report data=projects.comp_ret_store_spend_top_5 nowd;&lt;BR /&gt;
where dealer_number='0018';&lt;BR /&gt;
/*title1 "Who's taking money out of your pocket? ^n Competitive Retail Store Spending(Top 5 locations)";*/&lt;BR /&gt;
column description cnt amt;&lt;BR /&gt;
define description/ display format=$80.;&lt;BR /&gt;
define amt/ display format=dollar6.;&lt;BR /&gt;
label description = "Competitor Name"&lt;BR /&gt;
      Cnt =         "Transactions"&lt;BR /&gt;
      AMT =         "Amount" ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text=' ';&lt;BR /&gt;
ods pdf text='^S={just=center font=("Times Roman",13PT,Bold )}Where are your top customers using their Cards? ^n (Top 5 other categories) ';&lt;BR /&gt;
proc report data=projects.top_5_other_cat nowd;&lt;BR /&gt;
where dlr_no='0018';&lt;BR /&gt;
column sic_class cnt amt;&lt;BR /&gt;
define sic_class/ display format=$80.;&lt;BR /&gt;
define amt/ display format=dollar10.;&lt;BR /&gt;
label sic_class =   "Category"&lt;BR /&gt;
      Cnt =         "Transactions"&lt;BR /&gt;
      AMT =         "Amount" ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods pdf close;</description>
      <pubDate>Thu, 25 Feb 2010 21:09:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Spacing-and-formatting/m-p/62147#M2091</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-25T21:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Spacing and formatting</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Spacing-and-formatting/m-p/62148#M2092</link>
      <description>Wrong forum. I'll post to the reporting one Sorry!</description>
      <pubDate>Thu, 25 Feb 2010 21:38:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Spacing-and-formatting/m-p/62148#M2092</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-25T21:38:26Z</dc:date>
    </item>
  </channel>
</rss>

