<?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: IBM Cognos to PROC SQL in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487395#M15191</link>
    <description>You make a good point. In some ways, I think that analyzing the SQL (it is&lt;BR /&gt;37 pages long) and trying to piece it together to create in SAS may be&lt;BR /&gt;better.&lt;BR /&gt;</description>
    <pubDate>Thu, 16 Aug 2018 13:10:16 GMT</pubDate>
    <dc:creator>BenCBanks</dc:creator>
    <dc:date>2018-08-16T13:10:16Z</dc:date>
    <item>
      <title>IBM Cognos to PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487354#M15187</link>
      <description>&lt;P&gt;How can I take an extract from IBM Cognos 11 and then put it into SAS to run on the data? Is this possible? They obviously have different syntaxes, which is the difficult part.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 11:46:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487354#M15187</guid>
      <dc:creator>BenCBanks</dc:creator>
      <dc:date>2018-08-16T11:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: IBM Cognos to PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487381#M15188</link>
      <description>&lt;P&gt;An extract of what, SQL script, data?&amp;nbsp; If its data then follow standard import.&amp;nbsp; If its SQL script then yes you would need to assess the code, what is base ANSI SQL, and what is Cognos specific (i.e. most DB's provide their own sets of functions, these are not cross compatible).&amp;nbsp; Other than that not sure what&amp;nbsp;I can say with limited information.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 12:29:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487381#M15188</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-08-16T12:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: IBM Cognos to PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487388#M15189</link>
      <description>Yes, I have the option to extract the "generated SQL" in either "native&lt;BR /&gt;SQL" or "IBM Cognos SQL"-- and then I want to paste it in SAS because I&lt;BR /&gt;have access to the same tables in a library in SAS that Cognos is pulling&lt;BR /&gt;from.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Aug 2018 12:43:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487388#M15189</guid>
      <dc:creator>BenCBanks</dc:creator>
      <dc:date>2018-08-16T12:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: IBM Cognos to PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487393#M15190</link>
      <description>&lt;P&gt;Depends what "native" SQL is.&amp;nbsp; I would assume that is with all the functions and what not expanded out, which may make a lot of code.&amp;nbsp; Try it and see what you get.&amp;nbsp; End of the day, your most likely better off understand what is required (and here is where documentation comes in handy) and then see how much can be easily transposed across - SAS has a lot of operations which are very simple there which are very hard in SQL for instance, so analysis of the code may yield better, faster code.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 13:04:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487393#M15190</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-08-16T13:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: IBM Cognos to PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487395#M15191</link>
      <description>You make a good point. In some ways, I think that analyzing the SQL (it is&lt;BR /&gt;37 pages long) and trying to piece it together to create in SAS may be&lt;BR /&gt;better.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Aug 2018 13:10:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487395#M15191</guid>
      <dc:creator>BenCBanks</dc:creator>
      <dc:date>2018-08-16T13:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: IBM Cognos to PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487407#M15192</link>
      <description>&lt;P&gt;You could model it using a graph like system, might help visualise the SQL and easier to break down.&amp;nbsp; Just a quick search resulted in this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://app.sqldep.com/queryscope/demo/" target="_blank"&gt;https://app.sqldep.com/queryscope/demo/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Looks quite fun, but $15 a month.&amp;nbsp; Probably simpler to build it yourself using boxes or clip art in Excel.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 13:28:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487407#M15192</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-08-16T13:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: IBM Cognos to PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487596#M15207</link>
      <description>&lt;P&gt;If your&amp;nbsp;&lt;SPAN&gt;"native&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;SQL" is from a back-end relational database you may be able to drop it into a SAS SQL passthru query/ies and run it virtually unchanged. It depends what it is doing, whether it is creating tables or just producing a result set.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 22:38:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/IBM-Cognos-to-PROC-SQL/m-p/487596#M15207</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-08-16T22:38:46Z</dc:date>
    </item>
  </channel>
</rss>

