<?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 How to output a an excel file with the first and last rows with values not related to the variables? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-a-an-excel-file-with-the-first-and-last-rows-with/m-p/135144#M10974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;I use PROC REPORT with ODS HTML output to generate a file to send to the National Stu&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;dent Loan Clearinghouse. I can easily manually edit the file to the correct format, but was wondering if there was a way to eliminate this step.&amp;nbsp;&amp;nbsp; The file uses columns A-L for the data: A='D'1, B=' ', C=F_NAME, D=MI, E=L_NAME, F=SUFIX, G=DOB, H=LAST_DATE, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;I=' ', J='003993', K=='00', L=STUDENT_ID.&amp;nbsp; In order to transmit the file I have to edit the first and last rows to their defined values.&amp;nbsp; The first row has to have the following values in specifies columns&amp;nbsp; A='H1', B='003993' C='00', D='MIDLANDS COLLEGE', E='DATE FILE CREATED', F='SE', G='I' and the last row has to have A='T1' B=TOTAL NUMBER OF ROWS IN THE FILE. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt; font-family: Comic Sans MS;"&gt;report&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;=NSLCH &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;nowd&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;column&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; A B F_NAME MI L_NAME SUFFIX bdate lastdate i j k COLID ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; A / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; B / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;definE&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; F_NAME / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; MI/ &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; L_NAME / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; SUFFIX / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; BDATE / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;width&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;=&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-size: 12pt; font-family: Comic Sans MS;"&gt;8&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; LASTDATE / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;width&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;=&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-size: 12pt; font-family: Comic Sans MS;"&gt;8&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; I / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; J / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; K / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; COLID / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt; font-family: Comic Sans MS;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;Output example&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="74" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;}" style="border: 1px solid #000000; width: 1167px; height: 73.38px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt;H!&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt;003993&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt;00&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: left; color: #ffffff; font-family: arial,helvetica,sans-serif; background-color: #6690bc;"&gt;&lt;STRONG&gt;Jupiter College &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: left; color: #ffffff; font-family: arial,helvetica,sans-serif; background-color: #6690bc;"&gt;&lt;STRONG&gt;20130101&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt;SE&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt;I&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;D1&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;Zachery&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #000000;"&gt;Smithy&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #000000;"&gt;MD&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;19650915&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;19680506&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;003993&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;00&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;0000083&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;T1&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #000000;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #000000;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Any assistance is appreciated.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 443px;"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2014 00:48:54 GMT</pubDate>
    <dc:creator>madhatter</dc:creator>
    <dc:date>2014-06-10T00:48:54Z</dc:date>
    <item>
      <title>How to output a an excel file with the first and last rows with values not related to the variables?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-a-an-excel-file-with-the-first-and-last-rows-with/m-p/135144#M10974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;I use PROC REPORT with ODS HTML output to generate a file to send to the National Stu&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;dent Loan Clearinghouse. I can easily manually edit the file to the correct format, but was wondering if there was a way to eliminate this step.&amp;nbsp;&amp;nbsp; The file uses columns A-L for the data: A='D'1, B=' ', C=F_NAME, D=MI, E=L_NAME, F=SUFIX, G=DOB, H=LAST_DATE, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;I=' ', J='003993', K=='00', L=STUDENT_ID.&amp;nbsp; In order to transmit the file I have to edit the first and last rows to their defined values.&amp;nbsp; The first row has to have the following values in specifies columns&amp;nbsp; A='H1', B='003993' C='00', D='MIDLANDS COLLEGE', E='DATE FILE CREATED', F='SE', G='I' and the last row has to have A='T1' B=TOTAL NUMBER OF ROWS IN THE FILE. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt; font-family: Comic Sans MS;"&gt;report&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;=NSLCH &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;nowd&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;column&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; A B F_NAME MI L_NAME SUFFIX bdate lastdate i j k COLID ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; A / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; B / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;definE&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; F_NAME / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; MI/ &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; L_NAME / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; SUFFIX / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; BDATE / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;width&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;=&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-size: 12pt; font-family: Comic Sans MS;"&gt;8&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; LASTDATE / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;width&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;=&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-size: 12pt; font-family: Comic Sans MS;"&gt;8&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; I / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; J / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; K / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; COLID / &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt; font-family: Comic Sans MS;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;Output example&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="74" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;}" style="border: 1px solid #000000; width: 1167px; height: 73.38px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt;H!&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt;003993&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt;00&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: left; color: #ffffff; font-family: arial,helvetica,sans-serif; background-color: #6690bc;"&gt;&lt;STRONG&gt;Jupiter College &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: left; color: #ffffff; font-family: arial,helvetica,sans-serif; background-color: #6690bc;"&gt;&lt;STRONG&gt;20130101&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt;SE&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt;I&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;D1&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;Zachery&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #000000;"&gt;Smithy&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #000000;"&gt;MD&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;19650915&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;19680506&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;003993&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;00&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;0000083&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;T1&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #000000;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #000000;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Any assistance is appreciated.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 443px;"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 00:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-a-an-excel-file-with-the-first-and-last-rows-with/m-p/135144#M10974</guid>
      <dc:creator>madhatter</dc:creator>
      <dc:date>2014-06-10T00:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to output a an excel file with the first and last rows with values not related to the variables?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-a-an-excel-file-with-the-first-and-last-rows-with/m-p/135145#M10975</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 haven't really shown what your data looks like. And by my count, you are missing column 'L' or COLID in the output example you show. See the attached screen shot. When I look at your DEFINES and your COLUMN statement, this is what I you describe, but this is NOT what you show. If you look at the screen shot, you are missing column L. And your description is confusing. For example, you say that E='DATE FILE CREATED' and that F='SE' but in your desired output, you show 'SE' as a string, but you show DATE FILE CREATED as 20130101. So it is confusing about what is a true header value and what is data. What does your data REALLY look like?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 12pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&amp;nbsp;&amp;nbsp; D&amp;nbsp;&amp;nbsp;&amp;nbsp; E&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; H&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I J K&amp;nbsp;&amp;nbsp; L &amp;lt;------- this is what you describe.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;column A B F_NAME MI L_NAME SUFFIX bdate lastdate i j k COLID ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11574iD1774B019F4EE525/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="do_not_understand_data_or_report.png" title="do_not_understand_data_or_report.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 01:13:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-a-an-excel-file-with-the-first-and-last-rows-with/m-p/135145#M10975</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-06-10T01:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to output a an excel file with the first and last rows with values not related to the variables?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-a-an-excel-file-with-the-first-and-last-rows-with/m-p/135146#M10976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use ods html with either put statements or create your dataset with the first row as labels for headers. &lt;/P&gt;&lt;P&gt;Either way you need to provide sample data and output and more details as Cynthia has mentioned. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 02:02:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-a-an-excel-file-with-the-first-and-last-rows-with/m-p/135146#M10976</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-10T02:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to output a an excel file with the first and last rows with values not related to the variables?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-a-an-excel-file-with-the-first-and-last-rows-with/m-p/135147#M10977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about the confusion.&amp;nbsp; I had difficulty getting the output example into the SAS problem page correctly and accidently deleted "Column B" .&amp;nbsp; I have provide a correct example below ( A normal submission file would contain between 2,000 and 14,000 students). The NSLCH receives the input file, processes the data, and returns information pertaining to other institutions that the students attended.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Row 1.&lt;/STRONG&gt; Row 1 contains data required by the NSLCH to receive and process the data: Column-Description (My example) &lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-bidi-font-family: Calibri-Bold; mso-bidi-font-weight: bold;"&gt;A- Record Type (H1),&amp;nbsp; B- School/Entity Code (003993), C-Branch Code(00),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-bidi-font-family: Calibri;"&gt; D-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-bidi-font-family: Calibri-Bold; mso-bidi-font-weight: bold;"&gt;School/Entity Name (Jupiter College), E-File Creation Date(20130214), &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-bidi-font-family: Calibri-Bold; mso-bidi-font-weight: bold;"&gt;F-Purpose of Inquiry (SE). G&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-bidi-font-family: Calibri-Bold; mso-bidi-font-weight: bold;"&gt;-Entity Type (I).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Detail data&lt;/STRONG&gt;. The &lt;A href="https://communities.sas.com/"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;detail&lt;/SPAN&gt;&lt;/A&gt; data is in row 2-6. One row for each student who I am requesting a search on. Column-Description (my additional comment): &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-bidi-font-weight: bold;"&gt;A- Record Type ('D1' is specified by NSLCH), B-Blank. C-First Name, D-Middle Initial, E-Last Name, F-Name, G-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-bidi-font-weight: bold;"&gt;Birth Date, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;H-Search Date (The NSLCH&lt;BR /&gt;searches for any attendance dates subsequent to this date), I- Blank, J- School Code, K-Branch Code, L- Student ID ( My COLID)&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Last Row.&lt;/STRONG&gt; Trailer Record. Column-Description (My comments).&amp;nbsp; A- Record Type ('T1" is specified by NSLCH), B-A number equal to the total number of detail records, plus two for the header and trailer records).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run a SAS prog against my student data base which, based on selected parameters, extracts the required data elements for each student and creates a temporary dataset.&amp;nbsp; I then add variables A ('D1'), B (Blank), and I (Blank) and create another data formatted to&amp;nbsp; prescribed format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need assistance on&amp;nbsp; how to produce the final product containing the required Row 1 and Trailer Row data and the Detail Data rows. I can set each of the Row 1 and Trailer elements as additional variables but can not figure out how to output the desired final product. I currently fill in the ROW 1 and Trailer Row data manually.&amp;nbsp; It is not that time consuming, but I would like to have a program that would do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="908" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;0&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="width: 729px; height: 588px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 17px;"&gt;&lt;TD class="xl66" height="27" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; background-color: transparent;" width="69"&gt;H1&lt;/TD&gt;&lt;TD class="xl67" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-left-color: currentColor; border-left-width: medium; border-left-style: none; background-color: transparent;" width="69"&gt;003993&lt;/TD&gt;&lt;TD class="xl68" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-left-color: currentColor; border-left-width: medium; border-left-style: none; background-color: transparent;" width="88"&gt;00&lt;/TD&gt;&lt;TD class="xl63" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-left-color: currentColor; border-left-width: medium; border-left-style: none; background-color: transparent;" width="104"&gt;Jupiter College&lt;/TD&gt;&lt;TD class="xl63" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-left-color: currentColor; border-left-width: medium; border-left-style: none; background-color: transparent;" width="69"&gt;20130214&lt;/TD&gt;&lt;TD class="xl63" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-left-color: currentColor; border-left-width: medium; border-left-style: none; background-color: transparent;" width="69"&gt;SE&lt;/TD&gt;&lt;TD class="xl63" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-left-color: currentColor; border-left-width: medium; border-left-style: none; background-color: transparent;" width="99"&gt;I&lt;/TD&gt;&lt;TD class="xl70" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; background-color: transparent;" width="33"&gt; &lt;/TD&gt;&lt;TD class="xl70" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-left-color: currentColor; border-left-width: medium; border-left-style: none; background-color: transparent;" width="69"&gt; &lt;/TD&gt;&lt;TD class="xl71" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-left-color: currentColor; border-left-width: medium; border-left-style: none; background-color: transparent;" width="69"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; background-color: transparent;" width="69"&gt; &lt;/TD&gt;.&lt;TD style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; background-color: transparent;"&gt;&lt;/TD&gt;&lt;/TR&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;TR style="height: 27px;"&gt;&lt;TD class="xl73" height="22" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-top-width: medium; border-top-style: none; background-color: transparent;" width="69"&gt;D1&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="69"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="88"&gt;Smith&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-top-width: medium; border-top-style: none; background-color: transparent;" width="69"&gt;Zachary&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="69"&gt;MD&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="99"&gt;19971016&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-left-color: currentColor; border-left-width: medium; border-left-style: none; background-color: transparent;" width="66"&gt;19680506&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="33"&gt; &lt;/TD&gt;&lt;TD class="xl74" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="69"&gt;003993&lt;/TD&gt;&lt;TD class="xl75" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="69"&gt;00&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-left-color: currentColor; border-left-width: medium; border-left-style: none; background-color: transparent;" width="69"&gt;84&lt;/TD&gt;&lt;TD style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; background-color: transparent;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 18px;"&gt;&lt;TD class="xl73" height="21" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-top-width: medium; border-top-style: none; background-color: transparent;" width="69"&gt;D1&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="69"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="88"&gt;Bad&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-left-color: currentColor; border-left-width: medium; border-left-style: none; background-color: transparent;" width="104"&gt;L&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="69"&gt;Rincewind&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="69"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="99"&gt;19831109&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="66"&gt;20120815&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="33"&gt; &lt;/TD&gt;&lt;TD class="xl74" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="69"&gt;003993&lt;/TD&gt;&lt;TD class="xl75" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="69"&gt;00&lt;/TD&gt;&lt;TD class="xl65" style="padding: 0px; text-align: left; color: #575757; font-family: arial,helvetica,sans-serif; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none; background-color: transparent;" width="69"&gt;68&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="21" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="69"&gt;D1&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="88"&gt;Gythe&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="104"&gt;N&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;Ogg&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="99"&gt;19871101&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="66"&gt;20120515&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="33"&gt; &lt;/TD&gt;&lt;TD class="xl74" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;003993&lt;/TD&gt;&lt;TD class="xl75" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;00&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;67&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="21" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="69"&gt;D1&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="88"&gt;Roland&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="104"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;Deschain&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="99"&gt;19781001&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="66"&gt;20110515&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="33"&gt; &lt;/TD&gt;&lt;TD class="xl74" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;003993&lt;/TD&gt;&lt;TD class="xl75" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;00&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;17&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="21" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="69"&gt;D1&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="88"&gt;Roberto&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="104"&gt;d&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;Griva&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="99"&gt;19951101&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="66"&gt;20101215&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="33"&gt; &lt;/TD&gt;&lt;TD class="xl74" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;003993&lt;/TD&gt;&lt;TD class="xl75" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;00&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;3788453&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="21" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="69"&gt;D1&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="88"&gt;Jamie&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="104"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;Lannister&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="99"&gt;19960806&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="66"&gt;20101215&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="33"&gt; &lt;/TD&gt;&lt;TD class="xl74" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;003993&lt;/TD&gt;&lt;TD class="xl75" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;00&lt;/TD&gt;&lt;TD class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="69"&gt;3825626&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl76" height="21" width="69"&gt;T1&lt;/TD&gt;&lt;TD align="right"&gt;8&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 15:37:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-a-an-excel-file-with-the-first-and-last-rows-with/m-p/135147#M10977</guid>
      <dc:creator>madhatter</dc:creator>
      <dc:date>2014-06-10T15:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to output a an excel file with the first and last rows with values not related to the variables?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-a-an-excel-file-with-the-first-and-last-rows-with/m-p/135148#M10978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @ &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="-1" data-externalid="" data-presence="null" data-userid="7683" data-username="madhatter" href="https://communities.sas.com/people/madhatter" id="jive-768317794796126119186"&gt;madhatter&lt;/A&gt;&amp;nbsp; .. I am moving this dicussion out of our community help section and into ODS/Base reporting community just wanted to let you know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 15:42:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-a-an-excel-file-with-the-first-and-last-rows-with/m-p/135148#M10978</guid>
      <dc:creator>Community_Help</dc:creator>
      <dc:date>2014-06-10T15:42:13Z</dc:date>
    </item>
  </channel>
</rss>

