No, you are good to go.spuli wrote:Is there a need to buy license to use realtime stages especially XML stage?
Search found 42189 matches
- Thu Apr 09, 2015 12:47 pm
- Forum: General
- Topic: XML Stages/Realtime stages need additional license
- Replies: 2
- Views: 869
Re: XML Stages/Realtime stages need additional license
- Thu Apr 09, 2015 9:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Stage CSV column seperation to Multiple rows
- Replies: 4
- Views: 1445
- Thu Apr 09, 2015 7:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Stage CSV column seperation to Multiple rows
- Replies: 4
- Views: 1445
Welcome. Normally we'd start by asking things like 'what have you tried?' and 'what issues have you seen?'. Show us that you've at least tried to solve your puzzle before you came here and just posted input and output. In this case though, it's just a one word answer: pivot. More specifically: a hor...
- Thu Apr 09, 2015 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sql Server Table- Spl Character - Warning msgs & Phantom
- Replies: 4
- Views: 6001
- Wed Apr 08, 2015 10:49 pm
- Forum: General
- Topic: Run script using multi instance job
- Replies: 3
- Views: 860
- Wed Apr 08, 2015 3:32 pm
- Forum: General
- Topic: Execute n number of jobs at a time
- Replies: 13
- Views: 4872
Looks to be here, copy/paste as a direct link won't work:
http://www-01.ibm.com/support/knowledge ... s/wlm.html
http://www-01.ibm.com/support/knowledge ... s/wlm.html
- Wed Apr 08, 2015 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Incorrect delete record count in job log
- Replies: 12
- Views: 3797
My understanding has always been that it is carried as part of the SQLCA or SQL Communication Area. Not really sure how (or if) one could get access to that in DataStage. Perhaps others do. Last time I recall actually taking advantage of that was way back in my Informix days. ps. Don't really see ho...
- Wed Apr 08, 2015 2:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Google Analytics as a Source
- Replies: 1
- Views: 999
- Wed Apr 08, 2015 2:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Incorrect delete record count in job log
- Replies: 12
- Views: 3797
Technically 8.5 was broken and it has been corrected in 9.1. I know that's not the answer you are looking for but DataStage has always (as in from the earliest versions) reported the number of DML operations sent to the database. Meaning if you send one delete DML it logs it as one 'record' going to...
- Wed Apr 08, 2015 1:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Incorrect delete record count in job log
- Replies: 12
- Views: 3797
- Tue Apr 07, 2015 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: /app/DB2Client/DB2V97/sqllib/db2nodes.cfg' must exist and be
- Replies: 8
- Views: 3968
- Tue Apr 07, 2015 6:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NZ sql script calling
- Replies: 6
- Views: 2876
- Mon Apr 06, 2015 2:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading CSV file with comma and double quotes in Datastage
- Replies: 7
- Views: 7160
- Mon Apr 06, 2015 7:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading CSV file with comma and double quotes in Datastage
- Replies: 7
- Views: 7160
- Mon Apr 06, 2015 6:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading CSV file with comma and double quotes in Datastage
- Replies: 7
- Views: 7160
I'm curious - have you tried to read it yet? If so, what happened? The double-quotes should 'hide' the extra commas and treat them as data. If a Parallel job is having issues, try a Server job as they can handle flat files of that nature better. If for some reason that is not an option, try the Sequ...