<?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: data set creations in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811436#M320049</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265860"&gt;@BrahmanandaRao&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Data clinical;&lt;BR /&gt;input center$ trail$ sub adsub;&lt;BR /&gt;cards;&lt;BR /&gt;appolo phase1 67 12&lt;BR /&gt;nims phase1 78 14&lt;BR /&gt;care phase1 34 10&lt;BR /&gt;appolo phase2 267 22&lt;BR /&gt;nims phase2 178 14&lt;BR /&gt;care phase2 234 40&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;data appolo nims care;&lt;BR /&gt;set clinical;&lt;BR /&gt;if center ='appolo' then output appolo ;&lt;BR /&gt;if center ='nims' then output nims ;&lt;BR /&gt;if center ='care' then output care ;&lt;BR /&gt;run;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Consider using a data step &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/lestmtsref/p09213s9jc2t99n1vx0omk2rh9ps.htm" target="_blank" rel="noopener"&gt;SELECT Statement&lt;/A&gt; instead of multiple IFs.&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 13:20:11 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-05-04T13:20:11Z</dc:date>
    <item>
      <title>data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811366#M320012</link>
      <description>&lt;P&gt;Data clinical;&lt;BR /&gt;input center$ trail$ sub adsub;&lt;BR /&gt;cards;&lt;BR /&gt;appolo phase1 67 12&lt;BR /&gt;nims phase1 78 14&lt;BR /&gt;care phase1 34 10&lt;BR /&gt;appolo phase2 267 22&lt;BR /&gt;nims phase2 178 14&lt;BR /&gt;care phase2 234 40&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;How to put all&amp;nbsp;appolo value in DSN1,&lt;/P&gt;&lt;P&gt;put all nims value in DSN2,&lt;/P&gt;&lt;P&gt;put all care value in DSN3 by automation&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 05:34:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811366#M320012</guid>
      <dc:creator>Brijesh4sas</dc:creator>
      <dc:date>2022-05-04T05:34:00Z</dc:date>
    </item>
    <item>
      <title>Data set creation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811365#M320022</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How to create multiple DSN according to different variables.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 05:30:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811365#M320022</guid>
      <dc:creator>Brijesh4sas</dc:creator>
      <dc:date>2022-05-04T05:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data set creation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811376#M320023</link>
      <description>&lt;P&gt;Please try to be more specific about your requirement.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 07:15:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811376#M320023</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-05-04T07:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811377#M320019</link>
      <description>&lt;P&gt;Combine IF-statements with explicit OUTPUT statements.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 07:16:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811377#M320019</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-05-04T07:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data set creation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811380#M320024</link>
      <description>&lt;P&gt;I have merged both posts with the same title. If both are about different problems, please use more meaningful titles next time.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 07:30:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811380#M320024</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-05-04T07:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811387#M320026</link>
      <description>Data clinical;&lt;BR /&gt;input center$ trail$ sub adsub;&lt;BR /&gt;cards;&lt;BR /&gt;appolo phase1 67 12&lt;BR /&gt;nims phase1 78 14&lt;BR /&gt;care phase1 34 10&lt;BR /&gt;appolo phase2 267 22&lt;BR /&gt;nims phase2 178 14&lt;BR /&gt;care phase2 234 40&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;data appolo nims care;&lt;BR /&gt;set clinical;&lt;BR /&gt;if center ='appolo' then  output appolo ;&lt;BR /&gt;if center ='nims' then output nims ;&lt;BR /&gt;if center ='care' then  output care ;&lt;BR /&gt;run;</description>
      <pubDate>Wed, 04 May 2022 08:37:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811387#M320026</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2022-05-04T08:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811434#M320047</link>
      <description>&lt;P&gt;Splitting datasets is VERY rarely needed. I guess you want to do this for reporting or data export, and for this there are better methods. Please give us the "big picture".&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 13:18:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811434#M320047</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-04T13:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811436#M320049</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265860"&gt;@BrahmanandaRao&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Data clinical;&lt;BR /&gt;input center$ trail$ sub adsub;&lt;BR /&gt;cards;&lt;BR /&gt;appolo phase1 67 12&lt;BR /&gt;nims phase1 78 14&lt;BR /&gt;care phase1 34 10&lt;BR /&gt;appolo phase2 267 22&lt;BR /&gt;nims phase2 178 14&lt;BR /&gt;care phase2 234 40&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;data appolo nims care;&lt;BR /&gt;set clinical;&lt;BR /&gt;if center ='appolo' then output appolo ;&lt;BR /&gt;if center ='nims' then output nims ;&lt;BR /&gt;if center ='care' then output care ;&lt;BR /&gt;run;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Consider using a data step &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/lestmtsref/p09213s9jc2t99n1vx0omk2rh9ps.htm" target="_blank" rel="noopener"&gt;SELECT Statement&lt;/A&gt; instead of multiple IFs.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 13:20:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811436#M320049</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-04T13:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811952#M320325</link>
      <description>Thank you but i need to automate it.</description>
      <pubDate>Sat, 07 May 2022 05:50:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811952#M320325</guid>
      <dc:creator>Brijesh4sas</dc:creator>
      <dc:date>2022-05-07T05:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811953#M320326</link>
      <description>&lt;P&gt;Please show us the "big picture". This looks like a&amp;nbsp;&lt;A href="https://en.wikipedia.org/wiki/XY_problem" target="_blank" rel="noopener"&gt;XY Problem&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 06:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811953#M320326</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-07T06:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811957#M320328</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/337603"&gt;@Brijesh4sas&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thank you but i need to automate it.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Thank you, but we need to UNDERSTAND what you are trying to do. For us to understand, you have to explain, which usually means you have to be generous with information, and provide additional information that we ask for, rather than what you have done so far which is to provide so few words that we don't understand. Please start with the answer to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; 's question and explain what you are trying to do.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;We're trying to help you, but you have to help us too.&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 11:14:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811957#M320328</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-07T11:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811991#M320339</link>
      <description>data appolo nims care;&lt;BR /&gt;set clinical;&lt;BR /&gt;if center ='appolo' then output appolo ;&lt;BR /&gt;if center ='nims' then output nims ;&lt;BR /&gt;if center ='care' then output care ;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;I want to automate this</description>
      <pubDate>Sun, 08 May 2022 12:49:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/811991#M320339</guid>
      <dc:creator>Brijesh4sas</dc:creator>
      <dc:date>2022-05-08T12:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/812001#M320342</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/337603"&gt;@Brijesh4sas&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;data appolo nims care;&lt;BR /&gt;set clinical;&lt;BR /&gt;if center ='appolo' then output appolo ;&lt;BR /&gt;if center ='nims' then output nims ;&lt;BR /&gt;if center ='care' then output care ;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;I want to automate this&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This post is perfectly useless, as does not provide any additional information.&lt;/P&gt;
&lt;P&gt;What for do you think that you need the split datasets?&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 16:00:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/812001#M320342</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-08T16:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/812007#M320347</link>
      <description>Data clinical;&lt;BR /&gt;input center$ trail$ sub adsub;&lt;BR /&gt;cards;&lt;BR /&gt;appolo phase1 67 12&lt;BR /&gt;nims phase1 78 14&lt;BR /&gt;care phase1 34 10&lt;BR /&gt;appolo phase2 267 22&lt;BR /&gt;nims phase2 178 14&lt;BR /&gt;care phase2 234 40&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;i want to create DSN based on var=center</description>
      <pubDate>Sun, 08 May 2022 16:57:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/812007#M320347</guid>
      <dc:creator>Brijesh4sas</dc:creator>
      <dc:date>2022-05-08T16:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/812010#M320348</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Data clinical;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;input center$ trail$ sub adsub;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cards;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;appolo phase1 67 12&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nims phase1 78 14&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;care phase1 34 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;appolo phase2 267 22&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nims phase2 178 14&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;care phase2 234 40&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i want to create DSN based on var=center&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 16:59:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/812010#M320348</guid>
      <dc:creator>Brijesh4sas</dc:creator>
      <dc:date>2022-05-08T16:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/812014#M320351</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="6"&gt;WHAT FOR???&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As already stated, splitting datasets is VERY rarely needed, so what do you intend to do with the resulting datasets?&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 17:07:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/812014#M320351</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-08T17:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/812063#M320369</link>
      <description>yes, resulting datasets</description>
      <pubDate>Mon, 09 May 2022 03:34:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/812063#M320369</guid>
      <dc:creator>Brijesh4sas</dc:creator>
      <dc:date>2022-05-09T03:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: data set creations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/812071#M320376</link>
      <description>&lt;P&gt;I am obviously talking to a brick wall.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 05:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-set-creations/m-p/812071#M320376</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-09T05:10:51Z</dc:date>
    </item>
  </channel>
</rss>

