<?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: Read data from Qlikview in to sas in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Read-data-from-Qlikview-in-to-sas/m-p/1352174#M828810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this is helpful for you: &lt;A href="https://community.qlik.com/t5/forums/searchpage/tab/message?q=qvx&amp;amp;type=document"&gt;https://community.qlik.com/search.jspa?q=qvx&amp;amp;type=document&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Jun 2017 05:23:53 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2017-06-24T05:23:53Z</dc:date>
    <item>
      <title>Read data from Qlikview in to sas</title>
      <link>https://community.qlik.com/t5/QlikView/Read-data-from-Qlikview-in-to-sas/m-p/1352171#M828807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 14px; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: #f3f3f3;"&gt;Hi guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: #f3f3f3;"&gt;I have a QVX data file like that&lt;/P&gt;&lt;P style="font-size: 14px; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: #f3f3f3;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1294044-167955/Capture.PNG" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="266" src="https://community.qlik.com/legacyfs/online/167956_Capture.PNG" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="697" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: #f3f3f3;"&gt;The file includes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: #f3f3f3;"&gt;-An XML formatted table header, after loading XML table header in SAS SYSTEM, i received some SAS datasets that describe about structure of QVX data file, i made empty SAS dataset that correspond with structure of QVX data file.&lt;/P&gt;&lt;P style="font-size: 14px; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: #f3f3f3;"&gt;-The actual data like that: " &lt;SPAN class="fontstyle0" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;à@ à@ à@ @ ÁZ¦EÀ ÁZ¦EÀÁZ¦EÀ&lt;/SPAN&gt; ", but i don't know what is format data is stored in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: #f3f3f3;"&gt;Now i need load actual data into this empty sasdataset, but i don't know how can i do. &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;I tried&lt;/SPAN&gt; using ''READING BYNARY DATA" with using statement INFILE and INPUT, but my implements aren't successful because very hard determine Binary Informat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: #f3f3f3;"&gt;Can somebody give me suggestion ? thank so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-data-from-Qlikview-in-to-sas/m-p/1352171#M828807</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Read data from Qlikview in to sas</title>
      <link>https://community.qlik.com/t5/QlikView/Read-data-from-Qlikview-in-to-sas/m-p/1352172#M828808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not just storing the data as csv-file and loading this into your SAS? And I could imagine that a csv-load would be faster as the QVX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 17:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-data-from-Qlikview-in-to-sas/m-p/1352172#M828808</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-06-23T17:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Read data from Qlikview in to sas</title>
      <link>https://community.qlik.com/t5/QlikView/Read-data-from-Qlikview-in-to-sas/m-p/1352173#M828809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank sir !&lt;/P&gt;&lt;P&gt;i know storing as a csv file and loading this in to sas is easier way but my leader don't accept me doing by this way because i am student and now i am studying SAS.&lt;/P&gt;&lt;P&gt;Main question is &lt;SPAN style="color: #333333; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; background-color: #f3f3f3;"&gt;what is format data is stored in?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; background-color: #f3f3f3;"&gt;if you know&amp;nbsp; answer me please !&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 19:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-data-from-Qlikview-in-to-sas/m-p/1352173#M828809</guid>
      <dc:creator />
      <dc:date>2017-06-23T19:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Read data from Qlikview in to sas</title>
      <link>https://community.qlik.com/t5/QlikView/Read-data-from-Qlikview-in-to-sas/m-p/1352174#M828810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this is helpful for you: &lt;A href="https://community.qlik.com/t5/forums/searchpage/tab/message?q=qvx&amp;amp;type=document"&gt;https://community.qlik.com/search.jspa?q=qvx&amp;amp;type=document&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jun 2017 05:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-data-from-Qlikview-in-to-sas/m-p/1352174#M828810</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-06-24T05:23:53Z</dc:date>
    </item>
  </channel>
</rss>

