<?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: who can help me with the report using data _null_ in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/who-can-help-me-with-the-report-using-data-null/m-p/15596#M3386</link>
    <description>Hi.&lt;BR /&gt;
Try this code.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
 proc template;&lt;BR /&gt;
&lt;BR /&gt;
  define style tt1;&lt;BR /&gt;
  style celldatasimple /&lt;BR /&gt;
  font_face=arial&lt;BR /&gt;
  foreground=black;&lt;BR /&gt;
  style celldataemphasis from celldatasimple /&lt;BR /&gt;
  foreground=brown;&lt;BR /&gt;
  end;&lt;BR /&gt;
&lt;BR /&gt;
  define table to1;&lt;BR /&gt;
  column a;&lt;BR /&gt;
     define a;&lt;BR /&gt;
       style= tt1;&lt;BR /&gt;
    cellstyle _val_ in ('Statistical Analysis System') as celldataemphasis,  1 as celldatasimple;&lt;BR /&gt;
    end;&lt;BR /&gt;
  end;&lt;BR /&gt;
 run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
ods pdf file='d:\work\temp001.pdf' style=tt1;&lt;BR /&gt;
%let ls=130;&lt;BR /&gt;
%let ps=60;&lt;BR /&gt;
option mprint pageno=1 nodate ls=&amp;amp;ls ps=&amp;amp;ps FORMCHAR="|_---|+|---+=|-/\*" ;&lt;BR /&gt;
%global LINE BLANK;&lt;BR /&gt;
data _null_;&lt;BR /&gt;
call symput('LINE',repeat('-',&amp;amp;ls-1));&lt;BR /&gt;
call symput('BLANK',repeat(' ',&amp;amp;ls-1));&lt;BR /&gt;
run;&lt;BR /&gt;
title1 "&amp;amp;blank";&lt;BR /&gt;
title2 'SAS' ;&lt;BR /&gt;
footnote1 'The Power To Know';&lt;BR /&gt;
footnote2 "&amp;amp;blank";&lt;BR /&gt;
data _null_; length a $&amp;amp;ls.;&lt;BR /&gt;
file print ods=(template='to1' variables=(a (label="")));&lt;BR /&gt;
a='SAS';put a _ods_;&lt;BR /&gt;
a="&amp;amp;line"; put a _ods_;&lt;BR /&gt;
a="Statistical Analysis System"; put a _ods_;&lt;BR /&gt;
a="&amp;amp;blank"; put a _ods_;&lt;BR /&gt;
a="SPSS"; put a _ods_;&lt;BR /&gt;
a="&amp;amp;line"; put a _ods_;&lt;BR /&gt;
a="Statistical Product and Service Solutions"; put a _ods_;&lt;BR /&gt;
a="&amp;amp;blank"; put a _ods_;&lt;BR /&gt;
run;&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
&lt;BR /&gt;
[/pre]</description>
    <pubDate>Tue, 12 Oct 2010 11:36:20 GMT</pubDate>
    <dc:creator>Oleg_L</dc:creator>
    <dc:date>2010-10-12T11:36:20Z</dc:date>
    <item>
      <title>who can help me with the report using data _null_</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/who-can-help-me-with-the-report-using-data-null/m-p/15595#M3385</link>
      <description>ods pdf file='e:\temp.pdf';&lt;BR /&gt;
%let ls=130;&lt;BR /&gt;
%let ps=60;&lt;BR /&gt;
option mprint pageno=1 nodate ls=&amp;amp;ls ps=&amp;amp;ps FORMCHAR="|_---|+|---+=|-/\&amp;lt;&amp;gt;*"  ;&lt;BR /&gt;
%global LINE BLANK;&lt;BR /&gt;
data _null_;&lt;BR /&gt;
call symput('LINE',repeat('-',&amp;amp;ls-1));&lt;BR /&gt;
call symput('BLANK',repeat(' ',&amp;amp;ls-1));&lt;BR /&gt;
run;&lt;BR /&gt;
title1 "&amp;amp;blank";&lt;BR /&gt;
title2 'SAS' ;&lt;BR /&gt;
footnote1 'The Power To Know';&lt;BR /&gt;
footnote2 "&amp;amp;blank";&lt;BR /&gt;
data _null_;&lt;BR /&gt;
file print titles linesleft = ll pagesize =&amp;amp;ps linesize = &amp;amp;ls; &lt;BR /&gt;
put &lt;BR /&gt;
"SAS"/&lt;BR /&gt;
"&amp;amp;line"/&lt;BR /&gt;
"Statistical Analysis System"/&lt;BR /&gt;
"&amp;amp;blank"/&lt;BR /&gt;
"SPSS"/&lt;BR /&gt;
"&amp;amp;line"/&lt;BR /&gt;
"Statistical Product and Service Solutions"/&lt;BR /&gt;
"&amp;amp;blank"/;&lt;BR /&gt;
run;&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
&lt;BR /&gt;
you can run the code first and then help me figure out some questions below&lt;BR /&gt;
1.I want the font of all those words change to 'Arial'&lt;BR /&gt;
2.the color of "Statistical Analysis System" change to 'brown',&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.pinggu.org/bbs/viewthread.phtid=926456&amp;amp;page=1&amp;amp;fromuid=1142421" target="_blank"&gt;http://www.pinggu.org/bbs/viewthread.phtid=926456&amp;amp;page=1&amp;amp;fromuid=1142421&lt;/A&gt;</description>
      <pubDate>Tue, 12 Oct 2010 09:00:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/who-can-help-me-with-the-report-using-data-null/m-p/15595#M3385</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-12T09:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: who can help me with the report using data _null_</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/who-can-help-me-with-the-report-using-data-null/m-p/15596#M3386</link>
      <description>Hi.&lt;BR /&gt;
Try this code.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
 proc template;&lt;BR /&gt;
&lt;BR /&gt;
  define style tt1;&lt;BR /&gt;
  style celldatasimple /&lt;BR /&gt;
  font_face=arial&lt;BR /&gt;
  foreground=black;&lt;BR /&gt;
  style celldataemphasis from celldatasimple /&lt;BR /&gt;
  foreground=brown;&lt;BR /&gt;
  end;&lt;BR /&gt;
&lt;BR /&gt;
  define table to1;&lt;BR /&gt;
  column a;&lt;BR /&gt;
     define a;&lt;BR /&gt;
       style= tt1;&lt;BR /&gt;
    cellstyle _val_ in ('Statistical Analysis System') as celldataemphasis,  1 as celldatasimple;&lt;BR /&gt;
    end;&lt;BR /&gt;
  end;&lt;BR /&gt;
 run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
ods pdf file='d:\work\temp001.pdf' style=tt1;&lt;BR /&gt;
%let ls=130;&lt;BR /&gt;
%let ps=60;&lt;BR /&gt;
option mprint pageno=1 nodate ls=&amp;amp;ls ps=&amp;amp;ps FORMCHAR="|_---|+|---+=|-/\*" ;&lt;BR /&gt;
%global LINE BLANK;&lt;BR /&gt;
data _null_;&lt;BR /&gt;
call symput('LINE',repeat('-',&amp;amp;ls-1));&lt;BR /&gt;
call symput('BLANK',repeat(' ',&amp;amp;ls-1));&lt;BR /&gt;
run;&lt;BR /&gt;
title1 "&amp;amp;blank";&lt;BR /&gt;
title2 'SAS' ;&lt;BR /&gt;
footnote1 'The Power To Know';&lt;BR /&gt;
footnote2 "&amp;amp;blank";&lt;BR /&gt;
data _null_; length a $&amp;amp;ls.;&lt;BR /&gt;
file print ods=(template='to1' variables=(a (label="")));&lt;BR /&gt;
a='SAS';put a _ods_;&lt;BR /&gt;
a="&amp;amp;line"; put a _ods_;&lt;BR /&gt;
a="Statistical Analysis System"; put a _ods_;&lt;BR /&gt;
a="&amp;amp;blank"; put a _ods_;&lt;BR /&gt;
a="SPSS"; put a _ods_;&lt;BR /&gt;
a="&amp;amp;line"; put a _ods_;&lt;BR /&gt;
a="Statistical Product and Service Solutions"; put a _ods_;&lt;BR /&gt;
a="&amp;amp;blank"; put a _ods_;&lt;BR /&gt;
run;&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 12 Oct 2010 11:36:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/who-can-help-me-with-the-report-using-data-null/m-p/15596#M3386</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2010-10-12T11:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: who can help me with the report using data _null_</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/who-can-help-me-with-the-report-using-data-null/m-p/15597#M3387</link>
      <description>thx for your kindness!!:)</description>
      <pubDate>Tue, 12 Oct 2010 15:58:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/who-can-help-me-with-the-report-using-data-null/m-p/15597#M3387</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-12T15:58:38Z</dc:date>
    </item>
  </channel>
</rss>

