Search found 42189 matches

by chulett
Mon Dec 27, 2010 10:23 pm
Forum: Site/Forum
Topic: 30K for Craig
Replies: 7
Views: 5303

Stop it you. :wink:
by chulett
Mon Dec 27, 2010 5:37 pm
Forum: Site/Forum
Topic: 30K for Craig
Replies: 7
Views: 5303

Holey Moley! That guy should get a LIFE!
by chulett
Mon Dec 27, 2010 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert 24:00:00 value into time field on DB2
Replies: 6
Views: 3689

Not sure why they felt it was any kind of 'next day', in my mind 24:00:00 and 00:00:00 are functionally the same thing - midnight. If you don't need to change the date then don't.
by chulett
Mon Dec 27, 2010 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tsort insertion
Replies: 2
Views: 2455

You inserted explicit sort stages set how, to 'Don't sort already sorted'? If so, then you could also use the $APT_NO_TSORT variable but the end result would be identical and the sort stage is better 'documentation' IMHO.
by chulett
Mon Dec 27, 2010 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC encoding issue with chinese character under AIX 6.1
Replies: 8
Views: 5269

There's always the "export to dsx, edit the dsx and reimport" trick. Make sure you keep an unedited copy handy and work in isolation.
by chulett
Mon Dec 27, 2010 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Excel File in Server Job : Server Engine on Unix
Replies: 1
Views: 1072

Been discussed a number of times, here is one example a search would turn up for you.
by chulett
Sun Dec 26, 2010 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert 24:00:00 value into time field on DB2
Replies: 6
Views: 3689

I think we've talked about this before... ah, here it is... it does seem to be a valid DB2 value but DataStage (and others) don't agree so you'll need to explicitly test for it and convert it to "00:00:00".
by chulett
Sun Dec 26, 2010 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COBOL COPYBOOK IMPORT ERROR FOR COMP-3
Replies: 3
Views: 1729

What are you using to do this import? The only thing that will understand a COBOL copybook would be the Complex Flat File (CFF) stage, as far as I know.
by chulett
Sun Dec 26, 2010 9:10 am
Forum: General
Topic: Parameters Value In Sequencer
Replies: 4
Views: 1617

It would be an expression that evaluates to true or false, exactly the same as you would use in a Transformer constraint. When true, the trigger 'fires' and whatever is at the other end executes. You can check for failure condition(s) first and then use an Otherwise trigger for the good path or reve...
by chulett
Sat Dec 25, 2010 1:45 pm
Forum: General
Topic: Parameters Value In Sequencer
Replies: 4
Views: 1617

A routine could simplify this but you could use trigger expressions to check your parameters for values and a Terminator stage to stop things when any are empty.
by chulett
Sat Dec 25, 2010 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Threshold for Reject Records
Replies: 4
Views: 1974

A Sequence job could use an Execute Command stage to count the number of lines in the file using wc -l and the result could then be passed as a job parameter to your processing job. It might take a little tweaking - using Field() to separate the count from the filename in the output, if I recall cor...
by chulett
Fri Dec 24, 2010 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Threshold for Reject Records
Replies: 4
Views: 1974

Meaning, you'll need to get the count of records in the file before the job runs and pass that count in as a parameter so you can compute what 10% of that is at runtime... that or pass in the 10% threshold and use it directly.
by chulett
Fri Dec 24, 2010 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert 24:00:00 value into time field on DB2
Replies: 6
Views: 3689

Well... don't know DB2 but there's no such hour as "24"... unless that's a DB2 thing. Seems like it should be "00" instead. :?
by chulett
Fri Dec 24, 2010 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple rows into one row
Replies: 8
Views: 3332

Always more than one way to skin a cat, as they say, you'll see that technique referred to as a 'fork join' here.
by chulett
Fri Dec 24, 2010 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashed file OR Hashed file stage
Replies: 1
Views: 1093

It all starts and ends with #1 as the answer is 'no'. You can force their use via a Server Shared Container with all the caveats that brings but natively? No.