Search found 42189 matches

by chulett
Fri Jan 19, 2007 6:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Rowsplitter
Replies: 19
Views: 5944

No. :? Forget about the rowsplitter, replace it with a Sequential File stage.
by chulett
Fri Jan 19, 2007 5:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Rowsplitter
Replies: 19
Views: 5944

That's not what that stage is for. Use a transformer and split your name field in the derivation there - one field in, two fields out.
by chulett
Fri Jan 19, 2007 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calling routine within a routine
Replies: 7
Views: 2063

Yup.
by chulett
Fri Jan 19, 2007 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of calendar days
Replies: 8
Views: 1482

Hence my follow-up.
by chulett
Fri Jan 19, 2007 3:42 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: No handlers are available to process this request
Replies: 10
Views: 10062

*I* marked it as resolved as it was my issue... and my resolution was posted earlier.
by chulett
Fri Jan 19, 2007 10:21 am
Forum: General
Topic: XML Document
Replies: 1
Views: 970

Yes: Folder -> XML Input -> Sequential

Transformers between them if need be. Is there an issue you are having with the Folder stage?
by chulett
Fri Jan 19, 2007 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending the Stop message to DataStage from Unix..
Replies: 17
Views: 2713

You would need to write your own custom routine that preps and calls DSExecute, then run that.
by chulett
Fri Jan 19, 2007 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of calendar days
Replies: 8
Views: 1482

Make sure you understand the 'value add' of the absolute value function that DS threw in at no charge, if you go that route. It means you'll never get a negative difference between dates, that may or may not be a good thing.
by chulett
Fri Jan 19, 2007 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of calendar days
Replies: 8
Views: 1482

Convert them to internal format using IConv and subtract the results. Difference will be in days.
by chulett
Fri Jan 19, 2007 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repository empty after rebuilding indices with DS.TOOLS
Replies: 4
Views: 1170

Good. Now for the last bit of paperwork before you toddle off to bed. Please mark the topic as 'Resolved'. :wink:
by chulett
Fri Jan 19, 2007 8:08 am
Forum: General
Topic: Regarding dsjob
Replies: 2
Views: 1510

It's documented in either of the X Job Developer's Guide pdf manuals in the Command Line Interface section near the end. Or you can plow through it from the command line, issue 'dsjob' without any parameters and it will give you a normal usage statement.
by chulett
Fri Jan 19, 2007 8:04 am
Forum: General
Topic: 'CS_TEXT_TYPE' not supported
Replies: 6
Views: 1906

Ok, more please. What operating system is your DataStage server installed on? That's what the "OS" question was asking. For that version it must be some flavor of UNIX, not Windows if you are working with Parallel jobs. You are asking about a parallel job, aren't you? ps. No need to quote the entire...
by chulett
Fri Jan 19, 2007 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence status
Replies: 4
Views: 1504

Replace "-wait" with "-jobstatus", don't add it. Not that it hurts, mind you, it's just that only one or the other is needed. :wink:
by chulett
Fri Jan 19, 2007 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: comparaison between Old and new value in stage variable
Replies: 13
Views: 3039

Left-most if you are in the Properties dialog box and by using the right mouse button, right-most in the Transformer itself by using the left mouse button. Regardless, the name column it is. :wink:
by chulett
Fri Jan 19, 2007 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue retrieving number of rows processed
Replies: 18
Views: 4417

Add a transformer between the two stages, then use that name when you go to retrieve the rows processed. As a general rule, I never link two passive stages directly together. DataStage will add an 'invisible' one for you, why not make it visible and have full control? Besides, I've seen way too man...