<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using Proc Explode in SAS 9.3 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186531#M47358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works for me in 9.3 and brings back memories from long ago (possibly even SAS V5 &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;filename &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;ft15f001 &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;temp&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: Consolas;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: Consolas;"&gt;explode&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;parmcards&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: #ffffc0; color: black; font-family: Consolas; font-size: 9pt;"&gt;1&amp;nbsp; HELLO WORLD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: Consolas;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2014 00:35:49 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2014-10-16T00:35:49Z</dc:date>
    <item>
      <title>Using Proc Explode in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186529#M47356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am interested in using PROC EXPLODE for a school project, but when the only examples I can find are from older versions of SAS.&amp;nbsp; I have read about people using it in SAS 9, but for me it does not run.&amp;nbsp; I have tried a few examples, such as this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename ft15f001 temp;&lt;/P&gt;&lt;P&gt;options nodate pageno=1 linesize=80 &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;pagesize=60;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;proc explode;&lt;/P&gt;&lt;P&gt;parmcards;&lt;/P&gt;&lt;P&gt;HELLO WORLD&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error I get is from the line with "HELLO WORLD."&amp;nbsp; I tried changing up the syntax in different ways, but it gives the error:&lt;/P&gt;&lt;P&gt;"ERROR: Column 1 of a parameter line can contain only a number, or the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; characters D, L, P, S, or U."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not understand the parmcards statement, so any information on that could help me out as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for any light that can be shed on this topic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 00:05:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186529#M47356</guid>
      <dc:creator>vkorsz</dc:creator>
      <dc:date>2014-10-16T00:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Explode in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186530#M47357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like it doesn't exist past SAS 9.1 would be my guess. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you trying to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 00:15:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186530#M47357</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-10-16T00:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Explode in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186531#M47358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works for me in 9.3 and brings back memories from long ago (possibly even SAS V5 &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;filename &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;ft15f001 &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;temp&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: Consolas;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: Consolas;"&gt;explode&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;parmcards&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: #ffffc0; color: black; font-family: Consolas; font-size: 9pt;"&gt;1&amp;nbsp; HELLO WORLD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: Consolas;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 00:35:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186531#M47358</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-10-16T00:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Explode in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186532#M47359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sill listed in the 9.3 documentation: &lt;A href="http://support.sas.com/documentation/cdl/en/allprodsproc/63883/HTML/default/viewer.htm#procedures.htm" title="http://support.sas.com/documentation/cdl/en/allprodsproc/63883/HTML/default/viewer.htm#procedures.htm"&gt;SAS(R) 9.3 Procedures by Name and Product&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 00:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186532#M47359</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2014-10-16T00:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Explode in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186533#M47360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your particular issue is that the first position of the parmcards instructions is used for formatting queues, like SASKiwi did 1 being the instruction to print on the first line.&amp;nbsp; Just offset your text with a space&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;filename ft15f001 temp;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;options nodate pageno=1 linesize=80 &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;pagesize=60;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc explode;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;parmcards;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;lt;space&amp;gt;HELLO WORLD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 00:48:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186533#M47360</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2014-10-16T00:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Explode in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186534#M47361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I stand corrected &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; and interesting to know!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 01:08:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186534#M47361</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-10-16T01:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Explode in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186535#M47362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I recall the main use for this procedure was for header pages on lineflow reports. Can't remember the last time I saw a lineflow printer.....&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 01:46:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186535#M47362</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-10-16T01:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Explode in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186536#M47363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! The 1 in front of the text made it work, none of the examples from previous versions of SAS contained that detail.&amp;nbsp; Appreciate your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 05:03:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186536#M47363</guid>
      <dc:creator>vkorsz</dc:creator>
      <dc:date>2014-10-16T05:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Explode in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186537#M47364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vorsk. Saskiwi's remark is one to think about.&lt;/P&gt;&lt;P&gt;Those line printers were&amp;nbsp; common until 1990 and in those years mainframe processing was the standard. That 1 on the first position is indicating new page.&lt;/P&gt;&lt;P&gt;As a separator page the explode approach was common as a marker in bulk prints&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The days windows Unix are more common wit variable lettertypes and sizing. For educational purposes proc explode is nice with that history.&lt;/P&gt;&lt;P&gt;Common usage is not of real value today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 06:57:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Explode-in-SAS-9-3/m-p/186537#M47364</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-16T06:57:21Z</dc:date>
    </item>
  </channel>
</rss>

