Search found 53125 matches

by ray.wurlod
Mon Jul 02, 2007 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unsigned BigInt Out_format,right justify (write to seq file)
Replies: 5
Views: 1441

What are you trying to accomplish? These samples are strings, not BigInt. Therefore they will be left-justified. Please provide more detail of your job design, and any transformation expressions you may be using.
by ray.wurlod
Mon Jul 02, 2007 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantom Output file
Replies: 2
Views: 1123

Take a look in the directory RT_CONFIG362 in your project directory. There should be precisely three files: DATA.30, OVER.30 and .Type30 Please advise whether this is the case. If someone, somehow, has put any other file in this directory, it ceases to behave as a hashed file and begins to behave as...
by ray.wurlod
Mon Jul 02, 2007 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to initialize plugin
Replies: 5
Views: 1354

That is an ENTIRELY DIFFERENT QUESTION

Please start a new thread.

ODBC does not use the Oracle OCI.
by ray.wurlod
Mon Jul 02, 2007 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Process id, how to find for a particular job
Replies: 10
Views: 3348

Why do you want the process ID?

DO NOT KILL a job's process - it will have several child processes. If you kill the job's process these all turn into zombies.
by ray.wurlod
Mon Jul 02, 2007 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage
Replies: 3
Views: 950

And please put some thought into creating meaningful Subject line, to assist people searching the forum in future!
:roll:
by ray.wurlod
Mon Jul 02, 2007 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Error
Replies: 7
Views: 4093

Why not, thebird? Sometimes it must, for example when doing a lookup from a Lookup File Set or when doing a sparse lookup. The message about dropping a component with the same name can safely be ignored - it's just an alert. You can, except as noted above, eliminate it by effecting a column name cha...
by ray.wurlod
Mon Jul 02, 2007 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: environment variable in the DSJOB.EXE
Replies: 11
Views: 3870

In the job change the default value to $PROJDEF

This instructs the job to read the value from the Administrator, unless overridden when the job is submitted.

Once you've done this, you only need a -param option in dsjob if you want it to run with a different value than the default.
by ray.wurlod
Mon Jul 02, 2007 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem running multiple instance job in a sequence
Replies: 8
Views: 3605

No it's NOT all you need to do. With auto-purge disabled your logs grow and grow and grow and eventually IBM want's to sell you more disk and also consulting services to repair the hashed files (job logs) that you've corrupted when the file system becomes full. This is NOT a resolution - it's a work...
by ray.wurlod
Mon Jul 02, 2007 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp difference
Replies: 2
Views: 1368

Look here for example server routines. Right click and choose Save As to download.
by ray.wurlod
Mon Jul 02, 2007 9:02 am
Forum: General
Topic: Teradata Multiload Stage
Replies: 2
Views: 1130

Have you set up parameters for the shared container, and are you passing values to these from the job in which you have used it?
by ray.wurlod
Mon Jul 02, 2007 8:59 am
Forum: General
Topic: Unable to load data in hash file
Replies: 4
Views: 1531

You must regenerate the account number for every row in which there is only a branch number. You can not load a NULL key into a hashed file.

You can't load any data at all into a hash file, because there's no such thing in DataStage - it's a hashed file.
by ray.wurlod
Mon Jul 02, 2007 8:56 am
Forum: General
Topic: DS Work in Australia
Replies: 4
Views: 2407

Pravin needs to edit the Profile at least to enable PM, if not to provide an email address. The email address is not re-sold, and DSXchange itself is the mailer, so it can't be harvested or hacked.
by ray.wurlod
Mon Jul 02, 2007 8:54 am
Forum: IBM QualityStage
Topic: Reverse Engineer
Replies: 9
Views: 3592

Hopefully what you did worked. It appears to be correct; I've no way of knowing for sure! The pairs of numbers, you probably worked out, are the column locations in the record (start length). Tip: check "Disable Smilies in this post" when posting anything with 8) in it - otherwise it's translated to...
by ray.wurlod
Sun Jul 01, 2007 8:15 pm
Forum: General
Topic: The NEW DSX logo
Replies: 26
Views: 9934

Be careful what you wish for.
by ray.wurlod
Sun Jul 01, 2007 8:49 am
Forum: General
Topic: String to Number
Replies: 7
Views: 1768

The overhead of invoking a JVM for every row is probably something you don't want. Prefer

Code: Select all

Convert(" ", "", InLink.TheNumericString)


If you're happy that you have a solution, please mark the thread as Resolved.