Search found 42189 matches
- Thu Jan 22, 2009 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer constraints
- Replies: 3
- Views: 1138
- Thu Jan 22, 2009 12:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Execute dsjob command from client machine
- Replies: 25
- Views: 8614
- Thu Jan 22, 2009 11:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Execute dsjob command from client machine
- Replies: 25
- Views: 8614
- Thu Jan 22, 2009 11:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Execute dsjob command from client machine
- Replies: 25
- Views: 8614
- Thu Jan 22, 2009 11:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to abend a job that has Oracle insert/update rejects?
- Replies: 12
- Views: 6507
- Thu Jan 22, 2009 10:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Store Procedure
- Replies: 3
- Views: 1304
Yes, you should be getting the standard DataStage return values from the job: 1 = Finished OK 2 = Finished (see log) 3 = Aborted Etc. Can you check inside BMC what the actual return code is and verify that it knows a 1 is ok? Out of the box they typically want a 0 for success, from what I've seen. A...
- Thu Jan 22, 2009 10:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update Hash file / Update hashedfile
- Replies: 12
- Views: 4790
- Thu Jan 22, 2009 10:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Store Procedure
- Replies: 3
- Views: 1304
Depends on the options you used in dsjob when scheduling. The -jobstatus option returns the 1 for OK you are looking for, without that a zero indicates success. ps. Got nothing to do with the fact that your job runs a stored procedure, this applies across the board to all jobs regardless of their de...
- Thu Jan 22, 2009 10:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: is the any possible of passing parameter value
- Replies: 10
- Views: 4790
- Thu Jan 22, 2009 9:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automation of daily file load into Oracle table.
- Replies: 4
- Views: 1638
I prefer simply looking for whatever files are there on any given day and moving / archiving them elsewhere when complete. That way you don't have to worry about your date getting out of sync and you can process multiple files on any given day if need be. You may only need to track what days you've ...
- Thu Jan 22, 2009 8:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: .dsx file
- Replies: 2
- Views: 1448
- Thu Jan 22, 2009 8:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automation of daily file load into Oracle table.
- Replies: 4
- Views: 1638
- Thu Jan 22, 2009 6:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing Universe table definitions
- Replies: 4
- Views: 1879
- Thu Jan 22, 2009 6:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of Oracle Sequence on multiple instance jobs
- Replies: 2
- Views: 1012
- Thu Jan 22, 2009 6:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update Hash file / Update hashedfile
- Replies: 12
- Views: 4790
Hmmm... three questions, all with the same answer: no. Not sure what's going on, but I'm curious - why are you going to all this trouble when you could simply do a reference lookup to the hashed file, get all of the current values for that key, update the ones you need and then write the entire reco...