<?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 TEMPLATE and JUST=CENTER does not work with numeric variables? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122124#M10453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cynthia&lt;/P&gt;&lt;P&gt;i was not aware of&amp;nbsp; this interaction between template justify/padding and the general template justify= order&lt;/P&gt;&lt;P&gt;this is not mentionned on the style or table template sheets.&lt;/P&gt;&lt;P&gt;but my practise of table template is too rare&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;of course it exists since a long time&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="3841" __jive_macro_name="thread" class="jive_macro jive_macro_thread" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2012 20:46:57 GMT</pubDate>
    <dc:creator>Andre</dc:creator>
    <dc:date>2012-05-21T20:46:57Z</dc:date>
    <item>
      <title>PROC TEMPLATE and JUST=CENTER does not work with numeric variables?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122121#M10450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to produce a table in RTF using PROC TEMPLATE and I'm currently struggling with the alignment of the values in columns.&lt;/P&gt;&lt;P&gt;My test data set has character and numeric variables. &lt;/P&gt;&lt;P&gt;When I run the program with the default settings (without the JUST= ), I get the character values aligned LEFT and numeric RIGHT.&lt;/P&gt;&lt;P&gt;Then I played a bit with the JUST= option to change the alignment. First, I switched the character columns to RIGHT and numeric to LEFT and it worked fine. &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black;"&gt;But when I did set all columns to JUST=CENTER, then I got the character columns centered, but NOT the numeric column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black;"&gt;Does anyone have an idea, why it did not work with the numeric column? What is the difference?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black;"&gt;Thank you in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black;"&gt;Please find below the complete code of the table definition and my test data set:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: #88ffa6; color: black; font-family: 'Courier New';"&gt;*PROC TEMPLATE for TABLE*;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: navy; font-family: 'Courier New';"&gt;PROC&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: navy; font-family: 'Courier New';"&gt;TEMPLATE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;DEFINE&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; MyTABLE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: red; font-family: 'Courier New';"&gt;COLUMN&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME AGE ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: red; font-family: 'Courier New';"&gt;DYNAMIC&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COLHEADER;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; NAME;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GENERIC&amp;nbsp; =&amp;nbsp; ON;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HEADER&amp;nbsp;&amp;nbsp; =&amp;nbsp; COLHEADER;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JUST&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; CENTER;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;END&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; AGE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GENERIC&amp;nbsp; =&amp;nbsp; ON;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HEADER&amp;nbsp;&amp;nbsp; =&amp;nbsp; COLHEADER;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JUST&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; CENTER;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STYLE&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; DATA {WIDTH&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: teal; font-family: 'Courier New';"&gt;25&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;mm};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;END&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;END&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: navy; font-family: 'Courier New';"&gt;RUN&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: #88ffa6; color: black; font-family: 'Courier New';"&gt;*Data set with test data*;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: navy; font-family: 'Courier New';"&gt;DATA&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; newGirl;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;ATTRIB&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; FNAME&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: teal; font-family: 'Courier New';"&gt;$25.&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;LABEL&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"First name"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LNAME&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: teal; font-family: 'Courier New';"&gt;$25.&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;LABEL&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Last name"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NNAME&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: teal; font-family: 'Courier New';"&gt;$25.&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;LABEL&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Nickname"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AGE&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: teal; font-family: 'Courier New';"&gt;5.2&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;LABEL&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Age"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; FNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Jessica"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Day"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Jess"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AGE=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: teal; font-family: 'Courier New';"&gt;30.3&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; FNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;""&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&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; LNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Schmidt "&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Schmid"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp; AGE=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: teal; font-family: 'Courier New';"&gt;29.22&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; FNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Nickolas"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Miller"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Nick"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AGE=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: teal; font-family: 'Courier New';"&gt;32.1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; FNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;" "&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Winston"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Winston"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp; AGE=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: teal; font-family: 'Courier New';"&gt;32.4569&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; FNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;" "&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Cecelia"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NNAME=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Cece"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AGE=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: teal; font-family: 'Courier New';"&gt;28.7&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: navy; font-family: 'Courier New';"&gt;RUN&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;ODS&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;LISTING&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;CLOSE&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;OPTIONS&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;NODATE&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;NONUMBER&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;TITLE&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;FOOTNOTE&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;OPTIONS&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;ORIENTATION&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;=PORTRAIT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;ODS&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;RTF&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;FILE&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"C:\Test.rtf"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: navy; font-family: 'Courier New';"&gt;DATA&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;_NULL_&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;SET&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; newGirl;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;FILE&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;PRINT&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; ODS=(TEMPLATE=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"MyTABLE"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&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; COLUMNS=(name=fname&amp;nbsp; (GENERIC = ON&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&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;&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; DYNAMIC&amp;nbsp; = (COLHEADER=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"First name"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name=lname&amp;nbsp; (GENERIC = ON&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&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;&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; DYNAMIC = (COLHEADER=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Last name"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name=nname&amp;nbsp; (GENERIC = ON&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&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;&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; DYNAMIC =(COLHEADER=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Nickname"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; age=age&amp;nbsp;&amp;nbsp;&amp;nbsp; (GENERIC = ON&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&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;&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; DYNAMIC =(COLHEADER=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;"Age"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&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; );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;PUT&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; _ODS_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;RUN&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;ODS&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;RTF&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;CLOSE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 13:52:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122121#M10450</guid>
      <dc:creator>Natalie</dc:creator>
      <dc:date>2012-05-21T13:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE and JUST=CENTER does not work with numeric variables?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122122#M10451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is possible&amp;nbsp; following another way end of your code (same template)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;ODS&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;LISTING&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;CLOSE&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: green; background: none repeat scroll 0% 0% white;"&gt;*ods html close;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;OPTIONS&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;NODATE&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;NONUMBER&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;TITLE&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;FOOTNOTE&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;OPTIONS&lt;/SPAN&gt; &lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;ORIENTATION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;=PORTRAIT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;ODS&lt;/SPAN&gt; &lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;RTF&lt;/SPAN&gt; &lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;FILE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: purple; background: none repeat scroll 0% 0% white;"&gt;"d:\temp\centerTest.rtf"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: navy; background: none repeat scroll 0% 0% white;"&gt;DATA&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;_NULL_&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;SET&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; newGirl; format age best12.;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;FILE&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;PRINT&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; ODS=(TEMPLATE=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: purple; background: none repeat scroll 0% 0% white;"&gt;"MyTABLE"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; COLUMNS=(name=fname&amp;nbsp; (GENERIC = ON&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; DYNAMIC&amp;nbsp; = (COLHEADER=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: purple; background: none repeat scroll 0% 0% white;"&gt;"First name"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name=lname&amp;nbsp; (GENERIC = ON&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; DYNAMIC = (COLHEADER=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: purple; background: none repeat scroll 0% 0% white;"&gt;"Last name"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name=nname&amp;nbsp; (GENERIC = ON&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; DYNAMIC =(COLHEADER=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: purple; background: none repeat scroll 0% 0% white;"&gt;"Nickname"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; age=age&amp;nbsp;&amp;nbsp;&amp;nbsp; (GENERIC = ON&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&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;&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; DYNAMIC =(COLHEADER=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: purple; background: none repeat scroll 0% 0% white;"&gt;"Age"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; );&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;PUT&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; _ODS_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: navy; background: none repeat scroll 0% 0% white;"&gt;RUN&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: navy; background: none repeat scroll 0% 0% white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: navy; background: none repeat scroll 0% 0% white;"&gt;print&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;data&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;=newgirl &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;noobs&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;label&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;Style&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;(table)={ cellpadding=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: teal; background: none repeat scroll 0% 0% white;"&gt;10&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; cellspacing=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: teal; background: none repeat scroll 0% 0% white;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; mm}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;style&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;(header)={just=c};&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;var&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; fname /&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;style&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;={just=c};&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;var&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; lname /&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;style&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;={just=c};&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;var&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; nname/&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;style&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;={just=c};&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;var&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt; age/&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;style&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;={just=d width=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: teal; background: none repeat scroll 0% 0% white;"&gt;1.0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;in rightmargin=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: teal; background: none repeat scroll 0% 0% white;"&gt;.25&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;in};&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="color: navy; background: none repeat scroll 0% 0% white; font-size: 8pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;ODS&lt;/SPAN&gt; &lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;RTF&lt;/SPAN&gt; &lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;CLOSE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: blue; background: none repeat scroll 0% 0% white;"&gt;listing&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;Now my comment upon justifying a numeric column:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;the amount that could appear for a numeric value can vary a lot&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;and at start the procedure has not idea at all how to center a unknown future value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;numeric with decimal&amp;nbsp; comming from data&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;with proc print although it is possible&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;Andre&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Courier New'; color: black; background: none repeat scroll 0% 0% white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="2061" alt="" class="jiveImage" src="https://communities.sas.com/legacyfs/online/2061_pastedImage_2.png" style="width: 397px; height: 261px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But impossible through template only&amp;nbsp;&amp;nbsp;&amp;nbsp; perhaps not&amp;nbsp; if you follow the rules that are presented in &lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/rnd/base/ods/scratch/styles-tips.pdf" title="http://support.sas.com/rnd/base/ods/scratch/styles-tips.pdf"&gt;http://support.sas.com/rnd/base/ods/scratch/styles-tips.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;much more difficult indeed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 14:59:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122122#M10451</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2012-05-21T14:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE and JUST=CENTER does not work with numeric variables?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122123#M10452</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; Once you learn how the JUSTIFY= option works, it's not so hard. The default behavior of TABLE templates is to "pad" with spaces to the formatted width. So you need to know this in order to tell the TABLE template whether to honor the format's padding (basically ignore the justification) or honor the justification (ignore the padding). JUSTIFY=OFF is the default (which says to honor the format's padding) while JUSTIFY=ON says to honor the justification and ignore the padding. So I believe that if you add JUSTIFY=ON; to your DEFINE blocks inside the TABLE template, you will get centered values. Of course, this is going to look better with integer numbers and/or numbers with the same amount of decimal places.&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, 21 May 2012 19:33:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122123#M10452</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-05-21T19:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE and JUST=CENTER does not work with numeric variables?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122124#M10453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cynthia&lt;/P&gt;&lt;P&gt;i was not aware of&amp;nbsp; this interaction between template justify/padding and the general template justify= order&lt;/P&gt;&lt;P&gt;this is not mentionned on the style or table template sheets.&lt;/P&gt;&lt;P&gt;but my practise of table template is too rare&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;of course it exists since a long time&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="3841" __jive_macro_name="thread" class="jive_macro jive_macro_thread" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 20:46:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122124#M10453</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2012-05-21T20:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE and JUST=CENTER does not work with numeric variables?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122125#M10454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Andre:&lt;/P&gt;&lt;P&gt;&amp;nbsp; JUSTIFY= may not be in the tip sheets, but it is in the documentation for PROC TEMPLATE, the DEFINE COLUMN doc:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/odsug/62755/HTML/default/viewer.htm#n0bmbi5i2bo1p1n1okcgo0aegi8w.htm" title="http://support.sas.com/documentation/cdl/en/odsug/62755/HTML/default/viewer.htm#n0bmbi5i2bo1p1n1okcgo0aegi8w.htm"&gt;http://support.sas.com/documentation/cdl/en/odsug/62755/HTML/default/viewer.htm#n0bmbi5i2bo1p1n1okcgo0aegi8w.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think the tip sheets are good, but not a replacement for the full doc.&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, 21 May 2012 21:29:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122125#M10454</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-05-21T21:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE and JUST=CENTER does not work with numeric variables?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122126#M10455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Synthia, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;I added the JUSTIFY=ON and now the values are centred. &lt;/P&gt;&lt;P&gt;Yes, I agree, with the same amount of the decimal places it looks better.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Natalie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 11:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122126#M10455</guid>
      <dc:creator>Natalie</dc:creator>
      <dc:date>2012-05-22T11:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE and JUST=CENTER does not work with numeric variables?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122127#M10456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andre, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't used PROC PRINT yet to create the table in RTF, will have a look at it now, thank you for the tip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Natalie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 11:40:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-and-JUST-CENTER-does-not-work-with-numeric/m-p/122127#M10456</guid>
      <dc:creator>Natalie</dc:creator>
      <dc:date>2012-05-22T11:40:13Z</dc:date>
    </item>
  </channel>
</rss>

