Search found 53125 matches

by ray.wurlod
Sat Nov 17, 2012 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New line character
Replies: 7
Views: 1763

Looks like a straightforward pivot to me, after you've generated the column heading "values".
by ray.wurlod
Fri Nov 16, 2012 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Space in decimal number
Replies: 2
Views: 1256

The space is the sign character. The only way you can lose it is to convert the data type to Char (or VarChar) and strip the white space.
by ray.wurlod
Fri Nov 16, 2012 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import AbInitio DML file to DataStage Metadata
Replies: 3
Views: 1767

Check out Metadex from CompactBI. It does more than what you ask but, if you've got a lot of table definitions and maps to ingest, it may save you some work.
by ray.wurlod
Fri Nov 16, 2012 12:37 am
Forum: General
Topic: Replicate Datasets into another environment
Replies: 2
Views: 1012

Just use the DataSet Management Tool (or orchadmin command) to copy the Data Sets.
by ray.wurlod
Thu Nov 15, 2012 3:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unicode Error
Replies: 3
Views: 1114

Specify, in the Sequential File stage, that the file contains a byte order mark.
by ray.wurlod
Thu Nov 15, 2012 3:08 am
Forum: General
Topic: Batch Job
Replies: 4
Views: 1216

Batch jobs differ from regular jobs for execution only in that their names contain "::". You can load batch jobs into Job activities just like other kinds of job.
by ray.wurlod
Wed Nov 14, 2012 10:41 am
Forum: General
Topic: What version of DataStage is compatible with Teradata 14.0?
Replies: 7
Views: 3898

The question can be answered by interrogating IBM's website, so what benefit is there in posting it here?
:?
by ray.wurlod
Wed Nov 14, 2012 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validation in Schema File
Replies: 2
Views: 907

Not without writing your own parallel routines, one of which would be a "rules dispatcher".
by ray.wurlod
Wed Nov 14, 2012 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing data to pipe using External target stage.
Replies: 4
Views: 1554

Why not use a Sequential File stage? These have a property that allows them to read from or write to named pipes.
by ray.wurlod
Wed Nov 14, 2012 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort and Filter gives different results run to run
Replies: 5
Views: 2179

Actually the first thing that came to my mind was the question "are you processing the same data in each run?"
by ray.wurlod
Wed Nov 14, 2012 10:35 am
Forum: General
Topic: Disaster Recovery by taking an image of the server
Replies: 2
Views: 1335

Lots of gotchas, mainly relating to host names, IP addresses, and the resolutions thereof. These are recorded in the metadata repository, so things break if they're not in the correct location.
by ray.wurlod
Wed Nov 14, 2012 10:34 am
Forum: General
Topic: Generate Report not producing bmp for large jobs
Replies: 1
Views: 1460

Can you produce just the bitmap using dsdesign.exe?
by ray.wurlod
Wed Nov 14, 2012 10:33 am
Forum: General
Topic: Parameter set file location
Replies: 5
Views: 1413

The location for Parameter Sets associated with jobs is a subdirectory in the project. This is non-optional, as it allows them to be backed up as "project directories" using istool. The location for named parameter sets is a subdurectory in the DSEngine directory. This, too, is not negotia...