<?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 how to fetch data from VSAM, DL1 and DB2 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470333#M697721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a difficulty trying to fetch data from three diffrent sources so please advice as per your experiences how can i fetch data from VSAM, DL1 and DB2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2013 09:13:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-01-30T09:13:20Z</dc:date>
    <item>
      <title>how to fetch data from VSAM, DL1 and DB2</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470333#M697721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a difficulty trying to fetch data from three diffrent sources so please advice as per your experiences how can i fetch data from VSAM, DL1 and DB2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 09:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470333#M697721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-30T09:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to fetch data from VSAM, DL1 and DB2</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470334#M697722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muhammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need middleware to make a direct connection. As was previously mentioned: &lt;/P&gt;&lt;P&gt;- Progress DataDirect for VSAM &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: #1f497d;"&gt;&lt;A href="http://www.datadirect.com/support-data-sources/mainframe/databases/vsam.html"&gt;http://www.datadirect.com/support-data-sources/mainframe/databases/vsam.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: #1f497d;"&gt;- Microsoft BizTalk Host Integration server&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: #1f497d;"&gt;&lt;A class="loading" href="http://www.microsoft.com/biztalk/en/us/host-integration.aspx" title="http://www.microsoft.com/biztalk/en/us/host-integration.aspx"&gt;http://www.microsoft.com/biztalk/en/us/host-integration.aspx&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: #1f497d;"&gt;Please be aware that you may need codepage translation (also from flat file exports of these systems) from EBCDIC into UTF-8 or ASCII.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: #1f497d;"&gt;Here's a script example of loading COBOL data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;@startpos:endpos represents the start and end positions of a field in a &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;file with fixed length records. The positions must both be positive integers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;The two numbers must be preceded by "@" and separated by a colon. The &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;numbering is always made from 1 and up to the number of positions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If @startpos:endpos is immediately followed by the characters I or U, the &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;bytes read will be interpreted as a binary signed (I) or unsigned (U) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;integer (Intel byte order). The number of positions read must be 1, 2 or 4. &lt;/P&gt;&lt;P&gt;&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;If @startpos:endpos is immediately followed by the character R, the bytes &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;read will be interpreted as a binary real number (IEEE 32-bit or 64 bit &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;floating point). The number of positions read must be 4 or 8. &lt;/P&gt;&lt;P&gt;&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;If @startpos:endpos is immediately followed by the character B, the bytes &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;read will be interpreted as a BCD (Binary Coded Decimal) numbers according &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;to the COMP-3 standard. Any number of bytes may be specified. &lt;/P&gt;&lt;P&gt;&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;The codepage parameter can be used to specify that the source data is EBCDIC.&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[preuba]:&lt;/P&gt;&lt;P&gt;LOAD RowNo() as RowId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1:3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as alphanumeric,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// PIC X(3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4:7B /100&amp;nbsp;&amp;nbsp; as numeric&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// PIC S9(5)V99 COMP-3&lt;/P&gt;&lt;P&gt;FROM [prueba.txt]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (fix, codepage is 500, record is 7)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 12:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470334#M697722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-30T12:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to fetch data from VSAM, DL1 and DB2</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470335#M697723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muhammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it could be possible without a middleware by using the QlikView JDBC Connector with the HXTT Cobol driver. You can take a look here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reading COBOL sources via JDBC directly&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/docs/DOC-2904" title="http://community.qlik.com/docs/DOC-2904"&gt;http://community.qlik.com/docs/DOC-2904&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 12:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470335#M697723</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-01-30T12:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to fetch data from VSAM, DL1 and DB2</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470336#M697724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have u tested this connector with the VSAM and pl1 as there is a difference between VSAM and cobol files.&lt;/P&gt;&lt;P&gt;VSAM files are files that have index structures associated with them. The indexes are embedded within the data file. one needs to access such files through an access layer to propery read/manipulate the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 16:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470336#M697724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-30T16:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to fetch data from VSAM, DL1 and DB2</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470337#M697725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i've already looked into the Middleware&amp;nbsp; you mentioned from datadirect. I will check this Microsoft Biz Talk and let you know . Also you mentioned &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;EBCDIC file i think we currently are not working on that.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 16:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470337#M697725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-30T16:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to fetch data from VSAM, DL1 and DB2</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470338#M697726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't, and maybe you're right. Btw, I' found something at IBM that might be related:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VSE Connector Client (including JDBC driver for VSAM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://www-03.ibm.com/systems/z/os/zvse/products/connectors.html#conn" title="http://www-03.ibm.com/systems/z/os/zvse/products/connectors.html#conn"&gt;http://www-03.ibm.com/systems/z/os/zvse/products/connectors.html#conn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 16:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470338#M697726</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-01-30T16:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to fetch data from VSAM, DL1 and DB2</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470339#M697727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For DB2, you need an ODBC driver. There are a number of drivers available, from IBM, MS, DataDirect and other vendors. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For direct DL1, you'll need some middleware like the VSAM example. DL1 does not provide a relational view out of the box. You can use the IBM Federation Server and there are other vendor solutions available to create an "SQL View" of DL1 databases. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A typical approach for DL1 without middleware is to write extract programs to extract to flat files and do the QV load from there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 16:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470339#M697727</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-01-30T16:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to fetch data from VSAM, DL1 and DB2</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470340#M697728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob for&amp;nbsp; your Advise i will surely try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 17:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-fetch-data-from-VSAM-DL1-and-DB2/m-p/470340#M697728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-30T17:44:31Z</dc:date>
    </item>
  </channel>
</rss>

