<?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: Re: Re: JDBC Connector to Cobol - URL path in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698874#M676316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where you've downloaded the program?? The only working solution is the actual trial download from our website! All other versions hanging around sonewhere are not legal nor supported anymore. However, your problem is not related to 32bit or 64bit version!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2014 09:39:07 GMT</pubDate>
    <dc:creator>rbecher</dc:creator>
    <dc:date>2014-07-31T09:39:07Z</dc:date>
    <item>
      <title>JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698866#M676304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to connect to files created in cobol.&lt;/P&gt;&lt;P&gt;For that, I installed the jdbc connector (32bit) and used the library file Cobol_JDBC30.jar.&lt;/P&gt;&lt;P&gt;After which I was able to see the JDBCConnector.dll (32) in the list of databases in the edit script.&lt;/P&gt;&lt;P&gt;It's now asking for a url to be configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone provide some tips for how to create this url ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 13:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698866#M676304</guid>
      <dc:creator />
      <dc:date>2014-07-02T13:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698867#M676306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jean-Pierre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will find everything on the HXTT site:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.hxtt.com/cobol/installation.html#url" title="http://www.hxtt.com/cobol/installation.html#url"&gt;installation.html - HXTT Cobol JDBC Drivers for Cobol FB VB data file v2.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's very dependend on the COBOL dialect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 08:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698867#M676306</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-07-04T08:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698868#M676308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for your answer, the url works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer uses Cobol MicroFocus version 5.&lt;/P&gt;&lt;P&gt;Files created are .dat files (but cannot be read as Table Files) with an index file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the attached error, we either need files with specific extensions or a Create Table statement.&lt;/P&gt;&lt;P&gt;I doubt that we can get those extensions, but I'll be checking that later today on client site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, c&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;an you suggest a skeleton code of how to include the sql "create table" statement within the qv script ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 09:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698868#M676308</guid>
      <dc:creator />
      <dc:date>2014-07-22T09:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698869#M676309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attaching a sample cobol file (dat and idx).&lt;/P&gt;&lt;P&gt;Appreciate suggestions of how to load it into QV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 13:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698869#M676309</guid>
      <dc:creator />
      <dc:date>2014-07-24T13:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698870#M676311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you will need a copybook file (cpy) also to describe the data structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 15:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698870#M676311</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-07-24T15:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698871#M676313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx Ralf.&lt;/P&gt;&lt;P&gt;As you suggested, I just had to add the .cpy named same as the cobol data file and the reload worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I got a little more complex file regarding its structure with one of the fields declared as:&lt;/P&gt;&lt;P&gt;02 ragtab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03 ragmon pic s9(14)v999 occurs 12 times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems that the connector doesn't recognize it, and the reload is creating 1 field (ragmon) with all values similar to: [Ljava.lang.Object;@bb1bc4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried using a newer library Cobol_JDBC40.jar (instead of Cobol_JDBC30) but I got this error:&lt;/P&gt;&lt;P&gt;Failed to load table WRAG000:Unsupported index file format 3 now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you come across such case ?&lt;/P&gt;&lt;P&gt;Is there any workaround or new library/driver that may recognize the "occurs" syntax ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your time and help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 08:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698871#M676313</guid>
      <dc:creator />
      <dc:date>2014-07-30T08:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698872#M676314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cannot say what the reason is, this has worked before. Could be a config problem or a case for our professional services.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 09:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698872#M676314</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-07-30T09:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698873#M676315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see, so if the demo file on your community blog works fine for "occurs", the difference is using the 64-bit connector (JDBCConnector_x64.dll).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded a 64-bit version of the jvm.dll from a website and replaced the one under &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;C:\Program Files (x86)\Java\jre7\bin\client&lt;/SPAN&gt; and placed it also under C:\Windows\SysWOW64.&lt;/P&gt;&lt;P&gt;However I'm not able to fully register the dll (regsvr32 command) as I'm getting below error:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Regsvr32 jvm.jpg" class="jive-image" src="/legacyfs/online/63464_Regsvr32 jvm.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd be thankful if you can confirm that the "occurs" syntax works or doesn't work with a 32-bit connector.&lt;/P&gt;&lt;P&gt;And how can I get the 64-bit dll to work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 09:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698873#M676315</guid>
      <dc:creator />
      <dc:date>2014-07-31T09:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698874#M676316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where you've downloaded the program?? The only working solution is the actual trial download from our website! All other versions hanging around sonewhere are not legal nor supported anymore. However, your problem is not related to 32bit or 64bit version!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 09:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698874#M676316</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-07-31T09:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698875#M676317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Btw the program comes with an comfortable installer, no need for dll hacking. If you want to try the trial you have to remove and deregister all former versions..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 09:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698875#M676317</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-07-31T09:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698876#M676318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Surely Ralf, that's not the intention at all.&lt;/P&gt;&lt;P&gt;And I already have java installed from java website (java 7 update 60). So jvm.dll was already there and I replaced this file alone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I first tried using the 64-bit connector within QV, I was getting an error:&lt;/P&gt;&lt;P&gt;"Can't load the jvm.dll. Please make sure it's properly configured."&lt;/P&gt;&lt;P&gt;However the 32-bit worked fine except for the "occurs" syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was a suggestion from someone who had same problem within oracle to replace the jvm with a 64-bit version and it appeared to be logical having the above error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as per your reply, do you suggest I uninstall java-related software and reinstall your connector ?&lt;/P&gt;&lt;P&gt;I don't have any previous jdbc connector installations, the trial connector is the first one I install on my laptop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 10:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698876#M676318</guid>
      <dc:creator />
      <dc:date>2014-07-31T10:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698877#M676319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can deinstall the connector, install Java 64bit, reinstall the connector. But, as I said I guess the issue is not related to this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 10:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698877#M676319</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-07-31T10:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698878#M676320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed, after installing java 64-bit, I was able to choose related connector and reload data.&lt;/P&gt;&lt;P&gt;However I still get the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;[Ljava.lang.Object;@bb1bc4&lt;/SPAN&gt; in the field declared as "occurs".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are my options now to make this work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 13:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698878#M676320</guid>
      <dc:creator />
      <dc:date>2014-07-31T13:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698879#M676321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said earlier our professional services could investigate the issue and could probably build a solution..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 17:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698879#M676321</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-07-31T17:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698880#M676322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further to the above and to discuss how your professional services could investigate this issue, please provide me with your email address such that we discuss next steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 09:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698880#M676322</guid>
      <dc:creator />
      <dc:date>2014-08-05T09:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698881#M676323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;this is my email address: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:ralf.becher@tiq-solutions.de"&gt;ralf.becher@tiq-solutions.de&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 09:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698881#M676323</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-08-05T09:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698882#M676324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To unnest OCCURS n TIMES columns you have to address them by index in the SELECT statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT mycolumn(0) as mycolumn1, mycolumn(1) as mycolumn2, ... etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 15:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698882#M676324</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-08-13T15:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698883#M676325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your help Ralf &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Adding a select statement and explicitly listing the array fields solved it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 15:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698883#M676325</guid>
      <dc:creator />
      <dc:date>2014-08-14T15:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698884#M676326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf, Im having troubles making a conecction to dat files, made it with PowerCobol, dosnt have idx file or cpy files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I select all columns without know it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 17:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698884#M676326</guid>
      <dc:creator />
      <dc:date>2014-08-14T17:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Connector to Cobol - URL path</title>
      <link>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698885#M676327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you made the file I guess you have the data structure somewhere in the code and you can store it as cpy file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 18:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JDBC-Connector-to-Cobol-URL-path/m-p/698885#M676327</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-08-14T18:31:50Z</dc:date>
    </item>
  </channel>
</rss>

