Search found 53125 matches

by ray.wurlod
Tue Aug 31, 2010 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC problem
Replies: 8
Views: 3161

Why not just select user_code column without the CASE construct and handle the non-KSKS values within the job?
by ray.wurlod
Tue Aug 31, 2010 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to configure a unix server for datastage client
Replies: 11
Views: 3467

Perhaps you can use some protocol like Samba to mount the disks from the UNIX machine on yours.
by ray.wurlod
Tue Aug 31, 2010 12:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read EBCDIC file layout in Datastage
Replies: 16
Views: 13358

If you're using a CFF stage you need to have imported from a COBOL file definition. If you're importing a Sequential File definition, you need to use a Sequential File stage.
by ray.wurlod
Tue Aug 31, 2010 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interview qst?(Lookup table)
Replies: 2
Views: 1695

None, because you have the records, and U (another of our posters) doesn't.
by ray.wurlod
Tue Aug 31, 2010 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stages is missing from one project to another
Replies: 5
Views: 2113

Close a few windows, so as to reclaim some memory.
by ray.wurlod
Tue Aug 31, 2010 10:23 am
Forum: General
Topic: How to write bad dates (contains alpha) to a reject table
Replies: 2
Views: 1282

You would use the IsValid() function in a Transformer stage that has two outputs, one for times when the record is in some way invalid. This would server as your link to your rejects table.
by ray.wurlod
Tue Aug 31, 2010 10:21 am
Forum: General
Topic: Univers : how to get jobs dependency
Replies: 10
Views: 4059

This needs to be narrowed down in terms of definition. Please answer the questions I posed earlier.
by ray.wurlod
Tue Aug 31, 2010 10:19 am
Forum: IBM QualityStage
Topic: Address is not standardizing correctly.
Replies: 4
Views: 2607

Good points. Just remember that the two "unhandled" user overrides are applied after the pattern action language script has been executed.
by ray.wurlod
Tue Aug 31, 2010 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job has to start after N records..?
Replies: 4
Views: 2016

Why do you want to know how U (one of our posters) can achieve it?
by ray.wurlod
Tue Aug 31, 2010 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Set Parameter Value Dynamcially
Replies: 2
Views: 1218

Put the parameter value somewhere such as in a file or in the first job's user status area.
by ray.wurlod
Tue Aug 31, 2010 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read EBCDIC file layout in Datastage
Replies: 16
Views: 13358

Change comma to pipe on the Format tab when importing.
by ray.wurlod
Tue Aug 31, 2010 2:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Agrregator filling the log even after the job is stopped
Replies: 7
Views: 2184

Are the messages coming from the first or second aggregator in each pair? Are the grouping keys in the second aggregators the same, or a subset, of those in the first? Could there be a problem in the Teradata stage that is being driven by the second aggregator stage? Have you tried enabling inter-pr...
by ray.wurlod
Tue Aug 31, 2010 2:56 am
Forum: General
Topic: Univers : how to get jobs dependency
Replies: 10
Views: 4059

Are the dependencies correctly recorded on the Dependencies tab of every job? Are any jobs started with a call to the DSRunJob() function?
by ray.wurlod
Tue Aug 31, 2010 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Agrregator filling the log even after the job is stopped
Replies: 7
Views: 2184

No other messages, such as "row out of order"?
Are you aggregating sorted data?
by ray.wurlod
Tue Aug 31, 2010 12:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Agrregator filling the log even after the job is stopped
Replies: 7
Views: 2184

Give us examples of the logged messages. That may shed some light. The limited information you have provided thus far does not.