Search found 53125 matches

by ray.wurlod
Thu Sep 01, 2011 10:14 pm
Forum: General
Topic: Getting error in $CommandOutput
Replies: 11
Views: 5018

Line terminators are mapped to @FM. In your case you correctly (originally) specified comma as the delimiter.

The problem is probably with the line terminators in your file. Can you please share how you are implementing "read each line of a file at a time"?
by ray.wurlod
Thu Sep 01, 2011 5:15 pm
Forum: General
Topic: Datastage version
Replies: 8
Views: 2498

Why not install the 7.5.2 client alongside 7.5.3 and switch between them as appropriate?
by ray.wurlod
Thu Sep 01, 2011 5:14 pm
Forum: General
Topic: Getting error in $CommandOutput
Replies: 11
Views: 5018

Does your file have an empty last line?
by ray.wurlod
Thu Sep 01, 2011 5:11 pm
Forum: IBM QualityStage
Topic: Match specification Rules
Replies: 3
Views: 3389

Sounds like you're in need of some training. Why not work through the QualityStage tutorial, which ships with the software and has its own manual? Cutoffs determine thresholds at which the composite weights calculated for records indicate a match, a non-match, or a "too close to call". Wei...
by ray.wurlod
Wed Aug 31, 2011 9:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file "delimiter not seen" error
Replies: 15
Views: 19798

Too quickly, it seems.
:oops:

The original error did seem to suggest that it was trying to read the column heading, since the first tab appears at offset 15.

In the first data record, the first tab appears at offset 2.

Did the error message actually mention a row number?
by ray.wurlod
Wed Aug 31, 2011 6:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file "delimiter not seen" error
Replies: 15
Views: 19798

I trust that you have configured the stage to ignore the first line as containing column headings?
by ray.wurlod
Wed Aug 31, 2011 6:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning Message on Row Reject
Replies: 2
Views: 1236

What happens if you set Array Size to 1 ?
by ray.wurlod
Wed Aug 31, 2011 6:33 pm
Forum: General
Topic: How to format current date as string in parameter
Replies: 3
Views: 1971

Code: Select all

Oconv(Iconv(DSJobStartDate, "DYMD"), "D-DMY[2,A3,4]")
See also this article.
by ray.wurlod
Wed Aug 31, 2011 6:29 pm
Forum: IBM QualityStage
Topic: Match specification Rules
Replies: 3
Views: 3389

When you define a blocking field in a match pass specification, you can specify whether that field is character or numeric. You have left the default (character) when you should have changed to numeric.
by ray.wurlod
Tue Aug 30, 2011 11:32 pm
Forum: General
Topic: Passing Parameters in a job sequence
Replies: 2
Views: 1617

They do not propagate automatically. You have to open each Job activity and replace the parameter references with references to the new parameter names.
by ray.wurlod
Tue Aug 30, 2011 11:30 pm
Forum: General
Topic: Executing the VB script from Datastage
Replies: 3
Views: 3030

You use exactly the same command that you would use to run the script from a CMD shell.
by ray.wurlod
Tue Aug 30, 2011 10:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse lookup on Mainframe db2 using Db2 connector
Replies: 9
Views: 4395

I'd still look at getting more memory and using local lookup.

Sparse lookup is necessarily slow. Think about what it has to do.
by ray.wurlod
Tue Aug 30, 2011 5:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Type 1/2 mix - how to test for types of update
Replies: 13
Views: 7499

Example: customer dimension. Name is Type 2, telephone number is Type 1. You never want to call people using their old phone number, but you do need to know previous name information. (This example may not be pertinent to a telco!)
by ray.wurlod
Tue Aug 30, 2011 5:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Load all Hashed file into memory
Replies: 26
Views: 9620

There's no limit till you start running out of memory. However, every byte of memory you use for cached hashed files is marked memory that is not available for any other purpose. So the more you use, the less you have for other tasks. The whole thing's a trade-off - supply and demand.
by ray.wurlod
Tue Aug 30, 2011 4:27 am
Forum:
Topic: Multiple Information Servers
Replies: 4
Views: 2526

At first blush I would presume that you can use ISM (or istool) to export from one repository and import into another without the need for DataStage to be licensed on the receiving server. That said, do check with IBM for a definitive answer.