<?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 Customizing new style for ODS PDF. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26797#M3899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia, thank you for your comprehensive responses! About my last issues - I'm not so trained to create stored processes yet) I' just need to make pdf-report from database data and your answers really helped me. I found the way to put text to my report with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; compute after;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line " ";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line " my text ";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line " ";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endcomp; &lt;/P&gt;&lt;P&gt;even in the style I've wanted (using style(lines)= just after Proc report), and the ODS TEXT works too)&lt;/P&gt;&lt;P&gt;I'll study in detail information about client-server interaction and stored processes to avoid related problems. Thank you so much, for your help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2011 05:58:54 GMT</pubDate>
    <dc:creator>need_some_help</dc:creator>
    <dc:date>2011-07-08T05:58:54Z</dc:date>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26786#M3888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe, my problem is not a problem indeed but as a SAS-novice I got totally confused - there is a lot of information but unfortunately I can't find any appropriate for me(&lt;/P&gt;&lt;P&gt;The thing is (in SAS Enterprise Guide):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I get PDF-report after running List Report, there is a table with totals for some columns in the bottom of the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I need to make another font (font-style) for this row (with totals) and change column width and justify column cells content.&lt;/P&gt;&lt;P&gt;All I managed to do for the moment is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; created a new style (using existing one), changed some it's attributes - in Style Manager,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; added a Program to my Project (without it my style can't be found) with code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define style mystyle;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parent=styles.plateau;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;How and where (Style Manager or Proc template-code) should I specify the features I need?&lt;/P&gt;&lt;P&gt;Be very grateful for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 08:55:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26786#M3888</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-06T08:55:36Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26787#M3889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried something like this, but it didn't work (apparently because of wrong name of table element?):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define style mystyle;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parent=styles.plateau;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style column_total&amp;nbsp; / &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font_style=roman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font_size=14;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 10:00:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26787#M3889</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-06T10:00:09Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26788#M3890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Still trying, unsuccessfully....:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define style user_defined_pdf; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parent=styles.plateau;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style cellcontents /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font_style = roman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cellwidth = .75in &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; just = center&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems to be not so difficult but I just can't find the right way to use this syntax(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 11:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26788#M3890</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-06T11:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26789#M3891</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; There's not a good way in the style template to change only the summary or total lines when you create a LIST report (with PROC PRINT). However, PROC PRINT does allow you to override the summary lines directly in the syntax. So if you edit the code (from the Code Preview Window), you can add the STYLE= overrides as shown in the code in my screen shot. I only used a few regions from SASHELP.SHOES -- but I used BY processing so you could see the difference between the totals for each region (yellow) versus the grand total (pink) and how each summary line was changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10962i10560C6CD5BD52CD/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="show_override_proc_print.jpg" title="show_override_proc_print.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 01:09:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26789#M3891</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-07-07T01:09:04Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26790#M3892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi)&lt;/P&gt;&lt;P&gt;Thank you very much for your response. But maybe I wrote wrong name of the task (I use version in my language) ... - as my List report is performed by Proc Report - so can I use changes of style there (where exactly? in Define statement?), and besides I have not only this change - I also want to make columns wider and change justification in some of them - is it better to change it in task code (not in style template)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. &lt;/P&gt;&lt;P&gt;There is an extra question about List report actually (I don't know if I can ask it here but maybe it was already discussed) - is there the way to sort summarizied columns (I've tried but when they are sorted the total value dissapear)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 06:16:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26790#M3892</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-07T06:16:50Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26791#M3893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To concretize P.S.:&lt;/P&gt;&lt;P&gt;my table consists of 4 columns: first is Region, second is Person's name, and the other two are some group characteristic of each person (I mean that in the input data there are few rows for each person which become one then with counted or summerized value and then in the last row of output table I have totals over all persons).&lt;/P&gt;&lt;P&gt;Hope you can understand me) and help) Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 06:34:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26791#M3893</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-07T06:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26792#M3894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt; Sorry, my bad, I saw the 'List' and mentally filled in List Data versus List Report.&amp;nbsp; There is a List Data task that uses PROC PRINT. The List Report task generates PROC REPORT code. But, the STYLE= override, just changed a bit would work for PROC REPORT. The general idea of STYLE= overrides, works with PROC REPORT the same way it does for PROC PRINT. For example, where I had STYLE(TOTAL) in the PROC PRINT code, you would have STYLE(SUMMARY) on the PROC REPORT code, in the PROC REPORT statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;proc report data=sashelp.class nowd&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(summary)={font_size=16pt font_weight=bold &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; background=yellow};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&amp;nbsp; column age name height weight;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&amp;nbsp; define age / order style(column)={cellwidth=1.5in};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&amp;nbsp; define name / order style(column)={just=c};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&amp;nbsp; define height /sum style(column)={cellwidth=2in};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&amp;nbsp; define weight/sum;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Again, the issue is that if you change the style template, you could make ALL the columns wider, but you could not make only the AGE or the HEIGHT columns wider. The Wizard only generates the basic PROC REPORT code, I do not believe the wizard gives you the choice to alter the STYLE. So if you wanted to change the width of ONLY the AGE column, as shown above, you would have to use a STYLE override. This presentation I did in 2010 shows some examples of using STYLE= overrides with PROC REPORT:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lexjansen.com/pharmasug/2010/sas/sas-hw-sas02.pdf"&gt;http://www.lexjansen.com/pharmasug/2010/sas/sas-hw-sas02.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you use a numeric variable such as AGE (as shown above) for an ORDER or GROUP usage, you cannot also get a TOTAL for the AGE column -- a variable can only have ONE usage and the ANALYSIS or SUM usage (which is what you need to a numeric variable to give you a total) won't allow you to ORDER and the ORDER usage won't allow you to SUM. Some folks work around this by making a copy of the variable. If you look at this forum posting, I showed how to order on a total, by "pre-summarizing' the total and using a copy of the total column for ordering and then using the numeric version of the column for summarizing:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/thread/30159"&gt;http://communities.sas.com/thread/30159&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 06:39:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26792#M3894</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-07-07T06:39:05Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26793#M3895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia, thank you so much (I start with SAS at my new job and there's no one to ask even some stupid things so I have to disturb you and that's why I appreciate your help very much)!&lt;/P&gt;&lt;P&gt;I've got the difference between style template and style=overrides (and the last one works as I need) and now I'm trying to practice the information about my other needs, it's really helpful)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 08:33:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26793#M3895</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-07T08:33:29Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26794#M3896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't fully understand how but I've managed to sort data in needed column (generally it's clear but sometimes different (order=)values and different order of column names in column statement give unpredictable (for me) results). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, new problems appeared:&lt;/P&gt;&lt;P&gt;there must be some text in my PDF-report and I thought it's simple to embed it (as I read I need just put this anywhere:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods pdf text='my text' and after that my text &lt;SPAN style="font-size: 10pt; font-family: Helvetica;"&gt;will be placed on the page immediately following the last procedure output&lt;/SPAN&gt;), so I wrote this statement just after proc report and waited for a miracle... but it caused such warning:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: Unsupported device 'ACTIVEX' for PDF destination. Using device 'ACTXIMG'.&lt;/P&gt;&lt;P&gt;NOTE: Writing ODS PDF output to DISK destination "C:\SAS\EMDesktop\Lev1\SASApp\sasprt.pdf", printer "PDF".&lt;/P&gt;&lt;P&gt;16 ods pdf text='my text';&lt;/P&gt;&lt;P&gt;17 ods pdf close;&lt;/P&gt;&lt;P&gt;NOTE: ODS PDF printed no output. &lt;/P&gt;&lt;P&gt;(This sometimes results from failing to place a RUN statement before the ODS PDF CLOSE statement.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as I've searched for that warning: 'This warning does not affect the results of the stored process execution and can be ignored.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why I'm confused again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: TTE276F3B8t00;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 12:37:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26794#M3896</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-07T12:37:02Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26795#M3897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to circumvent this, but I only found out that 'my text' somehow goes to 'C:\SAS\EMDesktop\Lev1\SASApp\sasprt.pdf' (it's announced that results are loaded from there) where the output is not in my style (child style from the built-one which I described in Proc template) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.&lt;/P&gt;&lt;P&gt;It has just dawned upon me - style= overrides don't change the style I use, just changes my output? So changes done from parent style can be described in that way too and there will be no need to use Proc template.... Though I made all changes in Style manager and used Proc template only to define new style (to make SAS EG find it).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 14:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26795#M3897</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-07T14:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26796#M3898</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; You have a couple of issues, especially if you are trying to turn your code into a stored process. So, here goes:&lt;/P&gt;&lt;P&gt;1) Your error message...not all client applications for a stored process will use ODS PDF -- so, for example, if you run your stored process in Web Report Studio, the default destination for WRS is SASReport XML destination -- which means that your ODS PDF TEXT= is or could be incorrect. A simple fix is to remove the PDF from the ODS TEXT= statement. In the early days of TEXT=, you needed to specify a destination, but NOW, you can just have:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ODS TEXT='some string';&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;and the text will go to the OPEN destination, without you needing to know WHAT destination is being used by the client application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;2) Your driver message (use ACTXIMG and not ACTIVEX) -- somehow the device got set somewhere for ACTIVEX, which would be incorrect for PDF -- so again, this comes down to what client applications are going to receive your stored process results. Getting rid of this message can be easily fixed by issuing the appropriate override to the reserved macro variable that controls the device for graphics output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is one of those instances where seeing ALL of your code would be helpful. But, since you have not posted your code up to now and since you have just revealed that you want all your changes in a stored process, it might be better for you, at this point, to work with Tech Support on this question. They can look at ALL your code, look at what client applications you are using for the stored process and help you resolve your issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Yes, you are right. STYLE= overrides do NOT change the style template -- they override what is in the style template. This is especially nice in a client/server situation, where you may not want or be able to write your style template to a location on the server. Just because you store the style template on your local machine does not necessarily make the style template available to SAS on a server machine -- especially in the context of a stored process. In the case of the BI Platform, you really need to write your styles in a place that is accessible to the Workspace server and/or Stored Process server. And, some client applications, like WRS or PowerPoint may not use the style template you create because they can only receive SASReport XML from a stored process and sometimes, especially with WRS, you have to change the style in the XML that's embedded in the middle tier "plumbing" needed by WRS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the bottom line is that I would recommend you open a track with Tech Support. They are your best resource, at this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 14:34:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26796#M3898</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-07-07T14:34:38Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26797#M3899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia, thank you for your comprehensive responses! About my last issues - I'm not so trained to create stored processes yet) I' just need to make pdf-report from database data and your answers really helped me. I found the way to put text to my report with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; compute after;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line " ";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line " my text ";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line " ";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endcomp; &lt;/P&gt;&lt;P&gt;even in the style I've wanted (using style(lines)= just after Proc report), and the ODS TEXT works too)&lt;/P&gt;&lt;P&gt;I'll study in detail information about client-server interaction and stored processes to avoid related problems. Thank you so much, for your help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 05:58:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26797#M3899</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-08T05:58:54Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26798#M3900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's one more thing, as usual)&lt;/P&gt;&lt;P&gt;I' ve tried to change Title and text style. I thought it would be simple (there are examples everywhere like: ods text='^S={just=left font_style=roman} Text!' , but it just writes '^S={just=left font_style=roman} Text!' to my report - I've tried both single and doubled quotes). And 'my text' is in a frame, and I don't need it... What is wrong with my style settings?&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #0000ff; font-size: 3; font-family: 'Courier New';"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 07:56:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26798#M3900</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-08T07:56:06Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26799#M3901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot to mention:&lt;/P&gt;&lt;P&gt;I changed User text (an other familiar elements) frame settings (Line style -&amp;gt; None, colour -&amp;gt; white) in Style manager for my new style (child from built in), but still frame appears..&lt;/P&gt;&lt;P&gt;And about 'code' way of changing style: I've also tried:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods text='~S={just=left font_style=roman} Text!'.&amp;nbsp; Nothing changed(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 08:07:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26799#M3901</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-08T08:07:21Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26800#M3902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And still that's not all...&lt;/P&gt;&lt;P&gt;I also trying to change title style and I've noticed such thing:&lt;/P&gt;&lt;P&gt;I use Title1 as a test string, Title2 is a real title and when I comment /* Title1 */ it still appears. Is it normal? If I don't specify Title1 (start from title2), it shows Title1 that was last specified?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 08:21:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26800#M3902</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-08T08:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26801#M3903</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; TITLE statements are &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;GLOBAL &lt;/STRONG&gt;&lt;/SPAN&gt;-- that means they stay in effect until they are cancelled or reset. That's why, generally, when I teach how to write TITLE statements in code, I show this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc whatever data=mydata;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; title1 'Some Title 1';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; title2 'Some Title 2';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc whatelse data=mydata;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; title2 'Some Other Title 2';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&lt;SPAN style="color: #00ccff;"&gt;&lt;SPAN style="color: #0000ff;"&gt;title;&lt;/SPAN&gt; &lt;/SPAN&gt;/* resets all titles to nothing or "empty" string */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above situation, the second PROC will use TITLE1 as set GLOBALLY by the first TITLE1 statement. and only TITLE2 will change. For ODS PDF, the following code works for me in SAS 9.2, including the change in justification for the ODS TEXT string (I changed the color of each title, so you could see which options control each TITLE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options nodate nonumber;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf file='c:\temp\testtitle.pdf';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods escapechar='~';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc print data=sashelp.class(obs=3);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; &lt;SPAN style="color: #ff6600;"&gt;title1&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;j=c color=purple h=18pt &lt;/SPAN&gt;'t1';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; &lt;SPAN style="color: #ff6600;"&gt;title2&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;j=r color=red h=18pt &lt;/SPAN&gt;'t2';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc means data=sashelp.class min mean max;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; var age;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; &lt;SPAN style="color: #ff6600;"&gt;title2&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;j=l color=blue h=18pt &lt;/SPAN&gt;'other t2';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods text= '~S={just=c font_weight=bold font_size=18pt color=cyan}&lt;SPAN style="color: #000000;"&gt;My After Text&lt;/SPAN&gt;';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do note that the &lt;SPAN style="color: #ff0000;"&gt;ESCAPECHAR+S=&lt;/SPAN&gt; syntax that I used was the original&amp;nbsp; version of the syntax that should work in 9.1.3 or SAS 9.2....in this syntax, the &lt;STRONG style="color: #ff0000;"&gt;S &lt;/STRONG&gt;must be capitalized and the ESCAPECHAR that you use in the ODS TEXT string must be declared in an ODS ESCAPECHAR statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition the TITLE (and FOOTNOTE) statements have their own options, (that they inherited from SAS/GRAPH), like&lt;SPAN style="font-family: courier new,courier; color: #0000ff;"&gt; j=c&lt;/SPAN&gt; or &lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;color=purple &lt;/SPAN&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;h=18pt &lt;/SPAN&gt;&lt;/SPAN&gt;which allow you to change the TITLE text attributes directly without using STYLE= overrides or ODS ESCAPECHAR syntax or a STYLE template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 13:45:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26801#M3903</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-07-08T13:45:08Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26802#M3904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, again. Now it's clear.That's just what I needed)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 05:22:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26802#M3904</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-11T05:22:31Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26803#M3905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And a little question about frame (in which my text appears):&lt;/P&gt;&lt;P&gt;as I read there are 2 ways: to specify frame=void or make bordercolor=white in text style settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (like:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods text= "~{style[bordercolor=white frame=void borderwidth=0.3in just=left] My text!}";) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also changed User text settings in Style Manager for my style, but there's no effect. Where am I doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 13:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26803#M3905</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-11T13:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26804#M3906</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; Well here's the thing.I would NOT expect those changes to work in an ODS TEXT statement because FRAME (for example) is a TABLE level type of style attribute and although ODS TEXT is enclosed in a TABLE,&amp;nbsp; by the time the TEXT is written, the HTML TABLE tag has come and gone. But your frame=void and borderwidth of .3 in are incompatible -- BORDERWIDTH is saying you want lines of a certain width and FRAME=VOID is saying that you don't want a frame around the table. And, I'm also confused because when I submit the code that I previously posted, I don't see a FRAME around my TEXT= string (see screen shot). Changing UserText settings in your Style Manager will ONLY change the attributes of the TEXT, it will NOT change the attributes of the "container" that defines that TABLE that the text is in. I think that UserText sits inside the NoteContainer. But since FRAME is already VOID by default around the ODS TEXT string, I'm not sure what you're seeing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10805i9E0CC3A909C66449/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="no_frame_ods_text.jpg" title="no_frame_ods_text.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 13:51:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26804#M3906</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-07-11T13:51:33Z</dc:date>
    </item>
    <item>
      <title>Customizing new style for ODS PDF.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26805#M3907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, that's the first thing where I'm wrong) - I put wrong string - borderwidth wasn't supposed to be there... as well as one of other parameters should have been commented (whether I try it through 1) frame=void or 2)bordercolor=white). Sorry)&lt;/P&gt;&lt;P&gt;In my StyleManager there are following similar items: Container and Note, Notecontent, Notecontentfixed and for all of them in their attributes (there are four types in the left part of the window, the second one is Frames - if I translate it right) the line style set as None and the color is white (they are all marked as border attributes on this tab). But still there's something round my text......&lt;/P&gt;&lt;P&gt;To make you see the problem from my point of view I attach this (and I just thought - if there's no borders, are they absolutely invisible? no traces?):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="my view.png" class="jive-image-thumbnail jive-image" onclick="" src="https://communities.sas.com/legacyfs/online/1024_my view.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;there's bottom of my table above (where 'lines' are) and under it there is the text from your code (+one empty string), code (red-marked) is original.That's how it looks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 14:33:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Customizing-new-style-for-ODS-PDF/m-p/26805#M3907</guid>
      <dc:creator>need_some_help</dc:creator>
      <dc:date>2011-07-11T14:33:57Z</dc:date>
    </item>
  </channel>
</rss>

