Search found 53125 matches

by ray.wurlod
Thu Sep 08, 2011 5:11 pm
Forum: General
Topic: validating number of files
Replies: 14
Views: 3262

I'm prepared to bet that it can.

Document your precise requirement.
by ray.wurlod
Thu Sep 08, 2011 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel transformer versus BASIC Transformer
Replies: 3
Views: 1286

Premium membership is the means by which DSXchange is kept alive; it is used to pay the hosting and bandwidth costs of the site. I do not propose to undermine that. Premium membership is not expensive - less than 30c (Rs 11) per day. Don't delay. You have already made 119 posts, so you can't claim ...
by ray.wurlod
Thu Sep 08, 2011 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage
Replies: 7
Views: 3001

People searching this thread in future might also contemplate investigating the Distributed Transaction stage.
by ray.wurlod
Thu Sep 08, 2011 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Data Reconciliation
Replies: 22
Views: 12193

I've moved on from that client since then. From memory, 3(a) was simply SELECT COUNT(*) FROM TABLE for both source and target, add artificial key ('X'), join and compare. 3(b) was very similar only it was SELECT * FROM TABLE ORDER BY keycolumn (with RCP enabled) and run through Checksum stages befor...
by ray.wurlod
Thu Sep 08, 2011 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchadmin copy command
Replies: 8
Views: 8881

Looks like James did your thinking for you.
by ray.wurlod
Thu Sep 08, 2011 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: modify stage error
Replies: 13
Views: 5157

Specify Unicode VarChar(20) rather than unbounded non-Unicode VarChar in the stage that threw the error.
by ray.wurlod
Thu Sep 08, 2011 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transpose Column Values into Column Name (Dynamic)
Replies: 9
Views: 2447

Of course there is, and you've nailed it with the word "generate". Generate all the months (not just the missing ones) and (outer) join. Then pivot.
by ray.wurlod
Thu Sep 08, 2011 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from character to Integer
Replies: 3
Views: 1203

I don't think there's any "automatic" mechanism here. The granularity is too fine to use Find. Others will recommend search and replace in a DSX file, but you would need to be so, so careful not to change anything incorrectly.
by ray.wurlod
Thu Sep 08, 2011 4:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage server edition & Salesforce.com(SFDC) connecti
Replies: 6
Views: 6775

We don't do urgent here. DSXchange is an all-volunteer site whose members post as and when (and if) they can. If you need "urgent" sign up with your official support provider for priority service and learn just how much "urgent" is worth. Look at Web Services Transformer stage.
by ray.wurlod
Thu Sep 08, 2011 4:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Load all Hashed file into memory
Replies: 26
Views: 9620

1) Yes.
2) Entire project. Or maybe entire server. Not individual hashed file.
by ray.wurlod
Thu Sep 08, 2011 4:41 pm
Forum: General
Topic: validating number of files
Replies: 14
Views: 3262

You DO need either a UNIX script or DataStage routine, unless you construct everything into a sequence that executes the relevant UNIX commands in a set of Execute Command activities.
by ray.wurlod
Thu Sep 08, 2011 4:39 pm
Forum: General
Topic: To get the logs for all the jobs
Replies: 4
Views: 1386

Be aware that, whichever approach you use, this is a non-trivial exercise. The job log for each job is in a separate database table (assuming you're using the recommended RTLogging).
by ray.wurlod
Thu Sep 08, 2011 4:34 pm
Forum: IBM QualityStage
Topic: Match specification - incorrect classification
Replies: 5
Views: 2355

Sounds like you need to invest in some training, or at least in some time reading the manual. Match and clerical cutoffs serve different purposes. Please research that and post your findings back here. Yes, I do know the answer, but my philosophy is to help you to help yourself. If I simply give you...
by ray.wurlod
Thu Sep 08, 2011 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nullable Warnings on renamed Oracle fields
Replies: 2
Views: 1488

Add null handling to the Sequential File stage. For example add a Null Field Value property to the Format tab.

You know and I know that NULL will never be sent there, but the operator checker in DataStage doesn't, so we play its game and add null handling.
by ray.wurlod
Thu Sep 08, 2011 4:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchadmin copy command
Replies: 8
Views: 8881

Did you really have copy | cp in your command?

Think about what this is doing!