Search found 406 matches

by JRodriguez
Mon Aug 03, 2009 11:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup condition
Replies: 6
Views: 4160

(
IsNull(lkp_CRC.CRC) or ( NullToEmpty(CRC) <> NullToEmpty (lkp_CRC.CRC) )
)

OR
(
IsNull(lkp_CRC1.CRC) or (NullToEmpty(CRC) <> NullToEmpty(lkp_CRC1.CRC) )

)
by JRodriguez
Sun Aug 02, 2009 8:06 pm
Forum: IBM QualityStage
Topic: Limit of Stage Variables in version 8
Replies: 20
Views: 13304

The limitation of stage variables, as other poster stated, will depend on your system resources ... and your initial list of string could be implemented using stage variables But unless you have a static source, more new strings will come soon after the code got into production environment, and for ...
by JRodriguez
Fri Jul 31, 2009 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi-Instance "Missing Parameters"
Replies: 13
Views: 9920

This was intended to remove all job logs from the metadata repository due to a bug in version 8.1 At version 8.1 the jobs logs can be saved in the metadata repository or using the old way having them in files. But there is a bug - I did some post about it a while ago - and Big Blue recommended to re...
by JRodriguez
Mon Jul 27, 2009 6:57 am
Forum: IBM QualityStage
Topic: Unhandled pattern Tokens : Like ? for +++++, anything for QQ
Replies: 4
Views: 3270

DvStand, The repeat action will allow you to read/treat more than one token of the same class in the input record. Pattern Action Reference Language, pag 55: "Performing actions repetitively". Just be careful to code and exit condition to avoid infinite loop Below code will remove all Q ty...
by JRodriguez
Thu Jul 23, 2009 9:45 am
Forum: IBM QualityStage
Topic: Simulation of QS with MDM for real time not working for Addr
Replies: 3
Views: 3181

If the Address Standardization is working fine as stand alone then take a look at MDM MDM is highly parameterized application, ask the MDM guys to take a look if the address standardization process in MDM configuration is disable ( parameter QS_STAN_ADDRESS) or maybe MDM is expecting the original sh...
by JRodriguez
Tue Jul 21, 2009 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup Failed !!
Replies: 15
Views: 5585

Check if:

- You have same hashed file name in both jobs
- The key definition is same in both jobs
by JRodriguez
Mon Jul 20, 2009 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Poor performance using sequential file stage
Replies: 4
Views: 1930

I guess that the botleneck is not in the sequential file but in the oracle stage ...yoou can test this by replacing your Oracle stage with another sequential stage What's your commit strategy? Delete operation is database intensive and time consuming, mainly because it forces the database to generat...
by JRodriguez
Mon Jul 20, 2009 12:03 pm
Forum: IBM QualityStage
Topic: Configuring Unduplicate Match Stage
Replies: 2
Views: 1958

If you are seeing the column from the Frecuencies data set you should just rearrenge the link order, this happen when the Link from the frequency data set is attached first because the tool assume that the first link is the data...... assuming that you have both links standardardized and Frequency i...
by JRodriguez
Thu Jul 16, 2009 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Stage
Replies: 1
Views: 2753

Which specif 8.x version? There a couple of setting for 8.0.1 where you need to set $DSHOME/dsenv ...

Please notice that MQ Stage <> MQ Connector ... looks like you are using the MQ connector. Please post your job design....
by JRodriguez
Thu Jul 16, 2009 11:11 am
Forum: IBM QualityStage
Topic: Street number is geting identified as house number suffix
Replies: 6
Views: 4966

By default the tool will show results as expected by case No. 2 records. Because both cases contradict each other and to avoid changing the default behavior of the tool the approach should lean toward addressing the exception, case No.1, only I would treat those records after the standardization pro...
by JRodriguez
Wed Jul 15, 2009 2:57 pm
Forum: IBM QualityStage
Topic: Putting overrides involving a ´?´ via Rules Mgmt Window
Replies: 0
Views: 2670

Maybe I should take my answer back and explain further ... If you are going to apply unhandled pattern overrides using the GUI you would like to treat one token at a time. As far as I know, the tool don't represent unhandled patterns using "?" class( Somebody can correct me if I'm wrong), ...
by JRodriguez
Tue Jul 14, 2009 1:33 pm
Forum: IBM QualityStage
Topic: Pattern Action File Code Validation
Replies: 6
Views: 5939

Well ... you would like to: M | + | Q | ? COPY [1] temp CONCAT " " temp CONCAT [2] temp COPY temp {Manzana} COPY [3] {ExceptionData} COPY_S [4] {Asentamiento} RETYPE [1] 0 RETYPE [2] 0 RETYPE [3] 0 RETYPE [4] 0 RETURN Only [4] using COPY_S to preserve the space in between, the rest of toke...
by JRodriguez
Tue Jul 14, 2009 11:52 am
Forum: IBM QualityStage
Topic: Pattern Action File Code Validation
Replies: 6
Views: 5939

Is a bit different, what I mean is: - Add a subroutine to the action pattern file, probably at the end - In the subroutine add all your new pattern actions - Call the subroutine when in the current Pattern File they are determining the piece of data that will be mark as "unhandled" When a ...
by JRodriguez
Tue Jul 14, 2009 8:13 am
Forum: IBM QualityStage
Topic: Pattern Action File Code Validation
Replies: 6
Views: 5939

It's difficult to say without having the pattern action file for your Rule Set and without any knowledge of Mexican Addresses. Normally UNHANDLED PATTERN refer to the entire pattern and looks like in your case part of the record has been standardized and part of it has been identified like "add...