Search found 53125 matches
- Tue May 13, 2014 4:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Connector Stage - Transaction handling
- Replies: 4
- Views: 2554
- Tue May 13, 2014 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding Business days to a date (i.e Excluding Sat and Sun)
- Replies: 8
- Views: 2377
- Tue May 13, 2014 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WebServices - SSL connection
- Replies: 1
- Views: 1136
- Tue May 13, 2014 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: writing rank
- Replies: 3
- Views: 2183
To calculate a rank within DataStage you need your data to be sorted on the column for which the rank needs to be calculated, and you need two stage variables. The first stage variable returns the rank, and is incremented if the value in the current row is different from the value in that column in ...
- Tue May 13, 2014 4:18 pm
- Forum: General
- Topic: Routine Output to pipe delimited file
- Replies: 3
- Views: 2411
- Tue May 13, 2014 3:25 am
- Forum: General
- Topic: best way to design near real time job/sequence
- Replies: 3
- Views: 722
- Mon May 12, 2014 11:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimals in RCP
- Replies: 12
- Views: 4110
Read the as decimal column in database as varchar in datastage. This way there wont be any unwanted zeros. Similarly, to specify a data type in DataStage one must name the column. Therefore this approach will not work. I suspect what was actually being suggested is CAST columnname AS VARCHAR(size) ...
- Mon May 12, 2014 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimals in RCP
- Replies: 12
- Views: 4110
- Mon May 12, 2014 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Question about Wrapper
- Replies: 6
- Views: 2070
- Mon May 12, 2014 3:07 pm
- Forum: General
- Topic: Routine Output to pipe delimited file
- Replies: 3
- Views: 2411
- Mon May 12, 2014 3:05 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Runtime User for Rules execution
- Replies: 1
- Views: 2321
- Fri May 09, 2014 1:29 am
- Forum: General
- Topic: Datastage Installation
- Replies: 3
- Views: 1355
Did you enter the correct URL? (http://serviceshost:9080/ibm/iis/console)
Is the WebSphere Application Server process running?
Is the WebSphere Application Server process running?
- Thu May 08, 2014 10:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parse data
- Replies: 13
- Views: 5985
- Thu May 08, 2014 10:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parse data
- Replies: 13
- Views: 5985
Fair enough. Then the job could write untransformed data into the flat file that the subroutine processes, and the routine could be invokved as a before-stage subroutine in the second Transformer stage.
Code: Select all
ODBC ----> Transformer ----> SeqFile ----> Transformer ----> SeqFile- Thu May 08, 2014 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: GetLinkRowCount returns 0 for datasets
- Replies: 1
- Views: 1280