<?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>madhatter Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>madhatter Tracker</description>
    <pubDate>Thu, 04 Jun 2026 11:22:56 GMT</pubDate>
    <dc:date>2026-06-04T11:22:56Z</dc:date>
    <item>
      <title>Re: Negative if or then statements. What am I not seeing ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Negative-if-or-then-statements-What-am-I-not-seeing/m-p/207242#M51462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; The easier way works.&amp;nbsp; I ma going to have mull over the logic issue though.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 01:52:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Negative-if-or-then-statements-What-am-I-not-seeing/m-p/207242#M51462</guid>
      <dc:creator>madhatter</dc:creator>
      <dc:date>2015-08-26T01:52:08Z</dc:date>
    </item>
    <item>
      <title>Negative if or then statements. What am I not seeing ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Negative-if-or-then-statements-What-am-I-not-seeing/m-p/207240#M51460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: Comic Sans MS;"&gt;I am producing a report on student's grades- how many start a Math or English course (Cohort=1), how many complete it (COMP) and how many have success (PASS). I thought that the section of code below &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-family: Comic Sans MS;"&gt;would create&amp;nbsp; the variable 'PASS' with a value of 1 for each occurrence of&amp;nbsp; grades A, B, C and S and create a variable 'COMP'&amp;nbsp; with a value of 1 for every student who finished a course .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: Comic Sans MS;"&gt;Rather than&amp;nbsp; list all the grades that constitute completion, I thought that I could use the 'not equal' condition for the grades that indicate non-completion&amp;nbsp; and create a positive counter for students who last to the bitter end.&amp;nbsp; This code does create the correct PASS values; BUT even though there are students that have grades of 'I', 'NC, and "W", all 10K+ students in the cohort have a 'COMP' variable with a value of 1.&amp;nbsp; If I&amp;nbsp; use one grade, i.e., If GRADE~=W" then COMP=1, all students with a 'W' grade have a COMP value of 0 and do not appear in the &lt;SPAN style="text-decoration: underline;"&gt;QUAPROPTER&lt;/SPAN&gt; subset. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: Comic Sans MS;"&gt;So what an I doing wrong?&amp;nbsp; I would bet my ex's alimony that I have used this combination before. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: Comic Sans MS;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; F9_GRADES;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: Comic Sans MS;"&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; SET&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; IA.CERSGRADES;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: Comic Sans MS;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; TERM=&amp;gt;&amp;amp;COHO_TERM AND CRSE_NO&amp;gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-family: Comic Sans MS;"&gt;100&lt;/STRONG&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; AND (COURSENAME=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-family: Comic Sans MS;"&gt;'MAT'&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; OR COURSENAME=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-family: Comic Sans MS;"&gt;'ENG'&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&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; IF (GRADE=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-family: Comic Sans MS;"&gt;'A'&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; OR GRADE=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-family: Comic Sans MS;"&gt;'B'&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; OR GRADE=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-family: Comic Sans MS;"&gt;'C'&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; OR GRADE=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-family: Comic Sans MS;"&gt;'S'&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Comic Sans MS;"&gt;THEN&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; PASS=&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-family: Comic Sans MS;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: Comic Sans MS;"&gt;/*SET PASS VAR*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&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; IF ( GRADE~=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-family: Comic Sans MS;"&gt;'I'&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; OR GRADE~=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-family: Comic Sans MS;"&gt;'NC'&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; OR GRADE~=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-family: Comic Sans MS;"&gt;'W'&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; ) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Comic Sans MS;"&gt;THEN&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; COMP=&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-family: Comic Sans MS;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: Comic Sans MS;"&gt;/*SET COMPELETION VAR*/&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Comic Sans MS;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cohort=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; array &lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; a(*) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Comic Sans MS;"&gt;_numeric_&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;do &lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;i=&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-family: Comic Sans MS;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Comic Sans MS;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; dim(a);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;if a(i) = &lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-family: Comic Sans MS;"&gt;.&lt;/STRONG&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Comic Sans MS;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; a(i) = &lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-family: Comic Sans MS;"&gt;0&lt;/STRONG&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;end;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;drop I;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Comic Sans MS;"&gt;KEEP&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; SSN TERM COURSE CRSE_NO COURSENAME GRADE GOT COMPLETE PASS;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-family: Comic Sans MS;"&gt;DATA&lt;/STRONG&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;&amp;nbsp; QUAPROPTER;/*test if the code works*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: Comic Sans MS;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; F9_GRADES;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: Comic Sans MS;"&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; IF&lt;/SPAN&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; COMPLETE=&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-family: Comic Sans MS;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-family: Comic Sans MS;"&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; PROC FREQ&lt;/STRONG&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Comic Sans MS;"&gt;TABLES COHO PASS COMP GRADE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;RUN;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;&lt;BR /&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 22:53:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Negative-if-or-then-statements-What-am-I-not-seeing/m-p/207240#M51460</guid>
      <dc:creator>madhatter</dc:creator>
      <dc:date>2015-08-25T22:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a macro to pass dynamic var values to multiple spread sheets/apps</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-macro-to-pass-dynamic-var-values-to-multiple-spread/m-p/213454#M39437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom :&lt;/P&gt;&lt;P&gt;Found the problem; I did not have the" by variables" on the the proc report command. IT works.&amp;nbsp; The PCT_PLACED is printing in the format ##.#####;any way to change this via sas and is it possible to change the color of the variable value so it would be like GRADS in black and the VALUE in blue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 16:49:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-macro-to-pass-dynamic-var-values-to-multiple-spread/m-p/213454#M39437</guid>
      <dc:creator>madhatter</dc:creator>
      <dc:date>2015-06-25T16:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a macro to pass dynamic var values to multiple spread sheets/apps</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-macro-to-pass-dynamic-var-values-to-multiple-spread/m-p/213452#M39435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;K.&amp;nbsp; I added the variables to my sort and added the &amp;amp;BYVAL() to my title statement, but it does not print the values in the excel file. After the data step creating the department data sets, I ran a proc freq for the major*grads*placed*pct_placed and got accurate results, so I know the data is there. I even tried sorting the AAA data independently before running the proc report. The LOG shows no errors. I added PCT_Placed as a variable and detailed it in the Proc Report and it printed out correctly.&lt;/P&gt;&lt;P&gt;Is something in my excelXP set-up scrogging this?. My code is below.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: navy; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;PROC&lt;/STRONG&gt; &lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: navy; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;SORT&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=HUNTED; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;BY&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT MAJOR GRADS PLACED PCT_PLACED COLID;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: green; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;/*create separate output files for each department - has data for each major*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: navy; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;DATA&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; AAA HS BUS ET IND IST PS NUR;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;SET&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; HUNTED;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'AAA'&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; AAA;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'HS'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; HS;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'BUS'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; BUS;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'PS'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; PS;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'ET'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; ET;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'IND'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; IND;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'IST'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; IST;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'NUR'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; NUR;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;RUN&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;ods&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; tagsets.ExcelXP&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;FILE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;"C:\PROGEVAL 2015\REPORTS\AAA&amp;nbsp; 2013-14 Graduate Contacts testx.Xml"&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;style&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=barrettsblue;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;ods&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; tagsets.ExcelXP options (autofit_height= &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'yes'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; embedded_titles=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'yes' &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;embedded_footnotes=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'yes'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; &lt;BR /&gt;merge_titles_footnotes=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'yes'&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;sheet_interval=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'bygroup'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; sheet_label=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;&amp;nbsp; frozen_headers= &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'3'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; absolute_column_width= &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'6,6,8,12,9,9,9,20,3,6,3,3,35'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;row_height_fudge=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'3'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;title&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;footnote&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;title1&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman bold &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;FONT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'12PT'&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;4&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=blue &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;"2013-14&amp;nbsp; #BYVAL(MAJOR) Graduates Not Placed "&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;title2&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;FONT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'11PT'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;4&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=blue &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;" In the Status Column, please use the following codes&lt;BR /&gt;to indicate the Graduate's status"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;title3&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;FONT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'11PT'&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;4&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=blue &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;"FT= Work FT in Job Related to Degree, PT=&lt;BR /&gt;Work PT in Job Related to Degree, S =Full-time Student Fall 2014&amp;nbsp; I= Not Seeking Work/Active Duty"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;title4&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;FONT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'11PT'&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;4&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=black &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;"Graduates:&amp;nbsp; #BYVAL(GRADS) &lt;BR /&gt;Placed:&amp;nbsp;&amp;nbsp; #BYVAL(PLACED)&amp;nbsp; Percent Placed:&amp;nbsp; #BYVAL(PCT_PLACED)"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;footnote1&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;3&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=blue&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.census.gov/eos/www/naics/"&gt;http://www.census.gov/eos/www/naics/&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;footnote2&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;3&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;J&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;L&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=blue&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;"Note: A 'Y' in the MD column indicates&lt;BR /&gt;that the graduate has multiple degrees. If a graduate with multiple degrees is 'PLACED' for one one degree,&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;s/he is considered placed for all degrees."&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;; &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;footnote3&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;3&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;J&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;L&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=BLACK &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;"Multiple degree graduates for this program and their other degrees are listed below:"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: navy; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;PROC&lt;/STRONG&gt; &lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: navy; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;REPORT&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=AAA &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;NOWD&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;BY&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;&amp;nbsp; major; &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;COLUMNS&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; MAJOR COLID&amp;nbsp; FNAME LNAME Home Work_Day Nite Email MD STATUS DE DR NAICST ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; MAJOR/ORDER &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;5&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; COLID/ &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;10&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; FName/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;20&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; LName/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;20&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; Home/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;12&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; Work_Day/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;12&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; Nite/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;12&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; Email/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;45&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; MD/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;3&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; STATUS/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;6&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DE/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;7&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DR/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;7&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; NAICST/ &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;55&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;BREAK&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;AFTER&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; MAJOR / &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;PAGE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: navy; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;RUN&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;ods&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; tagsets.ExcelXP &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;close&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Comic Sans MS;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 16:28:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-macro-to-pass-dynamic-var-values-to-multiple-spread/m-p/213452#M39435</guid>
      <dc:creator>madhatter</dc:creator>
      <dc:date>2015-06-25T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a macro to pass dynamic var values to multiple spread sheets/apps</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-macro-to-pass-dynamic-var-values-to-multiple-spread/m-p/213450#M39433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about that. . To summarize: I start with three data sets.&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;DSN1&lt;/SPAN&gt; is based on the &lt;SPAN style="text-decoration: underline;"&gt;total graduates in a major&lt;/SPAN&gt; and has 4 variables: Major, GRADS, PLACED, PCT_PLACED. &lt;SPAN style="text-decoration: underline;"&gt; DSN 2&lt;/SPAN&gt; has the graduate contact data for each non placed graduate (Major, Fname, phone data, et,).&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;DSN3&lt;/SPAN&gt; has one orservation for each graduate who earned more than one degree; the layout is COLID, Maj1, Maj2, Maj3, Maj4, Maj5, Maj6, Maj7 where the values of Maj1-Maj7 are the vale of Major if applicable/null if not. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;DSN1&lt;/SPAN&gt; and &lt;SPAN style="text-decoration: underline;"&gt;DSN 2&lt;/SPAN&gt; were merged on the var Major to produce the DSN -&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="background: white; color: black; text-decoration: underline;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: teal; text-decoration: underline;"&gt;pe.&lt;STRONG&gt;.H&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;UNTED&lt;/SPAN&gt; which has the layout: &lt;/SPAN&gt;COLID, FName, LName, Home, Work_Day, Nite, Email, MD,DE, DR, NAICS, STATUS, DEPT, Major, GRADS,&amp;nbsp; PLACED,&amp;nbsp; PCT_PLACED; There is one observation per individual graduate; the values for the GRADS,&amp;nbsp; PLACED,&amp;nbsp; PCT_PLACED variables are the same for every observation in a single major.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question 1&lt;/STRONG&gt;: What edits do I need to make to my program so it will put the correct GRADS, PLACED, PCT_PLACED&amp;nbsp; values in the title of the spread sheet for each major?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question 2&lt;/STRONG&gt;. How do I get SAS to put the graduates with multiple degrees in the footnote of the appropriate spreadsheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Charles&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 12:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-macro-to-pass-dynamic-var-values-to-multiple-spread/m-p/213450#M39433</guid>
      <dc:creator>madhatter</dc:creator>
      <dc:date>2015-06-25T12:59:14Z</dc:date>
    </item>
    <item>
      <title>How to get a macro to pass dynamic var values to multiple spread sheets/apps</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-macro-to-pass-dynamic-var-values-to-multiple-spread/m-p/213448#M39431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sput&amp;nbsp; &lt;SPAN style="background: white; color: black;"&gt;My SAS program produces an excel file for each of the college’s 7 academic departments. Each file contains a separate spread sheet for each academic major in that department with 95% of the requisite information. We currently manually edit in the remaining information for the college's 63 majors. &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black;"&gt;&lt;SPAN&gt;The remaining information consists of three (3) values for each major (Grads,&lt;BR /&gt;Placed, PCT_Placed) and a list of graduates with multiple degrees that is included if graduates in that major have multiple degrees.&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: black; background: white;"&gt;I created macros using symput (&amp;amp;GR &amp;amp;PL &amp;amp;PCTPL) to pass the correct placement values for use in the titles, but the macros picked up the values for the last department’s major and passed/ applied these values to all majors.&lt;/SPAN&gt; &lt;SPAN style="color: black; background: white;"&gt;The layout for the main data set (&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white;"&gt;pe.&lt;STRONG&gt;.H&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="background: white; color: black;"&gt;UNTED)is: &lt;SPAN style="background: yellow; color: black;"&gt;COLID, FName, LName, Home, Work_Day, Nite, Email, MD,DE, DR, NAICS, STATUS, DEPT, Major, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black;"&gt;GRADS,&amp;nbsp; PLACED,&amp;nbsp; PCT_PLACED. &lt;SPAN&gt;The layout for the data set multi-degree (Students who graduated from more than one program) is &lt;SPAN style="background: yellow; color: black;"&gt;COLID, Maj1, Mal2, Maj3, Maj4, Maj5,Maj6, Maj7.). &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black;"&gt;&lt;SPAN&gt;There is ONE observation for each student (COLID) with multiple degrees. If a student does not have multiple degrees, there is no observation.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: black; background: white;"&gt;The following&amp;nbsp; contains the SAS code &lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;that produces the current reports and a copy of a mock output excel spread sheet for the AA department.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white;"&gt;&lt;SPAN&gt;The pe sas excerpt produces the excel&lt;BR /&gt;file for the AA department with the individual sheets for the two majors,AA and AS.&amp;nbsp; The actual program runs this same code for each of the eight (8) departments. Apologies. but every attempt to provide the prog and results via attachment failed.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;%include&lt;/SPAN&gt; &lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;"C:\PROG&lt;BR /&gt;EVAL 2015\PE HEAD\SAS MACROS LIBS PE 2015.SAS"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: navy; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;PROC&lt;/STRONG&gt; &lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: navy; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;SORT&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: teal; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;pe.&lt;STRONG&gt;.H&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;UNTED; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;BY&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT MAJOR COLID;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: navy; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;DATA&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; AAA HS BUS ET IND IST PS NUR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;SET&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; HUNTED;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;CALL&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; SYMPUT (&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'GR'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;,trim(left(put (GRADS,&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;8.&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;)))); &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;CALL&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; SYMPUT (&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'PL'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;, trim(left(put(PLACED,&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;8.&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;))));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;CALL&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; SYMPUT (&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'PCT'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;,trim(left(put(PCT_PLACED,&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;8.&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;))));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'AAA'&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; AA;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'HS'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; HS;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'BUS'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; BUS;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'PS'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; PS;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'ET'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; ET;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'IND'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; IND;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'IST'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; IST;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DEPT=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'NUR'&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;THEN&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; NUR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;RUN&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: green; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;/**AA Dept**/&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;ods&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; tagsets.ExcelXP&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;FILE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;"C:\PROGEVAL 2015\REPORTS\AAA 2013-14 Graduate Contacts testx.Xml"&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;style&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=BARRETTSBLUE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;ods&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; tagsets.ExcelXP options (autofit_height= &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'yes'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; embedded_titles=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'yes' e&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;mbedded_footnotes=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'yes'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;TITLE_FOOTNOTE_WIDTH=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'10' &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;sheet_interval=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'bygroup'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; sheet_label=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;&amp;nbsp; frozen_headers= &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'3'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; absolute_column_width= &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'6,6,9,14,12,12,12,16,3,6,4,4,30'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;row_heights&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'0,10,0,0,0,0,0'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; &lt;BR /&gt;row_height_fudge=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'3'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;title&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;; &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;footnote&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;title1&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman bold &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;FONT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'12PT'&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;4&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=blue &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;"2013-14 &lt;BR /&gt;#BYVAL(MAJOR) Graduates Not Placed "&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;title2&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;4&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=blue &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;" In&lt;BR /&gt;the Status Column, please use the following codes to indicate the&lt;BR /&gt;Graduates&amp;nbsp; status"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;title3&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;4&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=blue &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;"FT=Work FT in Job Related to Degree, PT= Work PT in Job Related to Degree, S=Full-time Student Fall 2014&amp;nbsp; I= NotSeeking Work/Active Duty"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;title4&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;4&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=BLACK &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;"Graduates: &amp;amp;GR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Placed: &amp;amp;PL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Percent Placed: &amp;amp;PCT"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;footnote1&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;3&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=blue&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.census.gov/eos/www/naics/"&gt;http://www.census.gov/eos/www/naics/&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;footnote2&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;3&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;J&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;L&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=blue&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;"Note: A 'Y' in the MD column indicates&lt;BR /&gt;that the graduate has multiple degrees. If a graduate with multiple degrees is&lt;BR /&gt;'PLACED' for one one degree, "&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;footnote3&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;font&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=timesRoman &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;h&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;3&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;J&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;L&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;color&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=blue&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;" s/he is considered placed for all degrees.&amp;nbsp; Multiple degree graduates for this program&lt;BR /&gt;and their other degrees are listed below:"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: navy; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;PROC&lt;/STRONG&gt; &lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: navy; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;REPORT&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=AAA &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;NOWD&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;BY&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;&amp;nbsp; major;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;COLUMNS&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; MAJOR COLID&amp;nbsp; FNAME&lt;BR /&gt;LNAME Home Work_Day Nite Email MD STATUS DE DR NAICS&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; MAJOR/ORDER &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;5&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; COLID/ &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;10&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; FNAME/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;20&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; LNAME/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;20&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; Home/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;12&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; Work_Day/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;12&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; Nite/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;12&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; EMAIL/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;45&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; MD/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;3&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; STATUS/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;6&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DE/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;7&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; DR/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;7&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DEFINE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; NAICS/ &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;DISPLAY&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;WIDTH&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;55&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;BREAK&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;AFTER&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; MAJOR / &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;PAGE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: navy; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;RUN&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;ODS&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; tagsets.ExcelXP &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;close&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: green; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;/**end**/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;CALL&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; SYMPUT (&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'GR'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;, trim(left(put (GRADS,&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;8.&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;))));&amp;nbsp; &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;CALL&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; SYMPUT (&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'PL'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;, trim(left(put(PLACED,&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;8.&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;))));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;CALL&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt; SYMPUT (&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;'PCT'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;, trim(left(put(PCT_PLACED,&lt;/SPAN&gt;&lt;STRONG style="mso-bidi-font-family: 'Comic Sans MS'; color: teal; font-size: 12pt; background: white; font-family: 'Comic Sans MS';"&gt;8.&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Comic Sans MS'; font-size: 12pt; mso-bidi-font-family: 'Comic Sans MS';"&gt;))));&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="padding: 0px 5.4pt; table-layout: fixed;" width="1188"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD colspan="13" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="1188"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: blue; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;2013-14&amp;nbsp;&amp;nbsp; AA Graduates Not&lt;BR /&gt;&amp;nbsp; Placed&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD colspan="13" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="1188"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;In the Status Column, please use the following codes to indicate&lt;BR /&gt;&amp;nbsp; the Graduate's&amp;nbsp; status&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD colspan="13" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="1188"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;FT= Work FT in Job Related to Degree, PT= Work PT in Job Related&lt;BR /&gt;&amp;nbsp; to Degree, S =Full-time Student Fall 2014 &lt;BR /&gt;&amp;nbsp; I= Not Seeking Work/Active Duty&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD colspan="13" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="1188"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Graduates: 222&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; Placed: 178&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Percent&lt;BR /&gt;&amp;nbsp; Placed: 80.0%&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="68"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD style="background: #639ace; padding: 0px 5.4pt; border: 1pt solid white;" valign="bottom" width="68"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;MAJOR&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #639ace; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: white white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="80"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;COLID&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #639ace; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: white white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="77"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;FNAME&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #639ace; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: white white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="78"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;LNAME&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #639ace; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: white white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="69"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;HOME&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #639ace; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: white white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="113"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;WORK_DAY&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #639ace; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: white white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="57"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;NITE&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #639ace; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: white white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="170"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;EMAIL&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #639ace; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: white white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="39"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;MD&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #639ace; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: white white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="98"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;STATUS&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #639ace; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: white white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="45"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;DE&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #639ace; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: white white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="26"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;DR&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #639ace; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: white white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="270"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt;naics&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor white white; padding: 0px 5.4pt;" valign="bottom" width="68"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;AA&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="80"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;99999&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="77"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Donald&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="78"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Roeser&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="69"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;9999&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="113"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="57"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;777-&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0px 5.4pt;" valign="bottom" width="170"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;&lt;A class="jive-link-email-small" href="mailto:BOC@aol.com"&gt;BOC@aol.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor white white; padding: 0px 5.4pt;" valign="bottom" width="39"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Y&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="98"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="45"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;PT&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="26"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Y&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="270"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;812210 Funeral Homes &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor white white; padding: 0px 5.4pt;" valign="bottom" width="68"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="80"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;111111&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="77"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Morris&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="78"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Day&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="69"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="113"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;888&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="57"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0px 5.4pt;" valign="bottom" width="170"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Dinowlk@hotmail.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor white white; padding: 0px 5.4pt;" valign="bottom" width="39"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="98"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="45"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="26"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="270"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;713940 /Watch_Clock&lt;BR /&gt;&amp;nbsp; mfg&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor white white; padding: 0px 5.4pt;" valign="bottom" width="68"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="80"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;2222&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="77"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Jani&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="78"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Lane&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="69"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;999-&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="113"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="57"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0px 5.4pt;" valign="bottom" width="170"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;cherries@yahoo.c&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor white white; padding: 0px 5.4pt;" valign="bottom" width="39"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Y&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="98"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="45"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="26"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="270"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;311811/bakeries&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor white white; padding: 0px 5.4pt;" valign="bottom" width="68"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="80"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;555555&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="77"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Davis&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="78"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Byron&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="69"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;999&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="113"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;888&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="57"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0px 5.4pt;" valign="bottom" width="170"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;&lt;A class="jive-link-email-small" href="mailto:stealer@yahoo.co"&gt;stealer@yahoo.co&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor white white; padding: 0px 5.4pt;" valign="bottom" width="39"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="98"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="45"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;PT&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="26"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Y&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="270"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;0211 /Cattle Ranching&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor white white; padding: 0px 5.4pt;" valign="bottom" width="68"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="80"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;3333&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="77"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Buffett&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="78"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;James&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="69"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;999-&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="113"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="57"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0px 5.4pt;" valign="bottom" width="170"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;magrita@yahoo.c&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor white white; padding: 0px 5.4pt;" valign="bottom" width="39"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="98"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="45"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="26"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: #e7e3e7; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor white white currentColor; padding: 0px 5.4pt;" valign="bottom" width="270"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;336612/Boat building&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="68"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD colspan="10" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="848"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;&lt;A class="jive-link-external-small" href="http://www.census.gov/eos/www/naics/"&gt;http://www.census.gov/eos/www/naics/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD colspan="12" nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="918"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Note: A 'Y' in the MD&lt;BR /&gt;&amp;nbsp; column indicates that the graduate has multiple degrees. If a graduate with&lt;BR /&gt;&amp;nbsp; multiple egrees is 'PLACED' for one one degree,&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="270"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD colspan="10" nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="848"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;s/he is considered&lt;BR /&gt;&amp;nbsp; placed for all degrees.&amp;nbsp; Multiple&lt;BR /&gt;&amp;nbsp; degree graduates for this program and their other degrees are listed below:&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="45"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="26"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="270"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="68"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="80"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="77"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="78"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="69"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="113"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="57"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="170"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="39"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="98"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="45"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="26"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="270"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="68"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt; border: 1pt solid windowtext;" valign="bottom" width="80"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;COLID&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="bottom" width="77"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Major&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="bottom" width="78"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Major&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="bottom" width="69"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Major&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="113"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="57"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="170"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="39"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="98"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="45"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="26"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="270"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="68"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="background: white; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor windowtext windowtext; padding: 0px 5.4pt;" valign="bottom" width="80"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;99999&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="bottom" width="77"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;AA&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="bottom" width="78"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;NUR&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="bottom" width="69"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;HLC6&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="113"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="57"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="170"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="39"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="98"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="45"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="26"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="background: white; padding: 0px 5.4pt;" valign="bottom" width="270"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD nowrap="nowrap" style="border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor windowtext windowtext; padding: 0px 5.4pt;" valign="bottom" width="80"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;555555&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="bottom" width="77"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;AA&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="bottom" width="78"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;AS&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="bottom" width="69"&gt;&lt;BR /&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="color: black; font-family: 'Times New Roman',serif; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt; &lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 22:18:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-macro-to-pass-dynamic-var-values-to-multiple-spread/m-p/213448#M39431</guid>
      <dc:creator>madhatter</dc:creator>
      <dc:date>2015-06-24T22:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help trouble shooting program to produce multiple folders with a macro.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-trouble-shooting-program-to-produce-multiple-folders/m-p/216437#M39897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom. What you provided was most helpful.&amp;nbsp; I am applying this to another current annual projects, ; One tracks 6 student cohorts (Fall 2008...Fall 2013) thru the 2014 fall term, reporting how many were retained/transferred/graduated in each intervening term; next year the 2014 cohort will be added; then 2015,&amp;nbsp; ad infinitum. This project's directory structure is: a main folder (year); subfolders for each cohort; and six sub-folders for each cohort. Office policy dictates all project data/programs be maintained in a project folder on the server. Copying and editing last years 30&amp;nbsp; folders, files &amp;amp; program names and then editing the program fileref names appropriately, as was previously done, would been quicker than developing this process using macros....this year. But extrapolating the copy &amp;amp; edit time for future years &amp;amp; the increasing number of cohorts, no way.&amp;nbsp; And I have learned a lot. After I finish this year's reports, I'm going to do a program to create the folders for the new year and copy the requisite SAS program files from the past year, all correctly named; and do it with an array, Do Loop, and macros;&amp;nbsp; I'm sure you'll see other questions from me here in the future as I stumble along.&amp;nbsp; Again, thanks for taking the time to offer some very useful information/guidance rather than pontificate;, it is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 23:24:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-trouble-shooting-program-to-produce-multiple-folders/m-p/216437#M39897</guid>
      <dc:creator>madhatter</dc:creator>
      <dc:date>2015-05-20T23:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need help trouble shooting program to produce multiple folders with a macro.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-trouble-shooting-program-to-produce-multiple-folders/m-p/216432#M39892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, this is setting up directories and files , SAS 9.3. on a PC, so IT is not going to do it. And copying and renaming folders and files is so lame. I am setting up my major recurring Semester Based studies to run with ONE or TWO macros that set the parameters for the data acquisition from the various sources; the parameters and variables names for the analysis; the titles, column headers, etc. for the reports; and the output file name for the reports. I have been fairly successful with that and getting better.&amp;nbsp; My problem with the macros in my example program for creating the actual folders and subfolders I need is that I do not understand why my SAS LOG log states "&lt;STRONG&gt;SYMBOLGEN:&amp;nbsp; Macro variable DIR resolves to C:\PROG EVAL 2017\GFU/MLOGIC(CHK_DIR):&amp;nbsp; %PUT %sysfunc(sysmsg()) The directory has been created.WARNING: Physical file does not exist, C:\PROG EVAL 2017\GFU. The directory has been created&lt;/STRONG&gt;."&amp;nbsp; But the directory is not created; at least where it is suppose to be created. What was created were folders named:&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;EVAL&lt;/STRONG&gt;, &lt;STRONG&gt;2017\GFU&lt;/STRONG&gt;, and&amp;nbsp; &lt;STRONG&gt;2017\DATA&lt;/STRONG&gt; in the &lt;STRONG&gt;C:\PROG EVAL 2015\PE HEAD&lt;/STRONG&gt; folder, which is the folder where this SAS program resides.&amp;nbsp; I guess that I can take the cheap way and create SAS ref&amp;nbsp; lib folders and then clear the ref lib name; but was hoping would be able to see the error(s) with my macros.&lt;/P&gt;&lt;P&gt;rlWy successful with that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 22:08:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-trouble-shooting-program-to-produce-multiple-folders/m-p/216432#M39892</guid>
      <dc:creator>madhatter</dc:creator>
      <dc:date>2015-05-18T22:08:47Z</dc:date>
    </item>
    <item>
      <title>Need help trouble shooting program to produce multiple folders with a macro.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-trouble-shooting-program-to-produce-multiple-folders/m-p/216430#M39890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My goal is to create A program that will create all the macros and File folders that are required for a given project, with minimal upfront coding. I have multiple annual projects that I will be doing this for and most of these projects use the same data sources and formats each year; so my ultimate goal is to use one macro to create all the variables and report names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current issue ( I am sure I will have more before I am through) is that I do have enough knowledge of macros to identify why my program is not producing the correct file folders.&amp;nbsp; The SASA program and log are below (. .&amp;nbsp; Before I ran this program. I checked that any folders that I was trying to created DID NOT exist; this included deleting the files the program was creating in the wrong directory; exited SAS; and started it new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The log indicates hat &lt;SPAN style="background: yellow; line-height: 107%; font-family: 'SAS Monospace'; font-size: 8pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'SAS Monospace'; mso-highlight: yellow;"&gt;The directory "C:\PROG EVAL 2017" exists&lt;/SPAN&gt;&amp;nbsp; (But it did not and does not); and that &lt;SPAN style="background: yellow; line-height: 107%; font-family: 'SAS Monospace'; font-size: 8pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'SAS Monospace'; mso-highlight: yellow;"&gt;C:\PROG EVAL 2017\Data and &lt;SPAN style="background: yellow; line-height: 107%; font-family: 'SAS Monospace'; font-size: 8pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'SAS Monospace'; mso-highlight: yellow;"&gt;C:\PROG EVAL 2017\Data\GFU&lt;/SPAN&gt;&lt;/SPAN&gt;. were created BUT they were not.&amp;nbsp; The&amp;nbsp; &lt;SPAN style="background: yellow; line-height: 107%; font-family: 'SAS Monospace'; font-size: 8pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'SAS Monospace'; mso-highlight: yellow;"&gt;C:\CPSASLIB\PROGEVAL2017&lt;/SPAN&gt;&amp;nbsp; folder was created and the LIBREF was assigned correctly.&amp;nbsp; What the program did do is&amp;nbsp; create the following folders C:\PROG EVAL 2015\PE HEAD\2017;&amp;nbsp; C:\PROG EVAL 2015\PE HEAD\2017\DATA;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\PROG EVAL 2015\PE HEAD\2017\DATA\GFU and&amp;nbsp; C:\PROG EVAL 2015\PE HEAD\EVAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOG&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NOTE: SAS (r) Proprietary Software 9.3 (TS1M2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Licensed to STATE BOARD FOR TECH &amp;amp; COMP EDU - ADMIN, Site 70049135.&lt;/P&gt;&lt;P&gt;NOTE: This session is executing on the W32_7PRO&amp;nbsp; platform.&lt;/P&gt;&lt;P&gt;NOTE: Enhanced analytical products:&lt;/P&gt;&lt;P&gt;SAS/STAT 12.1, SAS/ETS 12.1, SAS/OR 12.2, SAS/IML 12.1, SAS/QC 12.1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;NOTE: SAS initialization used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.07 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.59 seconds&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*THIS IS A PROGRAM THAT ESTABLISHES THE MACROS THAT WILL BE USED FOR THE PROGRAM&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp; EVALUATION SAS PROGRAMS*/&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*Change The PE_TERM Value To The Starting Summer Term*/&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp; %let PE_TERM=20143;&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp; /*****************************************************/&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;9&amp;nbsp;&amp;nbsp;&amp;nbsp; /***************FIXED MACROS DO NOT CHANGE*******************/&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;10&amp;nbsp;&amp;nbsp; %LET PE_YR=%SYSFUNC(INT(%EVAL(&amp;amp;PE_TERM/10)))+3;/*Resolves to the year the eval is conducted&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;10 ! 2015*/&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;11 %LET ST_YR=%sysfunc(MOD(%sysfunc(INT(%EVAL(&amp;amp;&amp;amp;PE_TERM/10))),100))+1;/*resolves to the 2-Digit&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;11 ! start yrr for the grads*/&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;12&amp;nbsp;&amp;nbsp; %LET JK=%eval(&amp;amp;st_yr)+2;&amp;nbsp; /*resolves to the correct YR for the libname*/&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;13&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;14&amp;nbsp;&amp;nbsp; /*****************************************************/&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;16&amp;nbsp;&amp;nbsp; OPTIONS NONUMBER NODATE NOBYLINE mprint mlogic SYMBOLGEN;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;17&amp;nbsp;&amp;nbsp; TITLE;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;18&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;19&amp;nbsp;&amp;nbsp; /*CREATES the MACRO FOR MAIN FOLDER*/&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;20&amp;nbsp;&amp;nbsp; %Let PXDIR=C:\PROG EVAL %EVAL(&amp;amp;PE_YR);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable PE_YR resolves to 2014+3&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;21&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;22&amp;nbsp;&amp;nbsp; /*CREATES MACRO FOR SAS LIBRARY FOLDER PATH. */&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;23&amp;nbsp;&amp;nbsp; %Let fpath=C:\CPSASLIB\PROGEVAL%EVAL(&amp;amp;PE_YR);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable PE_YR resolves to 2014+3&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;24&amp;nbsp;&amp;nbsp; /*****************************************************/&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;25&amp;nbsp;&amp;nbsp; /*CREATES THE NEW PE FOLDER AND SUBFOLDERS*/&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;26&amp;nbsp;&amp;nbsp; %macro chk_dir(dir=) ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;27&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; options noxwait;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;28&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %local rc fileref ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;29&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let rc = %sysfunc(filename(fileref,&amp;amp;dir)) ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %if %sysfunc(fexist(&amp;amp;fileref))&amp;nbsp; %then&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;31&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %put NOTE: The directory "&amp;amp;dir" exists ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;32&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %else&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;33&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %do ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;34&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %sysexec md&amp;nbsp;&amp;nbsp; &amp;amp;dir ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;35&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %put %sysfunc(sysmsg()) The directory has been created. ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;36&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %end ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;37&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let rc=%sysfunc(filename(fileref)) ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;38&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;39&amp;nbsp;&amp;nbsp;&amp;nbsp; %mend chk_dir ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;40&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;41&amp;nbsp;&amp;nbsp;&amp;nbsp; %chk_dir(DIR=&amp;amp;PXDIR) ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; Beginning execution.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable PXDIR resolves to C:\PROG EVAL 2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; Parameter DIR has value C:\PROG EVAL 2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MPRINT(CHK_DIR):&amp;nbsp;&amp;nbsp; options noxwait;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %LOCAL&amp;nbsp; RC FILEREF&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %LET (variable name is RC)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable DIR resolves to C:\PROG EVAL 2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable FILEREF resolves to #LN00012&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %IF condition %sysfunc(fexist(&amp;amp;fileref)) is TRUE&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %PUT NOTE: The directory "&amp;amp;dir" exists&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable DIR resolves to C:\PROG EVAL 2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NOTE: The directory "C:\PROG EVAL 2017" exists&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %LET (variable name is RC)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; Ending execution.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;42&amp;nbsp;&amp;nbsp; %chk_dir(DIR=&amp;amp;PXDIR\DATA);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; Beginning execution.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable PXDIR resolves to C:\PROG EVAL 2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; Parameter DIR has value C:\PROG EVAL 2017\DATA&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MPRINT(CHK_DIR):&amp;nbsp;&amp;nbsp; options noxwait;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %LOCAL&amp;nbsp; RC FILEREF&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %LET (variable name is RC)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable DIR resolves to C:\PROG EVAL 2017\DATA&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable FILEREF resolves to #LN00013&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %IF condition %sysfunc(fexist(&amp;amp;fileref)) is FALSE&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %SYSEXEC&amp;nbsp; md&amp;nbsp;&amp;nbsp; &amp;amp;dir&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable DIR resolves to C:\PROG EVAL 2017\DATA&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %PUT %sysfunc(sysmsg()) The directory has been created.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;WARNING: Physical file does not exist, C:\PROG EVAL 2017\DATA. The directory has been created.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %LET (variable name is RC)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; Ending execution.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;43&amp;nbsp;&amp;nbsp;&amp;nbsp; %chk_dir(DIR=&amp;amp;PXDIR\GFU);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; Beginning execution.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable PXDIR resolves to C:\PROG EVAL 2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; Parameter DIR has value C:\PROG EVAL 2017\GFU&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MPRINT(CHK_DIR):&amp;nbsp;&amp;nbsp; options noxwait;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %LOCAL&amp;nbsp; RC FILEREF&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %LET (variable name is RC)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable DIR resolves to C:\PROG EVAL 2017\GFU&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable FILEREF resolves to #LN00014&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %IF condition %sysfunc(fexist(&amp;amp;fileref)) is FALSE&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %SYSEXEC&amp;nbsp; md&amp;nbsp;&amp;nbsp; &amp;amp;dir&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable DIR resolves to C:\PROG EVAL 2017\GFU&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %PUT %sysfunc(sysmsg()) The directory has been created.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;WARNING: Physical file does not exist, C:\PROG EVAL 2017\GFU. The directory has been created.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %LET (variable name is RC)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; Ending execution.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;44&amp;nbsp;&amp;nbsp;&amp;nbsp; %CHK_DIR(DIR=C:\CPSASLIB\PROGEVAL%EVAL(&amp;amp;PE_YR));&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; Beginning execution.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable PE_YR resolves to 2014+3&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; Parameter DIR has value C:\CPSASLIB\PROGEVAL2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MPRINT(CHK_DIR):&amp;nbsp;&amp;nbsp; options noxwait;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %LOCAL&amp;nbsp; RC FILEREF&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %LET (variable name is RC)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable DIR resolves to C:\CPSASLIB\PROGEVAL2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable FILEREF resolves to #LN00015&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %IF condition %sysfunc(fexist(&amp;amp;fileref)) is FALSE&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %SYSEXEC&amp;nbsp; md&amp;nbsp;&amp;nbsp; &amp;amp;dir&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable DIR resolves to C:\CPSASLIB\PROGEVAL2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %PUT %sysfunc(sysmsg()) The directory has been created.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;WARNING: Physical file does not exist, C:\CPSASLIB\PROGEVAL2017. The directory has been created.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; %LET (variable name is RC)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MLOGIC(CHK_DIR):&amp;nbsp; Ending execution.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable JK resolves to 15+2&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;45&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;46&amp;nbsp;&amp;nbsp; /*CREATE THE NEW&amp;nbsp; THE LIB REF*/&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;47&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;48&amp;nbsp;&amp;nbsp; LIBNAME PE%EVAL(&amp;amp;JK) "&amp;amp;fpath";&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable FPATH resolves to C:\CPSASLIB\PROGEVAL2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NOTE: Libref PE17 was successfully assigned as follows:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V9&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Physical Name: C:\CPSASLIB\PROGEVAL2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;49&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;50&amp;nbsp;&amp;nbsp; proc format;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;50 !&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value BGRAD&amp;nbsp;&amp;nbsp;&amp;nbsp; 0-5= '#e13300'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;51&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6-1000= 'BLACK';&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NOTE: Format BGRAD has been output.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;52&amp;nbsp;&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE FORMAT used (Total process time):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.06 seconds&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.03 seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 10:13:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-trouble-shooting-program-to-produce-multiple-folders/m-p/216430#M39890</guid>
      <dc:creator>madhatter</dc:creator>
      <dc:date>2015-05-18T10:13:52Z</dc:date>
    </item>
    <item>
      <title>Help with ARRAY, Loops.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-with-ARRAY-Loops/m-p/197109#M36969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times;"&gt; I am tracking student cohorts over time to identify when students transfer out of the college and which terms they are co-enrolled at my college (HOME) and another institution (TRFINST) at the same time. This is a many to many match between the student’s HOME semesters and the TRFINST semesters.&amp;nbsp; I can identify the multiple semesters that&lt;BR /&gt;students were “co-enrolled” (enrolled at Home and a TRFINST in the same semester) and the semesters that students transferred to a TRFINST.&amp;nbsp; My problem is that project requirements are that after a student is identified as a student is identified as a Transfer Student,&amp;nbsp; that transfer semester is to be reported an no further tracked terms are to be reported.&amp;nbsp;&amp;nbsp; I am&lt;BR /&gt;trying to revise a program that I use to track retention using the same type data but am bogged down on how to eliminate future values for students identified as Transfer students.&amp;nbsp; (i.e., student transfers and then comes back to HOME for a semester and later transfers to another college - no data after the first transfer is to be reported). I figure I can transpose the data results I have, unduplicate it,&amp;nbsp; and then remerge the data again.&amp;nbsp; But would like to do it without all that manipulation. So any ideas will be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times;"&gt;I have attached a program Headach.SAS and a sample SAS file (&lt;SPAN style="background: white; color: black;"&gt;TEST_TRF_PROJ2)&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENRTERM(I) - "1" indicates the student was enrolled at HOME; TRFSEM(I)- "1"&amp;nbsp; indicates the student was enrolled at TRFINST; The variable index numbers are based on the student's cohort term and indicate the numbers of semesters since the cohort term.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;Student 23 has become my “test” student and should have a “1” value for &lt;SPAN style="background: white;"&gt;COENRSEM&lt;/SPAN&gt; 3-7 and 0 for &lt;SPAN style="background: white;"&gt;COENRSEM&lt;/SPAN&gt; 9-15; and a “1” value for &lt;STRONG&gt;XSEMTRF&lt;/STRONG&gt;9 and “0” for the &lt;STRONG&gt;XSEMTRF&lt;/STRONG&gt;1-9 and 10-15.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: %value;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 04:43:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-with-ARRAY-Loops/m-p/197109#M36969</guid>
      <dc:creator>madhatter</dc:creator>
      <dc:date>2015-03-09T04:43:09Z</dc:date>
    </item>
    <item>
      <title>proc tabulate (to excel via ods) Fonts not applying corectly</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-to-excel-via-ods-Fonts-not-applying-corectly/m-p/162833#M12090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;My Excel is set up with Times New Roman 12pt as the default font. When I run the following program,&amp;nbsp; the CLASS Variable values are displayed with the Arial 12 PT font when I open the output in excel.&amp;nbsp; Also, the Degree variable values are centered and not left adjusted. Any ideas on why the Arial font is being applied or why the Degree var values are being centered?&amp;nbsp; It does not take much to edit it, but it is annoying.&amp;nbsp; &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;Thanks in advance,&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;Charlie&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;&lt;BR /&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; %LET STY1=FONT_FACE="TIMES_NEW_ROMAN"&amp;nbsp; FONT_SIZE=12PT&amp;nbsp; FOREGROUND=BLACK just=left cellwidth=1.5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;%LET STY2= FONT_FACE="TIMES_NEW_ROMAN"&amp;nbsp; FONT_SIZE=12PT&amp;nbsp; FOREGROUND=MAROON just=left cellwidth=1.5;&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;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;HTML FILE&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;'C:\PROG EVAL 2014\REPORTS\PRELIM GFU-MTC-TRF-DEW REPORT.XLS'&lt;/SPAN&gt;&lt;SPAN style="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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;"&amp;lt;td align=center colspan=9&amp;gt;&amp;lt;font TIMES_NEW_ROMAN size=12PT&amp;gt;&amp;lt;b&amp;gt; Interim Results for the SCTCS Academic Program Evaluation of the 2012-2013 Graduate Placement &amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;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="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;"&amp;lt;td align=center colspan=9&amp;gt;&amp;lt;font TIMES_NEW_ROMAN size=12PT&amp;gt;&amp;lt;b&amp;gt; based on the Graduate Survey, National Clearing House, and SC Employment Data &amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;"&lt;/SPAN&gt;&lt;SPAN style="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;BR /&gt;&lt;/SPAN&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;TABULATE&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;=DEWYX &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;MISSING&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;STYLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;=[&amp;amp;STY1] ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; CLASS DEPT DEGREE DEGTITLE/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;=[&amp;amp;STY1] ; VAR&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; GRAD IN_FIELD SCHOOL RESP EXCLUDE&amp;nbsp; PLACED ADJTOT/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;STYLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;=[&amp;amp;STY1];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; (DEPT=&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;*DEGREE=&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;*DEGTITLE=&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; ALL=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;'TOTAL'&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;F&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;6.0&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;STYLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;=[&amp;amp;STY1] ], ((GRAD=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;'Grads'&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt; In_Field&amp;nbsp; School&amp;nbsp; Placed Resp)*[&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;STYLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;=[&amp;amp;STY2]]*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;F&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;6.0 &lt;/STRONG&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;'Placed %'&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;*((PCTSUM&amp;lt;adjtot&amp;gt;)*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;f&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 12pt; font-family: Comic Sans MS;"&gt;pctPIC.&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;style&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;=[FONT_FACE=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Comic Sans MS;"&gt;"TIMES_NEW_ROMAN"&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;&amp;nbsp; FONT_SIZE=&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-size: 12pt; font-family: Comic Sans MS;"&gt;12&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;PT&amp;nbsp; foreground=&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 12pt; font-family: Comic Sans MS;"&gt;traffic.&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="font-size: 12pt; font-family: Comic Sans MS;"&gt;KEYLABEL &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;SUM&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;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;KEY LABEL &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Comic Sans MS;"&gt;PCTSUM&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;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;HTML&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;CLOSE&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Comic Sans MS;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 23:15:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-to-excel-via-ods-Fonts-not-applying-corectly/m-p/162833#M12090</guid>
      <dc:creator>madhatter</dc:creator>
      <dc:date>2014-07-01T23:15:26Z</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>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>
  </channel>
</rss>

