Search found 53125 matches

by ray.wurlod
Wed Nov 23, 2011 11:19 pm
Forum: General
Topic: Capturing Log Information to a table
Replies: 4
Views: 1031

Download ETLstats for free from Kim Duke's web site and avoid re-inventing the wheel.
by ray.wurlod
Wed Nov 23, 2011 11:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential_File_1,0: Import warning at record 0:
Replies: 10
Views: 6082

Are you using File Pattern or Multiple Readers Per Node properties? If so these will block First Line is Column Headings. If you read specific files, however, the First Link is Column Headings property is definitely available.
by ray.wurlod
Wed Nov 23, 2011 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data conversion
Replies: 13
Views: 3662

No, date format, for example 000001101101001000101010100010110101
by ray.wurlod
Wed Nov 23, 2011 11:15 pm
Forum: IBM QualityStage
Topic: Need Sample output of - match frequency stage. (in .txt frmt
Replies: 1
Views: 1613

The Match stages prefer Data Sets as their inputs. You should not provide them data from ".txt" format files. If you only need a sample to look at, interpose a Peek stage in the link between the Match Frequency stage and the Data Set, and direct the second output of the Peek stage to a Seq...
by ray.wurlod
Wed Nov 23, 2011 9:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data conversion
Replies: 13
Views: 3662

The If..Then..Else construct determines which of the two formats is used in the current row. It is sufficient to test the first four characters being numeric (which indicates YYYY-MM-DD format in your case). If Num(InLink.TheString[1,4]) Then StringToDate(InLink.TheString,"%yyyy-%mm-%dd") ...
by ray.wurlod
Wed Nov 23, 2011 9:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using routine server in parallel job
Replies: 0
Views: 1293

You can use a BASIC Transformer stage in a parallel job.

Before/after job subroutines are server routines anyway, so you don't need to do anything about those.
by ray.wurlod
Wed Nov 23, 2011 7:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data conversion
Replies: 13
Views: 3662

You're going to need some If..Then..Else logic to differentiate the formats, and apply the appropriate conversion in each case.
by ray.wurlod
Wed Nov 23, 2011 7:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Import warning
Replies: 8
Views: 2369

The data type is integer but you have spaces. Spaces is not a valid integer.
by ray.wurlod
Wed Nov 23, 2011 5:01 pm
Forum: General
Topic: Validating jobs
Replies: 3
Views: 984

Create an identical sequence with the run mode of every job activity set to "Validate".
by ray.wurlod
Wed Nov 23, 2011 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date
Replies: 11
Views: 5165

If you want a more self-documenting variant, you can use %(m,v)
by ray.wurlod
Wed Nov 23, 2011 1:08 pm
Forum: General
Topic: How to Protect/Unprotect multiple projects
Replies: 17
Views: 4945

I'm sure I've seen it, but it may have been in an IOD presentation or a "what's new" paper rather than the manuals. The manuals are organised somewhat differently in 8.7 - there are four manuals dealing solely with metadata, for example.
by ray.wurlod
Wed Nov 23, 2011 1:06 pm
Forum: General
Topic: Client Login Error
Replies: 8
Views: 6288

Are you specifying port number 9080 with the domain?
by ray.wurlod
Wed Nov 23, 2011 1:04 pm
Forum: General
Topic: user activity issue
Replies: 2
Views: 890

You seem to be using a sledgehammer to crack a nut here. I'm guessing you are setting up WHERE clauses for something downstream, maybe a Filter stage. Why not use type <> "A" as the first expression itself?
by ray.wurlod
Wed Nov 23, 2011 12:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Releasing Section Leaders and jobs struck
Replies: 5
Views: 2498

Locking in the Oracle database?