Search found 53125 matches

by ray.wurlod
Thu Aug 21, 2014 5:12 pm
Forum:
Topic: Line Colors in Data Lineage Reports
Replies: 6
Views: 4167

From the IBM training class "Metadata Workbench Essentials":
  • blue line = operational metadata

    orange line = design metadata

    green line = user-defined data flow
by ray.wurlod
Thu Aug 21, 2014 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Greenplum connector only for select columns
Replies: 6
Views: 2737

Check on the Columns tab on the Output link in the Data Set stage. There should be an RCP check box there.
by ray.wurlod
Thu Aug 21, 2014 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to: Hash File Where Used?
Replies: 1
Views: 1929

Right click on the table definition for each hashed file and click "Where Used".

Or do the same for the Hashed File stage type. Or do that in Metadata Workbench.
by ray.wurlod
Thu Aug 21, 2014 2:29 pm
Forum: General
Topic: Directories Created on Project Creation
Replies: 4
Views: 1700

The ones created when the project is created have names beginning with "RT_".
by ray.wurlod
Thu Aug 21, 2014 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling ordinal Dates without using Transformer or Modify S
Replies: 2
Views: 1220

No. An explicit transformation will be required, as there is no implicit transformation from Decimal to Date.
by ray.wurlod
Wed Aug 20, 2014 9:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To search for occurence of more than one character in string
Replies: 3
Views: 1681

Code: Select all

Index(original_string, substring_sought, occurrence)
by ray.wurlod
Wed Aug 20, 2014 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Greenplum connector only for select columns
Replies: 6
Views: 2737

Is runtime column propagation (RCP) enabled on the output link for the upstream stage?
by ray.wurlod
Tue Aug 19, 2014 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join vs lookup
Replies: 3
Views: 1616

Lookup loads the reference data set into memory, so that your lookups are performed in memory (at memory speed) and there is no need to sort the data (a hash table index is also created in memory). Join does require that both its inputs be sorted.
by ray.wurlod
Mon Aug 18, 2014 2:42 pm
Forum: General
Topic: On what technology is DataStage GUI built ?
Replies: 6
Views: 2008

The old DataStage Designer (still the current one, not the new browser-based one) is a real mongrel, with bits of VB, bits of C, bits of C#, bits of C++, bits of Java (not much), and probably bits of someone's leg. And the plug-in architecture means that server plug-in stages can be written in any l...
by ray.wurlod
Mon Aug 18, 2014 2:37 pm
Forum: General
Topic: Display Files as date wise like aug 18th,19th,20th data file
Replies: 10
Views: 2985

If you're happy with 21th there's a very simple solution. Otherwise you're up for a small amount of coding.
by ray.wurlod
Mon Aug 18, 2014 2:34 pm
Forum: General
Topic: Please Tell Me Complex stages in real time scenarios?
Replies: 3
Views: 1378

The only stage type with Complex in its name is Complex Flat File stage. This might be used to perform a lookup against a COBOL-generated source in a job design that has been exposed through Information Services Director to be a web service.
by ray.wurlod
Sun Aug 17, 2014 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: junk character removal
Replies: 17
Views: 6921

OK, maybe it only works in BASIC-based components, such as the BASIC Transformer stage.
by ray.wurlod
Thu Aug 14, 2014 5:50 pm
Forum:
Topic: Line Colors in Data Lineage Reports
Replies: 6
Views: 4167

Thanks, Eric and Ernie. I'm operating on "the customer is always right" principle in seeking the answer to their question. Looks like I'll have to answer them in terms similar to those you used.

(The client is a bank - they're fussy about these kind of things.)
by ray.wurlod
Thu Aug 14, 2014 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: junk character removal
Replies: 17
Views: 6921

That shows only that the expression editor parser doesn't like it. Does it compile and work properly?
by ray.wurlod
Thu Aug 14, 2014 4:14 pm
Forum: General
Topic: istool import job error
Replies: 1
Views: 1723

The log is called SystemOut.log, and it lives in the WebSphere Application Server directories, for example /opt/IBM/AppServer/profiles/server1/logs (your pathname will almost certainly be different).