Search found 42189 matches

by chulett
Sat Apr 20, 2013 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find First recharge?
Replies: 5
Views: 1262

<found at the bottom of the post>
ray.wurlod wrote:Getting a premium membership would be good, too.
:wink:
by chulett
Sat Apr 20, 2013 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find First recharge?
Replies: 5
Views: 1262

pkll wrote:Can you suggest me above process is correct or not?
Can you suggest us if above process seemed to work or not? :?
by chulett
Fri Apr 19, 2013 4:30 pm
Forum: General
Topic: list jobs that run by a given user
Replies: 6
Views: 1510

You can get the most recent job run information. Easy enough to try out yourself and see. Use the "-jobinfo" option.
by chulett
Fri Apr 19, 2013 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD2 Implementation
Replies: 1
Views: 999

I would imagine your architect would decide that and guide you. When they overlap like that we use the new record rather than the old record for records on the overlap second since that's when it changed.
by chulett
Fri Apr 19, 2013 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort utility in sort stage
Replies: 3
Views: 2336

Re: Sort utility in sort stage

soumya5891 wrote:Also is there any such guidline to use datastage sort and UNIX sort?
That's simple - don't use the UNIX sort. :wink:
by chulett
Thu Apr 18, 2013 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input Stage - help
Replies: 19
Views: 5086

OK... I don't see anywhere where it associates an emp_grp of 2 with 'Maple'. What am I missing?
by chulett
Thu Apr 18, 2013 3:15 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Accepting SOAP over HTTP requests into DataStage
Replies: 12
Views: 9218

:!: You posted your "wired job status" question in three posts when it only needed to be in one. I've removed it from the other two... we can talk about it here.
by chulett
Thu Apr 18, 2013 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input Stage - help
Replies: 19
Views: 5086

Welcome!

Normally I would say this would be a lookup into a database table that maps group id to group name or some such. However, if this information is defined in the xsd can you post the section of the xsd that shows that?
by chulett
Thu Apr 18, 2013 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Array data
Replies: 5
Views: 2101

If this is related to your posts in the SOA forum with your service related questions, shouldn't you be asking it over there? This rather than starting a new post...
by chulett
Thu Apr 18, 2013 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference in Record Counts : Pointing to same databases
Replies: 4
Views: 1398

That would be the 'static' part that I mentioned. :wink:
by chulett
Thu Apr 18, 2013 8:40 am
Forum: General
Topic: where is the link count stored
Replies: 13
Views: 2597

FYI - Code tags do not allow bold so I changed you to quote tags which do.
by chulett
Thu Apr 18, 2013 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conditional Deletion
Replies: 22
Views: 5872

chandra.shekhar@tcs.com wrote:@Craig
Actually I get to see probably first two lines only.
From that I assumed what your post is :cry:
Not to pile on or anything but that doesn't really work. And is doubly disappointing when we take extra time and effort to help out specifically because of someone's Premium status. [sigh]
by chulett
Thu Apr 18, 2013 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDate() issue in transformer stage
Replies: 5
Views: 2329

I need to check on project default date format once because StringToDate() function is now working for me... :? "now" = "not"? There's no need to check on anything as dates don't have a particular format - strings do but dates do not. If you know what format your string date is ...