Search found 53125 matches

by ray.wurlod
Wed Feb 08, 2012 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding usage of a field that is not part of Aggregator.
Replies: 14
Views: 7283

Use Sample stage with Skip = 4 but otherwise a 100% sample.
by ray.wurlod
Wed Feb 08, 2012 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with creating index on hash file
Replies: 12
Views: 3270

It should look like this: ProcKeyLookup 001 F 002 ProcKeyLookup 003 D_ProcKeyLookup How was the hashed file created? It seems to me that the VOC entry is corrupted and, if field 3 is correct, so too is the hashed file itself - ProcKeyLookup directory should contain only DATA.30, OVER.30 and .Type30 ...
by ray.wurlod
Wed Feb 08, 2012 6:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup value 0
Replies: 9
Views: 4202

Char(10) to Integer may be illegal, if the value is greater than 2^31-1.
by ray.wurlod
Wed Feb 08, 2012 6:40 pm
Forum: General
Topic: looping in sequencer
Replies: 11
Views: 3912

I don't think you can do it that way. What you can do is construct the entire SQL statement outside of the job (in a sequence) and pass that as a parameter to the job.
by ray.wurlod
Wed Feb 08, 2012 6:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove first four rows from file
Replies: 22
Views: 4978

Why? What's wrong with what's been proposed? How many times are you going to ask "is there any other way"? This is not some kind of competition.
by ray.wurlod
Wed Feb 08, 2012 6:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: soundex field name in schema
Replies: 4
Views: 2714

Can you use quoted identifiers in Teradata? That is, "SOUNDEX" is a column name, whereas SOUNDEX is the name of a function.
by ray.wurlod
Wed Feb 08, 2012 6:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to Untar the tar files
Replies: 13
Views: 4446

You neglected to mention that little fact.

I don't believe there will be a solution that does not involve saving the content of the archive to disk.
by ray.wurlod
Wed Feb 08, 2012 6:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with creating index on hash file
Replies: 12
Views: 3270

You left off the quote characters. LIST commands (including LIST.ITEM) are not permitted two file names on the command line.
by ray.wurlod
Wed Feb 08, 2012 6:31 pm
Forum: General
Topic: Starting a job from PC
Replies: 6
Views: 2746

What is the full syntax of the dsjob command that you are issuing? In particular does it include -user and -password options?
by ray.wurlod
Wed Feb 08, 2012 6:29 pm
Forum: General
Topic: Transaction handling in ODBC stage
Replies: 1
Views: 1095

Transaction isolation level is a property of the ODBC API. Definitive explanations are available in Microsoft documentation (Microsoft are the creators of the ODBC "standard").
by ray.wurlod
Wed Feb 08, 2012 6:26 pm
Forum:
Topic: Importing into metadata repository using istool
Replies: 18
Views: 6322

Disappointed to find that you haven't enrolled on the Metadata Workbench Essentials class starting today in Singapore.
by ray.wurlod
Wed Feb 08, 2012 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read SQL into Datastage job
Replies: 7
Views: 5551

Not easy, and I'd probably guess impossible in a single job. You can read the SQL from the table in one job, load it into that job's user status area, and read that when setting a job parameter to contain the SQL in a second job. Use the first job's $UserStatus activity variable to get the SQL state...
by ray.wurlod
Wed Feb 08, 2012 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Random() function
Replies: 8
Views: 5457

There's no reason a random number would not generate duplicates. They're random, after all. You can even work out the probability of it occurring, if there is a finite domain of values from which the random number can be selected.
by ray.wurlod
Wed Feb 08, 2012 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to Untar the tar files
Replies: 13
Views: 4446

What if you were to use tar as the filter command in a Sequential File stage?
by ray.wurlod
Wed Feb 08, 2012 6:32 am
Forum: General
Topic: Project Specific SHLIB_PATH
Replies: 1
Views: 988

Yes, although the preferred technique is to add it using the Administrator client.