Search found 53125 matches
- Tue Aug 10, 2010 4:43 pm
- Forum: IBM QualityStage
- Topic: Match Frequency
- Replies: 3
- Views: 2226
The match frequencies are used to determine the reliability of the fields used as matching fields. The more frequently a value occurs in its domain the less information content it contributes to the match, and vice versa. This information is used when calculating the agreement/disagreement weights i...
- Tue Aug 10, 2010 5:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to view the Log file.
- Replies: 20
- Views: 4962
Please run the following command from the Administrator client:
Report your findings.
Code: Select all
UVFIXFILE RT_LOG43- Tue Aug 10, 2010 5:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: About The Latest Tools Availability
- Replies: 5
- Views: 1901
- Tue Aug 10, 2010 4:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Jobs Not Running
- Replies: 28
- Views: 16223
- Tue Aug 10, 2010 2:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: about forums
- Replies: 2
- Views: 952
- Tue Aug 10, 2010 2:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Jobs Not Running
- Replies: 28
- Views: 16223
Re: Datastage Jobs Not Running
What was the reason?paranoid wrote:... the jobs failed for the same reason and we could finish them after re-running those scripts manually....
Are ANY events logged either in DataStage logs or in cron (or script) logs?
- Tue Aug 10, 2010 12:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: particular character search
- Replies: 1
- Views: 745
Welcome aboard. The Index() function can test for the existence of a substring in a string. You can also remove all the functions from your string using Convert() function then compare the length of the result with the length of the original string - if they're different then one of the characters w...
- Tue Aug 10, 2010 12:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: In-Band Nulls and Out-Band Nulls Make Null function
- Replies: 7
- Views: 4873
- Tue Aug 10, 2010 12:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer Reject
- Replies: 3
- Views: 2261
A reject link does not mean the same thing in a parallel Transformer stage as it does in a server Transformer stage. In the parallel Transformer stage it is the Otherwise/Log link that handles any row that has not been handled by any earlier output link in the output link execution order. The reject...
- Tue Aug 10, 2010 12:31 am
- Forum: IBM QualityStage
- Topic: Lower Case Output from quality stage standardization
- Replies: 7
- Views: 3704
- Mon Aug 09, 2010 8:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to run shell scripts in sequence jobs
- Replies: 6
- Views: 1491
Re: How to run shell scripts in sequence jobs
how should i use them in the sequence jobs Invoke from Execute Command activity. what conditions ineed to keep to make sure it runs successfully....... That's entirely within the purview of the author of the shell script. The job sequence will detect the exit status of the shell script (accessible ...
- Mon Aug 09, 2010 5:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Validation
- Replies: 15
- Views: 4321
Code: Select all
If Len(Convert("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789", "", InLink.TheString)) = 0 Then Left(InLink.TheString, 20) Else ""- Mon Aug 09, 2010 5:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to set not null column to null
- Replies: 16
- Views: 8999
- Mon Aug 09, 2010 5:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stage Variables...
- Replies: 2
- Views: 1179
There are no assignments in any expression. Your stage variable derivation should read only
Code: Select all
If DSLink12.KeyChange=1 then 1 else StageVar+1- Mon Aug 09, 2010 3:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage is down
- Replies: 8
- Views: 3182