<?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: Accessing data on Mainframes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accessing-data-on-Mainframes/m-p/599434#M1119101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Thanks for your input. I have a background in legacy systems and have come across a lot of these systems in financial institutions so assumed there must be a way of pulling data easily from these host systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Feb 2014 11:21:18 GMT</pubDate>
    <dc:creator>ngulliver</dc:creator>
    <dc:date>2014-02-03T11:21:18Z</dc:date>
    <item>
      <title>Accessing data on Mainframes</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-data-on-Mainframes/m-p/599430#M1119097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can anyone recommend the best way of accessing data on the following:&lt;/P&gt;&lt;P&gt;IBM 3270 mainframe&lt;/P&gt;&lt;P&gt;AS400&lt;/P&gt;&lt;P&gt;RS6000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can they all be accessed using ODBC connection ? Or do they require effort on their part to send data out into a compatible format ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-data-on-Mainframes/m-p/599430#M1119097</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2014-02-03T10:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing data on Mainframes</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-data-on-Mainframes/m-p/599431#M1119098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this document: &lt;A href="https://community.qlik.com/docs/DOC-3298"&gt;Mainframe Database Connectivity&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-data-on-Mainframes/m-p/599431#M1119098</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-03T10:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing data on Mainframes</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-data-on-Mainframes/m-p/599432#M1119099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not an IBM expert (my expertise is DEC) but we do run Lawson M3 on an IBM i-Series and extract the data with no problems at all. We have the System i Access for Windows client, and this allows us to define connections using the windows ODBC administrator. Just point to the SQL default library and the library list to the relevant IBM library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SRT.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/52488_SRT.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you need to add a connection string. This was the only part where we had to do a bit of Google searching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=IBMDA400.DataSource.1;Persist Security Info=True;User ID=***USERNAME***;Password=***PASSWORD***;Data Source=LAWSONDR;Protection Level=None;Extended Properties="";Initial Catalog=LAWSONDR;Transport Product=Client Access;SSL=DEFAULT;Force Translate=65535;Default Collection=REPORTING;Convert Date Time To Char=TRUE;Catalog Library List=M3DDTAPRD;Cursor Sensitivity=3;Use SQL Packages=False;SQL Package Library Name="";SQL Package Name="";Add statements to SQL package=True;Unusable SQL Package Action=1;Block Fetch=True;Data Compression=True;Sort Sequence=0;&lt;BR /&gt;Sort Table="";Sort Language ID="";Query Options File Library="";Trace=0;Hex Parser Option=0;Maximum Decimal Precision=31;Maximum Decimal Scale=31;Minimum Divide Scale=0;Library List=M3DDTAPRD;Naming Convention=0;Query Optimize Goal=0;Query Storage Limit=-1;Handle Numeric Data Errors=1;Keep Trailing Blanks=False;Application Name=QvConnect32.EXE;Decfloat Rounding Mode=0;Decfloat Error Option=0;Client User ID="";Client WorkStation Name="";Client Program ID="";Client Accounting="";Block Size=0];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are probably a number of unnecessary fields in here, and many where we are simply including default values, but I'm not an expert, and if it works ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this it's simply a matter of :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;MRTRNR as DistOrder,&lt;BR /&gt;MRITNO as Item,&lt;BR /&gt;Left(MRITNO,3) as M3Category,&lt;BR /&gt;Left(MRITNO,11) as StyleColour,&lt;BR /&gt;MRTRQT-MRRPQT as DOQTY,&lt;BR /&gt;MGRIDT as DODate1,&lt;BR /&gt;MGTRDT as DODate2,&lt;BR /&gt;num(MakeDate(Left(MGRIDT,4),mid(MGRIDT,5,2),mid(MGRIDT,7,2))) as DODate&lt;/P&gt;&lt;P&gt;;&lt;BR /&gt;SQL SELECT MRTRNR, MRITNO, MRTRQT, MRRPQT, MGRIDT, MGTRDT&lt;BR /&gt;from M3DDTAPRD.MGLINE&lt;BR /&gt;join M3DDTAPRD.MGHEAD on MGCONO=MRCONO and MGTRNR=MRTRNR&lt;BR /&gt;where MRCONO='1' and MGTWLO='X01' and MRTRQT&amp;gt;MRRPQT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... and away you go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-data-on-Mainframes/m-p/599432#M1119099</guid>
      <dc:creator />
      <dc:date>2014-02-03T10:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing data on Mainframes</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-data-on-Mainframes/m-p/599433#M1119100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will mostly be legacy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have it converted to text files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Build a dashboard from text files as source and then do away with the Mainframe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 11:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-data-on-Mainframes/m-p/599433#M1119100</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-02-03T11:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing data on Mainframes</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-data-on-Mainframes/m-p/599434#M1119101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Thanks for your input. I have a background in legacy systems and have come across a lot of these systems in financial institutions so assumed there must be a way of pulling data easily from these host systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 11:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-data-on-Mainframes/m-p/599434#M1119101</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2014-02-03T11:21:18Z</dc:date>
    </item>
  </channel>
</rss>

