Search found 53125 matches

by ray.wurlod
Thu Jun 30, 2011 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: VARCHAR data load Vs NVARCHAR data load using DataStage 8.0
Replies: 4
Views: 3078

Assuming you have imported the table definition and then loaded it into the job, it should work OK.

If you're worried about accented characters and the like, use one of the maps that handle these such as UTF-8 or ISO8859-1 (depending on the character set used to encode your actual data).
by ray.wurlod
Thu Jun 30, 2011 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Help
Replies: 5
Views: 1829

We do some of that reverse engineering for a living. That's enough brain strain.
by ray.wurlod
Thu Jun 30, 2011 4:31 pm
Forum: General
Topic: Supported Database Stages for DS 8.5 on Linux
Replies: 5
Views: 1596

Not all stage types are in the Palette. This is intentional. Another example is the BASIC Transformer stage.

All stage types are in the Stage Types branch of the Repository.

You can customize your Palette by selecting stage types from there as well as from elsewhere in the Palette.
by ray.wurlod
Thu Jun 30, 2011 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator questions
Replies: 41
Views: 8392

You're not stripping the mapped newline from the command output. Search DSXchange for examples of how to do so.
by ray.wurlod
Thu Jun 30, 2011 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify stage specification has more than one conversions
Replies: 5
Views: 2983

It may be (I can't test at this time) that you can only have a single specification in one field in the GUI, but can have more than one in a job parameter that you refer to in the Modify stage itself.
by ray.wurlod
Thu Jun 30, 2011 2:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character set issue
Replies: 6
Views: 5894

One we should have asked at the top. Is the character being passed through accurately and only being misreported in View Data? That is, is the character correct in the target which viewed with something other than DataStage data browser (which is notoriously bad at "un-American" characters...
by ray.wurlod
Thu Jun 30, 2011 2:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character set issue
Replies: 6
Views: 5894

Hmm. Have you tried setting the map to ISO8859-1 explicitly in the job or stage?
by ray.wurlod
Wed Jun 29, 2011 8:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator questions
Replies: 41
Views: 8392

Without writing a routine you can't execute shell commands directly from a User Variables activity. Use an upstream Execute Command activity.
by ray.wurlod
Wed Jun 29, 2011 8:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help In Logic.
Replies: 7
Views: 2788

If you're on version 8.5 you could also use loop variables in the Transformer stage. Use the LastInGroup() function to reset the counter.
by ray.wurlod
Wed Jun 29, 2011 8:42 pm
Forum: General
Topic: DS Server is running but showing Not Running.
Replies: 31
Views: 10931

U was born in Burma. At the time, Burma was not a part of India.
:)
by ray.wurlod
Wed Jun 29, 2011 5:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset is occupying more space than file
Replies: 4
Views: 3434

To answer your final question, Data Set is perfect for staging data between parallel jobs. It preserves internal format, sorted order and partitioning. None of these is true for a sequential file. The operator generated by a Data Set stage is copy - it simply copies the virtual Data Set (what's on t...
by ray.wurlod
Wed Jun 29, 2011 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing special characters,spaces,nulls in multiple columns
Replies: 23
Views: 29083

What, no punched cards, paper tape, drum storage... ?

(Been there, done that.)

Five 19 inch platters for 80MB of disk storage?
Been there, done that also.
by ray.wurlod
Wed Jun 29, 2011 5:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bad NLS map name "" specified
Replies: 3
Views: 4048

An NLS map name is the name of an in-memory map that specifies how to translate between the external encoding of the data and the internal Unicode encoding used within DataStage. You must specify the correct map that describes all code points in the external character set with which you're dealing. ...
by ray.wurlod
Wed Jun 29, 2011 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key generator using flat file input
Replies: 3
Views: 4577

Welcome aboard.

DSXchange's Search utility will find your answer; your question has been asked and answered fairly recently.
by ray.wurlod
Wed Jun 29, 2011 5:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job abort during AGG OR SORT
Replies: 24
Views: 6267

Your scratch (temp) disk is filling. Clean it up.

Getting more memory in the machine would help too.

It is possible to tune the memory consumption of the in-memory table created by the Aggregator stage, but I suspect you're not ready to go there yet.