Search found 53125 matches

by ray.wurlod
Wed Jun 04, 2008 6:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Filter Error
Replies: 25
Views: 5176

That's the first mention you've made of that fact!
:roll:

What error messages are logged by the aborting job?
by ray.wurlod
Wed Jun 04, 2008 5:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg: NULL values in comma delimited file
Replies: 15
Views: 6465

What is the data type of the YEAR field? My guess is Char(4).

Now, what is the Null Field Value property set to (a) for the YEAR field or (b) generically?
by ray.wurlod
Wed Jun 04, 2008 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Filter Error
Replies: 25
Views: 5176

Try the grep at the command line. It does NOT return the count. You would need to pipe the output of grep into a wc -l command to get a count.
by ray.wurlod
Wed Jun 04, 2008 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where to find job schedule info in xmeta DB?
Replies: 14
Views: 12953

You will be able to do that once Dean advises whereabouts in the RT_CONFIGnnn record the schedule information resides.
by ray.wurlod
Wed Jun 04, 2008 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default value for Continue option in Lookup
Replies: 9
Views: 5346

Make the output fields nullable.
by ray.wurlod
Wed Jun 04, 2008 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File with varying metadata
Replies: 4
Views: 1179

1.) Yes - use the Schema File property. But you need to provide a schema file at run time that matches the structure of the data file.

2.) Yes. Read it using a single VarChar field and parse that within the job.
by ray.wurlod
Wed Jun 04, 2008 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find max date
Replies: 7
Views: 1955

You can do it without conversion if the date strings are in a sortable format, such as YYYY-MM-DD.
by ray.wurlod
Wed Jun 04, 2008 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regular expression
Replies: 4
Views: 1395

Something like

Code: Select all

Alpha(InLink.TheString[2,2] And Num(Right(InLink.TheString,5))
by ray.wurlod
Wed Jun 04, 2008 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default value for Continue option in Lookup
Replies: 9
Views: 5346

You can not do this in the Lookup stage itself (one stage, one task) but can do so in any downstream Modify or Transformer stage. Pass the columns from the reference link to the output and replace null with -99 as required.
by ray.wurlod
Wed Jun 04, 2008 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg: NULL values in comma delimited file
Replies: 15
Views: 6465

Your field width is defined as 4 and therefore whatever you have specified as the null field value must have precisely four characters. Apparently what you have specified for null field value contains five characters.
by ray.wurlod
Wed Jun 04, 2008 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run a sequential file in parallel mode?
Replies: 6
Views: 8334

True if you have only one File property. Try it with two File properties.
by ray.wurlod
Wed Jun 04, 2008 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stopping the sequence job
Replies: 2
Views: 1385

Have a reject-handling output on the Transformer stage. If used, this will log a non-informational message in the job log, which can be detected by the job sequence since the job's exit status will not be DSJS.RUNOK.
by ray.wurlod
Wed Jun 04, 2008 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Filter Error
Replies: 25
Views: 5176

What does the grep command generate as output? What are the record schemas going in to and out of the External Filter stages and the actual grep command used?
by ray.wurlod
Wed Jun 04, 2008 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using a hex value in the where predicate of a filter stage
Replies: 3
Views: 1552

No, I mean manually when designing the job.
by ray.wurlod
Wed Jun 04, 2008 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing part of job log using routine
Replies: 28
Views: 8168

Would your glasses be half full or half empty?
:lol: