Ah... nothing like a little revisionist history.
Search found 42189 matches
- Fri Apr 13, 2007 2:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Leap year
- Replies: 11
- Views: 4545
- Fri Apr 13, 2007 1:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job debugging
- Replies: 7
- Views: 3916
You cannot selectively disable links and stages, other than sending nothing down a stream, using @FALSE constraint. Sure you can! Think job parameters. One per link or situation, setting it to true or false, yes or no - whatever makes sense to you. Then add it to your constraint - blab blah blah AN...
- Fri Apr 13, 2007 1:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Leap year
- Replies: 11
- Views: 4545
- Fri Apr 13, 2007 12:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reset the Job status
- Replies: 8
- Views: 1856
That helps explain what's going on, but that being said I don't have that issue with multi-instances jobs - they still show the 'Clear status' option as enabled for me. If you do the 'Clear' from the main job itself, all of the 'instance' information will be removed. If nothing is actually running, ...
- Fri Apr 13, 2007 12:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reset the Job status
- Replies: 8
- Views: 1856
- Fri Apr 13, 2007 10:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bulk load
- Replies: 13
- Views: 3483
- Fri Apr 13, 2007 10:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clearing HashFiles
- Replies: 12
- Views: 2327
- Fri Apr 13, 2007 10:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed Width file
- Replies: 4
- Views: 1223
- Fri Apr 13, 2007 10:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: passing a parameter inside After-job Subroutine
- Replies: 25
- Views: 5318
- Fri Apr 13, 2007 10:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed Width file
- Replies: 4
- Views: 1223
Not positive this will work with fixed-width files, but the 'missing' columns must be from the end of the record and not somewhere in the 'middle'. If that's the case, try enabling the 'Suppress row truncation warnings' option on the Format tab. Assuming this is a Server job as you've marked the post.
- Fri Apr 13, 2007 9:37 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Getting file names for Extracts
- Replies: 3
- Views: 2391
- Fri Apr 13, 2007 8:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence and ORA-00942: table or view does not exist
- Replies: 5
- Views: 2432
Re: Sequence and ORA-00942: table or view does not exist
ponzio wrote:The sequence parameters are linked properly to the job parameters.
No, they're not or you wouldn't be having this issue. Double-check. Heck, triple-check. Both the 'linkage' and the values being passed.
- Fri Apr 13, 2007 8:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Leap year
- Replies: 11
- Views: 4545
While you could write specific 'is this a leap year' code, you might also want to consider the following. For your year in question, get the number of days between '01/01/xxxx' and '12/31/xxxx' and use that number for the multiplier. IConv and subtract. Note I haven't actually tried it, just one of ...
- Fri Apr 13, 2007 7:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multirow lookup between an hashed file and an oledb stage
- Replies: 7
- Views: 1553
- Fri Apr 13, 2007 7:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ouput to Excel on Multiple Sheets
- Replies: 18
- Views: 5517