Search found 15603 matches
- Thu Aug 17, 2006 10:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filter Stage error : Non-pipe (or non-virtual data set)
- Replies: 4
- Views: 1470
- Thu Aug 17, 2006 5:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record count from datasets
- Replies: 7
- Views: 3263
- Thu Aug 17, 2006 5:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 API DOUBLE THE RECORDS
- Replies: 7
- Views: 1422
- Thu Aug 17, 2006 5:01 am
- Forum: General
- Topic: Index Sequential File?
- Replies: 8
- Views: 4390
Re: Index Sequential File?
This would be an ISAM file - take a google on that and you'll get lots of hits.chowmunyee wrote:...Is there anyone heard index sequential file before?...
- Thu Aug 17, 2006 3:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 API DOUBLE THE RECORDS
- Replies: 7
- Views: 1422
- Thu Aug 17, 2006 2:55 am
- Forum: General
- Topic: Stuck on the codes
- Replies: 2
- Views: 2007
In you transform stage you can handle this with constraints. The "good" output would if something like "ISNULL(In.ColA) + ISNULL(In.ColB) = 1". This works because a "true" is returned as a 1 and a "false" as a 0, so you can use normal math on the returned values. If your answer is more than 1 (i.e. ...
- Thu Aug 17, 2006 2:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record count from datasets
- Replies: 7
- Views: 3263
- Thu Aug 17, 2006 2:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Control fatal error (-14) REVISITED
- Replies: 4
- Views: 2338
- Thu Aug 17, 2006 2:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine Variable Limitation
- Replies: 6
- Views: 1603
- Thu Aug 17, 2006 2:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error when running Parallel Job
- Replies: 7
- Views: 3002
Hello Mahesh, I'll trade you an answer for an answer, my question is "Sometimes when I try to start my car a light blinks and it won't start. What is wrong with my car?" On a more serious note, you will need to tell us some more supporting information. What stage is this, how many node configuration...
- Thu Aug 17, 2006 2:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting a Part from the given String
- Replies: 24
- Views: 18295
DataStage has more string functions than you will normally use and doing what you want is quite easy - if you specify the rules. If you are using a "," (comma) to separate component parts of a string then the FIELD() function will let you do that. But you have also stated that your substring can occ...
- Wed Aug 16, 2006 10:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 API DOUBLE THE RECORDS
- Replies: 7
- Views: 1422
- Wed Aug 16, 2006 5:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Portability of Datastage Code?
- Replies: 6
- Views: 1984
- Wed Aug 16, 2006 4:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob -logsum -type -INFO -max 50
- Replies: 5
- Views: 1637
- Tue Aug 15, 2006 11:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: option while loading to database
- Replies: 3
- Views: 553
What a second here - you seem to be forgetting that databases are designed specifically to enable multiple concurrent accesses and have rules built in place to cater for parallel writes to the same record! You will need to use these rules in order to ensure a successful load and there is no reason t...