Search found 53125 matches

by ray.wurlod
Fri Aug 08, 2008 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: system variable
Replies: 7
Views: 5241

Not really. Because you never NEED to use them. However a common use is when obtaining the result from an Execute Command activity in a job sequence. The command that is executed has one or more line terminators, which are "translated" into field marks by DataStage (to achieve the same result irresp...
by ray.wurlod
Fri Aug 08, 2008 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate strings for a key column
Replies: 2
Views: 1393

Welcome aboard. What you are trying to achieve is called a "vertical pivot". Search DSXchange to learn various techniques for implementing vertical pivot. Yours is a slight variation in that, having accomplished the vertical pivot, you then require to concatenate the columns. But that's no big deal ...
by ray.wurlod
Fri Aug 08, 2008 1:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INTERVAL datatype handling in Datastage
Replies: 7
Views: 3644

Welcome aboard.

When you import the table definition into DataStage, what data type is recorded in the table definition?
by ray.wurlod
Fri Aug 08, 2008 1:26 am
Forum: General
Topic: Load more tables -> loading order and one transaction
Replies: 15
Views: 6686

All target tables' rows have some indication of what run it was that inserted/updated them. By this means even committed changes can be undone if that is deemed necessary. The indication can be a unique "run batch" identifier and/or a timestamp. Committed deletions are trickier - you need to build a...
by ray.wurlod
Fri Aug 08, 2008 1:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: system variable
Replies: 7
Views: 5241

Like what? Arnd's descriptions are reasonably complete. They are system variables that contain particular byte values which are important in the DataStage Respository, UniData and UniVerse database products, primarily as dynamic array delimiters.
by ray.wurlod
Fri Aug 08, 2008 12:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Information about the rejected data of the Reject link
Replies: 5
Views: 1438

The reason for rejection is NOT stored in any DataStage repository table.
by ray.wurlod
Fri Aug 08, 2008 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in reading complex flat file
Replies: 3
Views: 1888

First line is column headings?

You may need to suppress reading of this row if such is the case.
by ray.wurlod
Thu Aug 07, 2008 7:40 pm
Forum: General
Topic: Related Log
Replies: 0
Views: 669

Related Log

There is a little-known feature in the DataStage Director that allows you to navigate from one job to another without leaving Log View. This is typically used when job control - such as that executed by a job sequence or by a server job containing job control code or by a Batch job - invokes another...
by ray.wurlod
Thu Aug 07, 2008 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filtering special characters
Replies: 8
Views: 3686

What is the value of the NLSMODE parameter in your uvconfig file?
by ray.wurlod
Thu Aug 07, 2008 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hi all
Replies: 5
Views: 1450

What backup/export do you have?
by ray.wurlod
Thu Aug 07, 2008 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filtering special characters
Replies: 8
Views: 3686

NLS is enabled, and default map selected for a project, using the Administrator client NLS button once that project has been selected.
by ray.wurlod
Thu Aug 07, 2008 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Month End date
Replies: 1
Views: 1034

Should your output be 2008-08-31 ?
by ray.wurlod
Thu Aug 07, 2008 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple columns need to be lookup one table
Replies: 3
Views: 1016

Who knows? Define "performance". Nothing to prevent you using more than one Lookup stage if monitoring shows that one Lookup stage with many reference inputs is a bottleneck in the job design.
by ray.wurlod
Thu Aug 07, 2008 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check if the value is a number or not
Replies: 3
Views: 1073

Welcome aboard. Oconv() is not available in parallel jobs.