Search found 53125 matches

by ray.wurlod
Sun Apr 08, 2012 10:13 pm
Forum: General
Topic: Usage of Transforms
Replies: 5
Views: 1412

Transforms are only available in server jobs (and therefore in expressions used in sequence jobs). They may be available in the BASIC Transformer stage in parallel jobs - I can't check that at the moment - but would not be available in any other parallel job stage type.
by ray.wurlod
Sun Apr 08, 2012 10:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director warning Implicit conversion
Replies: 8
Views: 2487

I would be very concerned to verify that every single source value (irrespective of its metadata) could be shoehorned into the target data type. I'd be throwing an IsValid() check in there somewhere.
by ray.wurlod
Sun Apr 08, 2012 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: size of time datatype
Replies: 11
Views: 2934

Where did you get this impression? How many bytes are used for Time without fractional seconds?
by ray.wurlod
Sun Apr 08, 2012 3:35 pm
Forum: General
Topic: Check for File arrival
Replies: 10
Views: 3811

8.0 as far as I am aware.
by ray.wurlod
Sat Apr 07, 2012 2:56 pm
Forum: General
Topic: Check for File arrival
Replies: 10
Views: 3811

You're right that there's no DataStage scheduler in version 7, which is the version indicated by the OP. However, Information Server does have a scheduling service in version 8. But that scheduling service does not include a "file watcher" equivalent. Other than multiple Wait For File acti...
by ray.wurlod
Sat Apr 07, 2012 2:53 pm
Forum: General
Topic: Use of Metadata in DataStage stages
Replies: 3
Views: 1604

Welcome aboard.

Question: why is the metadata unknown at design time? On what, therefore, are you basing your design?
by ray.wurlod
Fri Apr 06, 2012 7:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: tsort and psort
Replies: 15
Views: 7909

Tsort is a place on Terry Pratchett's Discworld.
by ray.wurlod
Fri Apr 06, 2012 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Double pivot??
Replies: 4
Views: 1394

Your example doesn't match your words. For example record 1 does not end up with a C in Code1, even though there's a C in the record. Please re-state the problem or tell us that your words are correct but your example is wrong. What's to be done if there's no C in the record? If your words are corre...
by ray.wurlod
Fri Apr 06, 2012 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: tsort and psort
Replies: 15
Views: 7909

A psort is a sort with a silent p, as in swimming.
:lol:
by ray.wurlod
Fri Apr 06, 2012 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing header and footer using datastage without unix cmd?
Replies: 7
Views: 8780

Why "without using UNIX command"? Is this some kind of interview question? You should be able to use every tool in the toolkit. Is the layout of the header and trailer records the same as that for the detail records? If not there is a very simple solution of adding a reject link to the Seq...
by ray.wurlod
Fri Apr 06, 2012 3:55 pm
Forum: General
Topic: Can 8.5 client be used with 8.1 FP2 server edition?
Replies: 6
Views: 1997

8.5 client can NOT be used with 8.1 server.
by ray.wurlod
Fri Apr 06, 2012 3:50 pm
Forum: IBM QualityStage
Topic: '?' Vs '+' in 'Investigate Stage' Vs 'Standardize Stage'
Replies: 4
Views: 3312

Pattern Action Language uses + for a single unknown word and ? for one or more unknown word (unknown = unclassified). In Investigation there's no value in differentiating between them.
by ray.wurlod
Thu Apr 05, 2012 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix
Replies: 2
Views: 1134

You can find out which versions of Informix are supported by reading the on-line help or documentation at the Information Center. As a rule of thumb support exists for the current version and one or two versions back, but sometimes the database version leapfrogs the IIS technology and there is a bri...