Search found 53125 matches
- Thu Feb 08, 2007 3:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer Stage Functions
- Replies: 26
- Views: 7014
Because some of the Vn descriptions are embedded (for example row #3) this is a non-trivial task. Do you want to handle V8 as well as V-8 (and, if so, do you want to handle them differently)? This task is easier with a BASIC Transformer stage using a MatchField function. You could, of course, create...
- Thu Feb 08, 2007 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Numeric value out of range
- Replies: 2
- Views: 1062
You're going to have to do the detective work with your data. We can't see it. For example, you might have an int8 column (which can cope with numbers in the range -128 through +127 only), but your job tries to put a number outside this range into the column. That's one form of "numeric value out of...
- Thu Feb 08, 2007 3:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join stage output quantity mismatch query
- Replies: 9
- Views: 1787
- Thu Feb 08, 2007 3:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Script for Cleaning the Log Files
- Replies: 21
- Views: 5667
UVTEMP is a setting in the uvconfig configuration file. You can get its value using the analyze.shm command.
Code: Select all
$DSHOME/bin/analyze.shm -t | grep UVTEMP- Thu Feb 08, 2007 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading data into Time Dimension
- Replies: 14
- Views: 4951
And ALL of those fields except IsHoliday can be generated using DataStage functions - specifically Oconv(). You can even use a before-job subroutine to generate internal format dates in your desired range (job parameters) into a file, then process that file as your source of dates. Holidays, of cour...
- Thu Feb 08, 2007 3:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: clear log
- Replies: 6
- Views: 2563
- Thu Feb 08, 2007 3:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing Values using Environment Variables
- Replies: 8
- Views: 1920
- Thu Feb 08, 2007 3:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date format (last day of previous month)
- Replies: 4
- Views: 2566
Or, slightly simpler:
Code: Select all
DateFromDaysSince(-1, StringToDate(DateToString(DSLink2.col1, "%yyyy-%mm") : '-01', "%yyyy-%mm-%dd")) - Thu Feb 08, 2007 6:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Doubt in the execution of jobs in sequencer
- Replies: 5
- Views: 1316
Are you telling us what actually happened, or what you think will happen? Your job sequence (note, not "sequencer") has no Exception Handler nor any Terminator activity, so why should a failure of Job2 affect Jobs 5, 7 and 8? Do you have "automatically handle activities that fail" checked? Read the ...
- Thu Feb 08, 2007 6:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Manipulating and managing the Template project
- Replies: 6
- Views: 2283
- Thu Feb 08, 2007 6:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Auto Commit Problem
- Replies: 3
- Views: 911
- Thu Feb 08, 2007 6:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine job did not finish OK
- Replies: 15
- Views: 17308
- Thu Feb 08, 2007 6:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Encrypted passwords environment variables problems..
- Replies: 7
- Views: 2142
- Thu Feb 08, 2007 5:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing Values using Environment Variables
- Replies: 8
- Views: 1920
- Thu Feb 08, 2007 5:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Encrypted passwords environment variables problems..
- Replies: 7
- Views: 2142