Search found 42189 matches
- Sun May 24, 2015 6:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Blank Rows are not Read by Datastage
- Replies: 4
- Views: 1494
- Sun May 24, 2015 6:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Blank Rows are not Read by Datastage
- Replies: 4
- Views: 1494
- Sun May 24, 2015 6:52 am
- Forum: General
- Topic: XMETA, Oracle 12c RAC and PDB issue
- Replies: 2
- Views: 1057
- Sat May 23, 2015 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Repeat the value of the first line of each group
- Replies: 2
- Views: 814
- Sat May 23, 2015 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compare the current row to previous row
- Replies: 2
- Views: 2195
Short answer is yes.
This article might help with the whole record approach. You should also become very familiar with stage variables as they can be used to hold previous values (including a complete record string) since they are evaluated in order from top to bottom.
This article might help with the whole record approach. You should also become very familiar with stage variables as they can be used to hold previous values (including a complete record string) since they are evaluated in order from top to bottom.
- Sat May 23, 2015 3:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Set the value of a Variable using a Variable
- Replies: 5
- Views: 1519
Yes... and no.
WITH another variable: yes
IN another variable: no
WITH another variable: yes
IN another variable: no
Code: Select all
vCheck=
If Col1=1 then vReference=Col1 <- not good
Else vReference <- good- Sat May 23, 2015 2:59 pm
- Forum: General
- Topic: Code on that checks if a file exists in a FTP Server
- Replies: 3
- Views: 1110
- Fri May 22, 2015 6:02 pm
- Forum: General
- Topic: Sequencer was entered, but never exited
- Replies: 4
- Views: 2269
As noted, if you have an All sequencer with multiple input links and not all triggers on the incoming links 'fire' but some do, then the sequencer cannot 'fire' as well... it becomes entered but not exited when the sequence job itself runs out of things to do. And that doesn't mean the sequence job ...
- Fri May 22, 2015 9:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: [IBM][CLI Driver] CLI0143E Invalid precision value
- Replies: 7
- Views: 6146
- Fri May 22, 2015 9:16 am
- Forum: General
- Topic: version migration from 8.1 to 11.3
- Replies: 3
- Views: 2210
Re: version migration from 8.1 to 11.3
You'll have to test everything since functions change over time and bugs are smashed (that you may be unknowingly taking advantage of) but the short answer is 'yes'.esivaprasad wrote:Taking all jobs export from 8.1 and directly importing into 11.3 version and compiling all jobs, it will work ?
- Fri May 22, 2015 9:14 am
- Forum: General
- Topic: Code on that checks if a file exists in a FTP Server
- Replies: 3
- Views: 1110
- Fri May 22, 2015 9:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: [IBM][CLI Driver] CLI0143E Invalid precision value
- Replies: 7
- Views: 6146
- Fri May 22, 2015 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: [IBM][CLI Driver] CLI0143E Invalid precision value
- Replies: 7
- Views: 6146
- Thu May 21, 2015 5:40 pm
- Forum:
- Topic: Shouldn't the dev catalog have query building capabilities?
- Replies: 10
- Views: 10629
- Thu May 21, 2015 11:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to load attributes in xml tag using xmlstage
- Replies: 10
- Views: 3005