Search found 53125 matches

by ray.wurlod
Fri Jul 19, 2013 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What does 'output row only once' will do in filter
Replies: 15
Views: 5419

It DOES work.

Show me exactly what you did, and explain what you mean by "din't worked".
by ray.wurlod
Thu Jul 18, 2013 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get current year
Replies: 2
Views: 1391

What is the data type of the "date" column? What is the source of data (for example text file, database table)? Set up the year to be selected as a job parameter. for example jpYear. Extract the year from the date (use substring technique if the "date" column is a string, or the ...
by ray.wurlod
Thu Jul 18, 2013 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What does 'output row only once' will do in filter
Replies: 15
Views: 5419

I don't recall that IN is supported in the Filter stage.

Rather you need multiple WHERE conditions each directing to the same output link number. Output links are numbered from 0.
by ray.wurlod
Thu Jul 18, 2013 4:21 pm
Forum:
Topic: How to save data lineage report
Replies: 2
Views: 2135

If they can they will. Don't push.

If it's urgent, involve your official support provider and sign up for premium level support; learn just how expensive "urgent" can be. DSXchange is an all-volunteer site whose members spend most of their time earning a living.
by ray.wurlod
Wed Jul 17, 2013 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data from Log File
Replies: 11
Views: 4123

Do you need to be able to reverse the mapping to a masked value?

In either case, creating a routine is probably the easiest way to go. The routine needs to generate the same (?) unique replacement for each SSN.
by ray.wurlod
Wed Jul 17, 2013 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can we import data from RT_LOG files
Replies: 7
Views: 3976

:shock:
There should already be an "F" pointer in the VOC for each log hashed file.
by ray.wurlod
Wed Jul 17, 2013 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create output file names based on data in a column
Replies: 21
Views: 7827

You're getting into Routine territory now. You need to scan the existing list to determine whether the value already exists (use the Locate statement) and insert it if not. Maintain the list as a field mark (@FM) delimited dynamic array sorted. Implement the following logic in your routine. Locate N...
by ray.wurlod
Wed Jul 17, 2013 4:37 pm
Forum: General
Topic: Repository structure folders on a routine
Replies: 6
Views: 2466

Code: Select all

Trans("DS_JOBS", vJdName, 3, "X")
by ray.wurlod
Wed Jul 17, 2013 4:34 pm
Forum: IBM QualityStage
Topic: Copying USPREP rule set
Replies: 11
Views: 5020

Good to know - should someone initiate a documentation enhancement request?
by ray.wurlod
Wed Jul 17, 2013 4:32 pm
Forum: IBM QualityStage
Topic: Reference Match Types
Replies: 3
Views: 3640

The only possible answers are (a) "it depends" on the characteristics of the data and (b) if you have this knowledge a priori then you probably should be using a many-to-one match rather than one-to-one.
by ray.wurlod
Tue Jul 16, 2013 6:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Group On One Column and Get Data from Other Column
Replies: 6
Views: 2016

Your original requirement was not totally clear on this. Use stage variables to remember the value from the previous row and to detect group change (Dno = 0 and Cno = 0). This of course requires sorted data.
by ray.wurlod
Tue Jul 16, 2013 6:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error: Tfm8: ds_intput() - row too big for inter stage rowbu
Replies: 3
Views: 2440

The Tunables tab of project properties in the Administrator client sets defaults for the project.

Within the job use Inter-Process Communication stage, where the buffer sizes are set as stage properties.
by ray.wurlod
Tue Jul 16, 2013 6:42 pm
Forum: General
Topic: Viewing the SOAP call with the Web service stage
Replies: 2
Views: 908

I've always used a tool such as XMLSpy.
by ray.wurlod
Tue Jul 16, 2013 6:42 pm
Forum: IBM QualityStage
Topic: Copying USPREP rule set
Replies: 11
Views: 5020

You should be able to right click on CopyOfUSPREP and rename it.

Make sure you are not trying to rename USPREP.
by ray.wurlod
Tue Jul 16, 2013 6:40 pm
Forum: IBM QualityStage
Topic: Copying USPREP rule set
Replies: 11
Views: 5020

You should be able to right click on CopyOfUSPREP and rename it.

Make sure you are not trying to rename USPREP.

If you can't rename the folder, try renaming the SET file.