Search found 53125 matches

by ray.wurlod
Fri May 14, 2010 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture duplicates to separate file
Replies: 5
Views: 2073

Fork join with one path through Aggregator to get the counts.
Capture any row with a count >= 2 using a Filter or Transformer stage. These are your duplicates.
Another link captures either all rows or only those with count = 1, depending on your requirements.
by ray.wurlod
Fri May 14, 2010 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two files
Replies: 12
Views: 4377

The detail records are a straightforward join with the header records, which can also be created with a Join. One arm of that join can be driven by a Row Generator that creates rows like
AA,001
BB,002
CC,003
for as many as necessary.
by ray.wurlod
Fri May 14, 2010 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job picking default parameter values and not from script.
Replies: 7
Views: 2152

You can verify in the job log ("job starting" event) which parameter values were passed to the job.
by ray.wurlod
Fri May 14, 2010 4:18 pm
Forum: General
Topic: denormalize seqential file data
Replies: 3
Views: 1959

Question: Sunil, are you marketing yourself as a DataStage practitioner? The technique here is "vertical pivot". Details may be found if you Search DSXchange. If you want folks to provide complete solutions, chances are that they'll want to be paid. Because they, not you, will have done th...
by ray.wurlod
Fri May 14, 2010 4:15 pm
Forum: General
Topic: DataStage ASB Packs training
Replies: 2
Views: 1446

Have you checked their website? Education is typically under the services menu.
by ray.wurlod
Fri May 14, 2010 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to store the data in XML FILE
Replies: 1
Views: 1014

Search DSXchange for "failed to load". Discover the usual reasons that shared libraries fail to be found or fail to load. Work out which one is affecting you.
by ray.wurlod
Fri May 14, 2010 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: O/p required in the mentioned format
Replies: 2
Views: 918

Upgrade to version 8.5, in which looping within the Transformer stage is possible.

The bad news is that version 8.5 has not yet been released.
by ray.wurlod
Fri May 14, 2010 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checking jobstatus
Replies: 4
Views: 1366

Yes. The easiest way is to refer to the $JobStatus activity variable downstream of the Job activity in a sequence. Otherwise you can create a routine using the DataStage API and calling DSGetJobInfo() to obtain the required information. You will, in this case, need to have attached the job to the ro...
by ray.wurlod
Fri May 14, 2010 5:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Negative number in round braces ()
Replies: 3
Views: 1599

Check out the "MD" conversions for Iconv() and Oconv() in the DataStage BASIC manual. They can manage these kinds of conversion, though I might observe that having a "-" inside angle brackets is very unusual.
by ray.wurlod
Fri May 14, 2010 5:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error "INTVAL" unexpected,Was expecting: Assignmen
Replies: 0
Views: 1359

This message usually means that the token has been previously defined, perhaps in a different header file. You need either to search very carefully or to generate a cross reference listing when compiling.
by ray.wurlod
Fri May 14, 2010 5:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSend Mail Error
Replies: 2
Views: 1632

Mail usually ends up in dead.letter when it fails to be delivered. Check your recipient address.
by ray.wurlod
Fri May 14, 2010 5:53 am
Forum: General
Topic: Error while View the Data from Sybase Source table
Replies: 1
Views: 987

DataStage is not able to open the connection. Please double-check all of the connection parameters. Check too that a different client (or even the DS.CONNECT utility) can or cannot connect.
by ray.wurlod
Thu May 13, 2010 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating copy of a parallel job
Replies: 2
Views: 2266

Why did you mark the job type as Server ?

Code 40019 is "write failure". Check permissions within your project directory, in particular to the DS_JOBOBJECTS directory and the files within it.

Code: Select all

SELECT * FROM SYS.MESSAGE WHERE @ID = 040019;
by ray.wurlod
Thu May 13, 2010 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Batch Script returns different date format when scheduled
Replies: 8
Views: 3176

You could adapt Kim's script to choose the format statement based on a command line argument's value.
by ray.wurlod
Thu May 13, 2010 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not find "APT_DB2ReadOperator"...
Replies: 12
Views: 4324

Multiple versions are provided because different customers use different versions of DB2. The symbolic link points to the appropriate one.