Search found 53125 matches

by ray.wurlod
Sun Feb 26, 2012 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table metadata comparison
Replies: 5
Views: 2782

Import the two table definitions into DataStage and use the comparison tool within DataStage.
by ray.wurlod
Sun Feb 26, 2012 10:39 pm
Forum: General
Topic: find repository database
Replies: 6
Views: 2079

Why do you want to find it?

It is probably better (safer) if it remains "invisible".
by ray.wurlod
Sun Feb 26, 2012 10:38 pm
Forum: General
Topic: How to assign $Var value to Param value
Replies: 15
Views: 3106

You CAN add environment variables to parameter lists in a Parameter Set.

And you CAN set the default value of these using the special tokens $PROJDEF, $ENV and $UNSET.

I've done both in the past (version 8.5).
by ray.wurlod
Sun Feb 26, 2012 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort Stage, Stage Collector sort
Replies: 25
Views: 7338

If there is no indication that the inputs of a Join stage are sorted, then a tsort operator will be inserted. There is no requirement for this to be sequential; each node is managed independently. It is vital, of course, that the data are correctly partitioned (on at least the first join key).
by ray.wurlod
Sun Feb 26, 2012 1:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reconcile debit and credit
Replies: 13
Views: 4964

8.5 and higher offers looping in the Transformer stage. Out of curiousity, is that true for Server jobs? For some reason I though just Parallel ones supported that. Version 8.7 server Transformer stage does not have looping (I just checked). On that basis I'll assert that version 8.5 server Transfo...
by ray.wurlod
Sat Feb 25, 2012 2:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reconcile debit and credit
Replies: 13
Views: 4964

Splitting credit and debit can be done in a Transformer stage, and you could take an additional output on each to an Aggregator stage to calculate the minimum (oldest) debit and credit, dumping those results into hashed files. That should be enough to join everything back together, and use a final T...
by ray.wurlod
Sat Feb 25, 2012 12:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reconcile debit and credit
Replies: 13
Views: 4964

Please write out the required logic in English. In that explanation, show us how six rows in come to be eight rows out, and under what circumstances that will occur. This is called a "specification". Writing out the logic may even allow YOU to solve the DataStage logic!
by ray.wurlod
Fri Feb 24, 2012 6:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 8.5 (Px), SQL Server 8, Large Text
Replies: 2
Views: 1476

You can put it into a server Shared Container and use that in a parallel job. Details in Chapter 2 of Parallel Job Developer's Guide.
by ray.wurlod
Fri Feb 24, 2012 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding the .ds
Replies: 8
Views: 2858

The control file name itself is embedded (at the beginning of) all the segment files that make up that Data Set. Therefore, from your example, the control file name for the segment file datadata_analysis.txt.dsadm.cs-uat-etl02.0000.0001.0000.f1c2.cfdf2027.0001.e69caf04 is datadata_analysis.txt
by ray.wurlod
Fri Feb 24, 2012 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange issue on Final Delimeter
Replies: 1
Views: 828

If CSV file was created on Windows the line terminator is \r\n (DOS style). The overrun might simply be the Ctrl-M characters (\r). Try changing from Record Delimiter to Record Delimiter String and setting its value as "DOS style".
by ray.wurlod
Fri Feb 24, 2012 3:28 pm
Forum: General
Topic: Datastage 8.5 installation on RHEL 6.0 - Need help
Replies: 7
Views: 4268

Please verify that you're performing the installation as root. This is mandatory.
by ray.wurlod
Fri Feb 24, 2012 3:26 pm
Forum: General
Topic: Project environment is empty
Replies: 3
Views: 1282

Does a file called DSParams exist in the project directory?
by ray.wurlod
Fri Feb 24, 2012 3:25 pm
Forum: General
Topic: Where used Global Variables
Replies: 3
Views: 1201

If an environment variable has been used in a job it must be declared in the job parameters list, so that should be your first cut; extracting the parameter information from the ROOT record in the DS_JOBOBJECTS table. If you need to know every stage in which an environment variable has been used the...
by ray.wurlod
Fri Feb 24, 2012 3:22 pm
Forum: General
Topic: Datastage Developer/Datastage Admin/ Datastage Architecture
Replies: 7
Views: 2478

Some of the InfoSphere marketing material covers this well. It can be accessed on the IBM web site.
by ray.wurlod
Fri Feb 24, 2012 3:19 pm
Forum:
Topic: Training Class - Metadata Workbench
Replies: 2
Views: 1551

There are not. But contact your local IBM training centre and they'll tell you the next time it's scheduled to be run. Tell them I "sent" you.