Search found 42189 matches
- Mon Nov 20, 2006 10:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Complex XML output generation
- Replies: 5
- Views: 1694
Interesting... memory is a harsh mistress. I thought all the tips we got on how to handle situations like yours was in the pdf document I mentioned. Now that I actually go back through it, I see that wasn't the case. Going back through my collection of DataStage flotsam and jetsam, I found that what...
- Mon Nov 20, 2006 10:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User Status
- Replies: 19
- Views: 6948
- Mon Nov 20, 2006 7:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User defined SQL issues - AKA: am I making this too hard??
- Replies: 13
- Views: 4047
Re: User defined SQL issues - AKA: am I making this too hard
1. In steps 4 & 5, I cannot seem to use parameters in the tablename portion of the user defined query. For example, one of my tables goes as follows: UPDATE UCWS.ADM_ACCT_PERIOD SET TRIGGER_STATUS = '0' WHERE UCWS.ADM_ACCT_PERIOD.SEQ_NUM = ? AND UCWS.ADM_ACCT_PERIOD.STATUS_FLAG IN (1,2)...
- Mon Nov 20, 2006 6:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: schedule every last friday of the month
- Replies: 4
- Views: 1761
Is this related to this thread by any chance?
- Mon Nov 20, 2006 6:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: New Version of Datastage
- Replies: 14
- Views: 3941
- Mon Nov 20, 2006 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to create a USER
- Replies: 10
- Views: 3520
- Mon Nov 20, 2006 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Scheduling of a Job
- Replies: 15
- Views: 4170
You can build a routine to take a date as one of three inputs and then check to see if it is the "Xth Y" of that month. We built one that will generically handle any occurance of any day name... however, didn't set it up for 'Last' - just 1st Monday, 2nd Friday, etc. We then run a Sequence every day...
- Mon Nov 20, 2006 2:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Scheduling of a Job
- Replies: 15
- Views: 4170
- Mon Nov 20, 2006 2:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User Status
- Replies: 19
- Views: 6948
- Mon Nov 20, 2006 1:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User Status
- Replies: 19
- Views: 6948
Huh... quite a number of posts on the subject that a search should turn up. This one, for example.
- Mon Nov 20, 2006 11:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The property window of job activity stage
- Replies: 11
- Views: 2538
- Mon Nov 20, 2006 10:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Complex XML output generation
- Replies: 5
- Views: 1694
- Mon Nov 20, 2006 8:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: difference between oracle oci 8i and 9i
- Replies: 7
- Views: 2165
- Mon Nov 20, 2006 8:14 am
- Forum: General
- Topic: Using DDL (Create table) script in OCI o/p Stage
- Replies: 6
- Views: 3063
Wouldn't be a problem, per se. Make sure both the DDL and the DML statements use the same table name job parameter. You'll also need a DROP TABLE command or this will only work once - after that you'll get an 'Object already exists' error. Also, make sure the stage generates the DDL and not you, oth...
- Mon Nov 20, 2006 8:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Controller problem: Error calling DSSetParam
- Replies: 4
- Views: 9944
I believe that actually leaving required fields (like Date or Integer) empty in a Job Activity stage when they have no default in the actual job will generate a compiler error. You'll also see this particular 'not appropriate' error if you supply a parameter value to a List and it's not in the list ...