<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic array inside a proc export (inside a call execute) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/array-inside-a-proc-export-inside-a-call-execute/m-p/60853#M17264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following article shows one way of doing it using a combination of proc sql and a SAS macro.&amp;nbsp; It could easily be generalized to accomplish the task you want to do:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sascommunity.org/wiki/Automatically_Separating_Data_into_Excel_Sheets"&gt;http://www.sascommunity.org/wiki/Automatically_Separating_Data_into_Excel_Sheets&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2011 16:35:43 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2011-09-06T16:35:43Z</dc:date>
    <item>
      <title>array inside a proc export (inside a call execute)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/array-inside-a-proc-export-inside-a-call-execute/m-p/60852#M17263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif';"&gt;I am just coming back to SAS after a few years away. My first project is somewhat complex to write, it seems. Any tips will be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;I want to take a complete data set (key) and save it as many small data sets (depid#) based on one variable's (depid) value. &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;I think the only way to do this is like this (yet exactly this doesn't work - I think it's getting stuck with the array in the proc export file name).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #000080; font-family: Courier New;"&gt;&lt;SPAN style="font-size: 10pt; color: #000080; font-family: Courier New;"&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt; temp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: 'Arial','sans-serif'; background-color: white;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt; key;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: 'Arial','sans-serif'; background-color: white;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt; id[&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background-color: white; font-family: 'Arial','sans-serif';"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt;] (&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background-color: white; font-family: 'Arial','sans-serif';"&gt;2&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 10pt; background-color: white; font-family: 'Arial','sans-serif';"&gt;4&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: 'Arial','sans-serif'; background-color: white;"&gt;do&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt; i=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background-color: white; font-family: 'Arial','sans-serif';"&gt;1&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt; color: blue; font-family: 'Arial','sans-serif'; background-color: white;"&gt;to&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 10pt; background-color: white; font-family: 'Arial','sans-serif';"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: 'Arial','sans-serif'; background-color: white;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt; depid=id&lt;I&gt;;&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: 'Arial','sans-serif'; background-color: white;"&gt;call&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt; execute (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: purple; font-family: 'Arial','sans-serif'; background-color: white;"&gt;'proc export data=temp &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: purple; font-family: 'Arial','sans-serif'; background-color: white;"&gt;outfile="C:\My Dept\Research Studies\depid(id&lt;I&gt;"&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: purple; font-family: 'Arial','sans-serif'; background-color: white;"&gt;DBMS=CSV REPLACE;PUTNAMES=YES'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: 'Arial','sans-serif'; background-color: white;"&gt;end&lt;/SPAN&gt;;&lt;STRONG style="color: navy; font-size: 10pt; background-color: white; font-family: 'Arial','sans-serif';"&gt;run&lt;/STRONG&gt;;&lt;STRONG style="color: navy; font-size: 10pt; background-color: white; font-family: 'Arial','sans-serif';"&gt;quit&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt;If there are recommendations for different steps (do I need a proc export to get .csv/.xls output files?, is there a procedure already written that does exactly what I need?) please let me know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif'; background-color: white;"&gt;Kim&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 15:15:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/array-inside-a-proc-export-inside-a-call-execute/m-p/60852#M17263</guid>
      <dc:creator>Kim_HOU</dc:creator>
      <dc:date>2011-09-06T15:15:49Z</dc:date>
    </item>
    <item>
      <title>array inside a proc export (inside a call execute)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/array-inside-a-proc-export-inside-a-call-execute/m-p/60853#M17264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following article shows one way of doing it using a combination of proc sql and a SAS macro.&amp;nbsp; It could easily be generalized to accomplish the task you want to do:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sascommunity.org/wiki/Automatically_Separating_Data_into_Excel_Sheets"&gt;http://www.sascommunity.org/wiki/Automatically_Separating_Data_into_Excel_Sheets&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 16:35:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/array-inside-a-proc-export-inside-a-call-execute/m-p/60853#M17264</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-09-06T16:35:43Z</dc:date>
    </item>
    <item>
      <title>array inside a proc export (inside a call execute)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/array-inside-a-proc-export-inside-a-call-execute/m-p/60854#M17265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only have X distinct groups that you want to run, and you're not trying to write production code or code that can easily be generalized for other uses, here is a rather brute force, but simple approach:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. run your proc export but for only one record i.e. (obs=1)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;proc export data=sashelp.class (obs=1)&lt;/P&gt;&lt;P&gt;outfile="C:\art\junk"&lt;/P&gt;&lt;P&gt;DBMS=CSV REPLACE;PUTNAMES=YES;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;2. press F4.&amp;nbsp; That will get the system to recall the code&lt;/P&gt;&lt;P&gt;it actually submitted for your proc export&lt;/P&gt;&lt;P&gt;/**********************************************************************&lt;/P&gt;&lt;P&gt; *&amp;nbsp;&amp;nbsp; PRODUCT:&amp;nbsp;&amp;nbsp; SAS&lt;/P&gt;&lt;P&gt; *&amp;nbsp;&amp;nbsp; VERSION:&amp;nbsp;&amp;nbsp; 9.2&lt;/P&gt;&lt;P&gt; *&amp;nbsp;&amp;nbsp; CREATOR:&amp;nbsp;&amp;nbsp; External File Interface&lt;/P&gt;&lt;P&gt; *&amp;nbsp;&amp;nbsp; DATE:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05SEP11&lt;/P&gt;&lt;P&gt; *&amp;nbsp;&amp;nbsp; DESC:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Generated SAS Datastep Code&lt;/P&gt;&lt;P&gt; *&amp;nbsp;&amp;nbsp; TEMPLATE SOURCE:&amp;nbsp; (None Specified.)&lt;/P&gt;&lt;P&gt; ***********************************************************************/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let _EFIERR_ = 0; /* set the ERROR detection macro variable */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let _EFIREC_ = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* clear export record count macro variable */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file 'C:\ART\JUNK' delimiter=',' DSD DROPOVER lrecl=32767;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if _n_ = 1 then&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* write column names or labels */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Name"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ','&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Sex"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ','&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Age"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ','&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Height"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ','&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Weight"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set&amp;nbsp; SASHELP.CLASS(OBS=1)&amp;nbsp;&amp;nbsp; end=EFIEOD;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format Name $8. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format Sex $1. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format Age best12. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format Height best12. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format Weight best12. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EFIOUT + 1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Name $ @;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Sex $ @;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Age @;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Height @;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Weight ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if _ERROR_ then call symputx('_EFIERR_',1);&amp;nbsp; /* set ERROR detection macro variable */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if EFIEOD then call symputx('_EFIREC_',EFIOUT);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 3. Extract the lines you need for your code. E.g.,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if _n_ = 1 then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file "c:\art\F.csv";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put "Name" ',' "Sex" ',' "Age" ',' "Height" ',' "Weight";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file "c:\art\M.csv";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put "Name" ',' "Sex" ',' "Age" ',' "Height" ',' "Weight";&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set sashelp.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format Name $8. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format Sex $1. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format Age best12. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format Height best12. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format Weight best12. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if sex eq 'F' then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file "c:\art\F.csv";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Name $ @;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Sex $ @;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Age @;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Height @;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Weight ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp; else if sex eq 'M' then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file "c:\art\M.csv";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Name $ @;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Sex $ @;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Age @;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Height @;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put Weight ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Run the datastep just created in step 3 and you end up with your 2 CSV files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 04:11:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/array-inside-a-proc-export-inside-a-call-execute/m-p/60854#M17265</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-09-07T04:11:29Z</dc:date>
    </item>
    <item>
      <title>array inside a proc export (inside a call execute)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/array-inside-a-proc-export-inside-a-call-execute/m-p/60855#M17266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Art! I'm sorry for the delayed response. I got blocked from responding on here yesterday from a time out(?). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enjoyed reading through the information you sent and trying to apply it. I also got some advice from a SAS friend about call execute with an array. I never could get any of the 'fancy' stuff to work.But, I went with the cumbersome brute force method you desscribed above (proc export) - using Word and the highlighting columns feature to make it reasonable to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Kim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 14:26:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/array-inside-a-proc-export-inside-a-call-execute/m-p/60855#M17266</guid>
      <dc:creator>Kim_HOU</dc:creator>
      <dc:date>2011-09-07T14:26:03Z</dc:date>
    </item>
  </channel>
</rss>

