Search found 124 matches

by fmou
Fri Jul 29, 2011 10:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ROW NUMBER for sequential file stage
Replies: 4
Views: 6298

ROW NUMBER for sequential file stage

Hi, 1. Is there an option to add a ROW NUMBER COLUMN to the reading sequential file in the sequential file stage? I read and searched through the Sequential File Stage section from the Parallel Job Developer's Guide, Version 7.5.1, but didn't find any. 2. Is there any way to pass how many rows are r...
by fmou
Tue Jul 26, 2011 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping records together
Replies: 12
Views: 5889

I will need to do this in DataSatge, as I am working with flat files. I was asking, "Do you have to achieve the grouping logic in DataStage?". Anyway, here's how I would do it in pure SQL for the grouping. 1. Use DataStage to read the flat files into a table, with an extra column "gr...
by fmou
Mon Jul 25, 2011 7:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping records together
Replies: 12
Views: 5889

What is best way to handle such a task in DataStage?
FYI, the grouping logic can be handled in pure SQL, I believe. Do you have to achieve the grouping logic in DataStage?
by fmou
Fri Jul 22, 2011 8:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert single row data into multiple rows
Replies: 6
Views: 5008

Hi,

It's already pretty clear how to isolate the fields, but my question is how to write multiple rows into target from a single row input?

Use transformer for multiple outputs then funnel them together? Any better ideas?

Thanks
by fmou
Wed Jul 20, 2011 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference Stage
Replies: 5
Views: 3628

This topic has been marked "Resolved."
I was just trying to see what is the basic difference between Change Capture and Difference Stage
So have you found out yet?

thanks
by fmou
Tue Jul 19, 2011 9:56 am
Forum: General
Topic: How to can we get the details of a stage via unix
Replies: 12
Views: 3414

Define "fine". chulett asked you to add a transformer, did you see that stage or not?
by fmou
Tue Jul 19, 2011 9:35 am
Forum: General
Topic: Difference between dsx files of version 7 and 8
Replies: 11
Views: 3127

*edit* although one of my test DSX files is v8 and that seems to be ok, not noticed any problems.
good to know. thanks
by fmou
Mon Jul 18, 2011 8:53 pm
Forum: General
Topic: No job report generated
Replies: 3
Views: 1516

No job report generated

Following up on a thread that has exactly the same problem as mine, http://www.dsxchange.com/viewtopic.php?p=367173 In a nutshell, after I click the Job Report tool in the Designer, I never a pops up message box containing link to view the report. I.e., "I don't ever get a second dialog box&quo...
by fmou
Mon Jul 18, 2011 2:28 pm
Forum: General
Topic: Restartability of User Variables
Replies: 4
Views: 2088

Inspecting the Job Control code generated by compiling the sequence will answer this question for you
thanks, will do, and post back.
by fmou
Mon Jul 18, 2011 2:15 pm
Forum: General
Topic: Difference between dsx files of version 7 and 8
Replies: 11
Views: 3127

I've been looking at some DS8.5 DSX files and they don't look much different to me . . . I just did an import of a 7.5 DSX into 8.5 and then exported it back out again. . .
FYI, The jobs developed from scratch natively in DS8x looks quite different to me though.
by fmou
Sun Jul 17, 2011 9:05 pm
Forum: General
Topic: Restartability of User Variables
Replies: 4
Views: 2088

Restartability of User Variables

... You have a job sequence running 10 jobs. You need to set a parameter to a value and then pass that value to all 10 jobs. . . in the job sequence setup a "user variable" using the User Variable Activity stage first (before the jobs). . . If your UVA stage is called SetVar and your actu...
by fmou
Thu Jul 14, 2011 10:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dummy stage
Replies: 2
Views: 1025

dummy stage

Hi, What's the best stage to use as a dummy stage to discard link output? I.e., I don't care what the output are but I need an output link for certain stages, so I need a dummy stage to accept the output. Peek stage come first to my mind but if the output have millions of records, it will fill up th...
by fmou
Thu Jul 14, 2011 9:14 am
Forum: General
Topic: Difference between dsx files of version 7 and 8
Replies: 11
Views: 3127

I don't have a DS 8 to try out myself so the waiting might be long...
by fmou
Tue Jul 12, 2011 8:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Understanding the SCD stage
Replies: 1
Views: 1291

My first question (based on above), about the "source data on the input link"...
Here is an image, which should make it clearer.

Image
by fmou
Tue Jul 12, 2011 8:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Understanding the SCD stage
Replies: 1
Views: 1291

Understanding the SCD stage

I've read the following over and over but still wasn't able to grasp how the SCD stage works, though I know the SCD concept rather well. "The Slowly Changing Dimension (SCD) stage has a single input link, a single output link, a dimension reference link, and a dimension update link. The SCD sta...