Search found 53125 matches

by ray.wurlod
Wed Mar 09, 2011 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivoting Dynamic number of columns
Replies: 5
Views: 3037

Attend the IBM Advanced DataStage class. You will learn about, and do, construction of a working Build stage.
by ray.wurlod
Wed Mar 09, 2011 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Implement aagregate functionality without using aggregate
Replies: 3
Views: 3018

Why "without using Aggregator stage"?

The correct philosophy is "the right tool for the right job" and, to aggregate data, the right tool is the Aggregator stage.

<rant>
Resist stupid requirements!
</rant>
by ray.wurlod
Wed Mar 09, 2011 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to impliment
Replies: 6
Views: 1966

Funnel stage.
by ray.wurlod
Wed Mar 09, 2011 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alternative way to generate surrogate keys
Replies: 2
Views: 2140

Lots of ways.

How many have you thought of?

When's the interview?
by ray.wurlod
Wed Mar 09, 2011 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk Insert in ms sql server
Replies: 4
Views: 3587

Create load-ready text file using DataStage then invoke the bulk loader (bcp) under control of DataStage.
by ray.wurlod
Wed Mar 09, 2011 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to import the metadata for .CSV files through seq_file
Replies: 4
Views: 2938

Import > Table Definition > Sequential File
by ray.wurlod
Wed Mar 09, 2011 3:14 pm
Forum: General
Topic: Code/Impact analysis tools: IN-COM's Smart TS XL
Replies: 10
Views: 3737

Not to be trifled with, then.
:lol:
by ray.wurlod
Wed Mar 09, 2011 3:13 pm
Forum: General
Topic: calling multiple scripts in a master sequence
Replies: 3
Views: 1965

Show us your design using "ASCII art".
by ray.wurlod
Wed Mar 09, 2011 3:11 pm
Forum: General
Topic: Unable to open "D_DS_JOBS"
Replies: 6
Views: 2113

IS there a file in your project called D_DS_JOBS ? (This is the dictionary for DS_JOBS.) If it is present, check the permissions on it. If it is missing, find out who stole it and kill them, then copy D_DS_JOBS from another project or from the Template directory.
by ray.wurlod
Wed Mar 09, 2011 3:09 pm
Forum: General
Topic: DSEngine/bin/uv -admin -start
Replies: 6
Views: 2207

There is a DataStage applet in control panel.

The individual services can be stopped/started from the Services window under Control Panel.
by ray.wurlod
Wed Mar 09, 2011 3:03 pm
Forum: General
Topic: unable to control the flow of the jobs in the job sequence
Replies: 0
Views: 961

What are your own thoughts? Have you created a design of your own yet? Or are you waiting for an answer to be handed to you on a silver platter?
by ray.wurlod
Wed Mar 09, 2011 3:02 pm
Forum: General
Topic: dsjob command domain name issue in windows
Replies: 10
Views: 9257

From where are you trying to execute the command?
by ray.wurlod
Wed Mar 09, 2011 2:59 pm
Forum:
Topic: genereate ddl in metadata workbench
Replies: 4
Views: 2131

Hang on. They've got ERwin. With one click in ERwin they can generate DDL. But they're insistent on doing in in MWB? (What's wrong with this picture?) Do they use a saw for tightening screws? (The concept you need to inculcate is "the right tool for the right job".)
by ray.wurlod
Wed Mar 09, 2011 2:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AIX vs Win environment?
Replies: 4
Views: 1756

How long is a piece of string? Heavier duty Windows servers running Windows Server operating systems are capable of quite large volumes of data, while a small laptop running XP would struggle with more than small to medium volumes.
by ray.wurlod
Wed Mar 09, 2011 2:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 15
Views: 7976

Data string '2011-02' does not match format '%yyyy-%mm-%dd

Try using '%yyyy-%mm' instead.