Search found 5168 matches
- Tue Jan 02, 2007 4:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 connection required through shell script
- Replies: 4
- Views: 1851
- Tue Jan 02, 2007 4:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Table locks when loading through Teradata Enterprise stage
- Replies: 19
- Views: 12558
- Tue Jan 02, 2007 4:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Table locks when loading through Teradata Enterprise stage
- Replies: 19
- Views: 12558
- Tue Jan 02, 2007 3:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 connection required through shell script
- Replies: 4
- Views: 1851
As Ray mentioned, CALL DSExecute("UNIX",Cmd,OsOutput,OsStatus) you are using BASIC code in shell script. And calling the script from Execute command activity. Either you need to create a BASIC routine to do this or you need to create a shell script which has db2 CONNECT TO database USER userID USING...
- Tue Jan 02, 2007 3:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filtering Look Up Table
- Replies: 6
- Views: 1502
I guess the requirement is same as your other post. http://www.dsxchange.com/viewtopic.php? ... highlight=
- Tue Jan 02, 2007 3:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Function to Replace a string with replacement string ?
- Replies: 11
- Views: 6258
Or as mentioned, google for the C code. http://www.planet-source-code.com/vb/sc ... 0&lngWId=3
- Tue Jan 02, 2007 3:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Function to Replace a string with replacement string ?
- Replies: 11
- Views: 6258
How about if you input is "ABCXYZABCA" Even if the A that present in the last need to be convert to the corresponding caracter decode value, Convert() as mentioned by DSguru2B will be suitable. I wish there should be a way to count the total number of presence of the substring using Count() and loop...
- Tue Jan 02, 2007 3:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim
- Replies: 6
- Views: 1883
Hi Munish, You are doing a transformation by doing a Trim. Lookup stage is build for doing a Lookup. So if you had a quick look into the pdf that are available in you PC Start--.All Programs-->Ascential Datastage-->Online manuals, you can easily identify that there are some other stages like Transfo...
- Tue Jan 02, 2007 3:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_CombinedOperatorController Warning Message
- Replies: 2
- Views: 3116
What is the job design? What is the transformation that you are using in transformer? Possibly you might be using some substring and you might have assigned the resultant to a integer field. Where as the actual result is apprering as character/varchar. If you make a search, you can find many topics ...
- Tue Jan 02, 2007 3:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reject rows thru column derivation
- Replies: 7
- Views: 5613
You can assign the condition check in the derivation of the stage variable. And the same variable can be used for constraints. The stage variable is not mandate, just for better understandability. Once you created a constraints, those rows that doesn't match to the given constraints will be rejected...
- Wed Dec 27, 2006 5:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error inserting null value to fixed width seq file
- Replies: 5
- Views: 3132
- Wed Dec 27, 2006 5:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Preserve sort order - in transformer stage
- Replies: 5
- Views: 3269
- Wed Dec 27, 2006 4:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding aggregator stage
- Replies: 10
- Views: 2337
I still dont get the exact question. In job1 a Aggregator been used and Sum(Sal) is calculated. In next job (Job2) the output of Job1 is used. What is the need to add a new column. If the output is aggregated, the sum(sal) will be available as one of the field. Or if you want to add sum(sal) for cer...
- Wed Dec 27, 2006 12:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup with multiple columns
- Replies: 31
- Views: 8721
I dont have access to PX right no, but you can try using the Condition option available in Lookup stage.
Code: Select all
File.Field1 = Table.Col1 or File.Field1 = '*'......- Tue Dec 26, 2006 6:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Populating user activity variable in a sequencer
- Replies: 14
- Views: 4188