Search found 53125 matches

by ray.wurlod
Tue Apr 07, 2009 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Jobs not getting listed when querying from DS Admin
Replies: 1
Views: 972

You probably need to incorporate DS_CONTAINERS in that query somewhere. Server shared containers are probably referenced by their DSRID. (I have not checked this.)
by ray.wurlod
Mon Apr 06, 2009 8:25 pm
Forum: General
Topic: Sequence Job Compiler Options webinar
Replies: 1
Views: 1078

Still not there. Am I being impatient, perhaps?
by ray.wurlod
Mon Apr 06, 2009 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading/Importing issues in sequential stage
Replies: 7
Views: 4833

My bad. You can only use Null Field Value for numeric data types.

"Prefix length" refers to the length prefix on a VarChar data type. "Link length" I am not 100% certain about, but suspect it would relate to a VarChar field being used as a link field for a tagged subrecord.
by ray.wurlod
Mon Apr 06, 2009 8:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to match a string
Replies: 2
Views: 852

Is there a fixed number or an arbitrary number of delimited fields? Within DataStage some combination of Index(), Field() and Len() functions and substring operators could do it, while you could almost certainly script it with a combination of grep and awk.
by ray.wurlod
Mon Apr 06, 2009 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading/Importing issues in sequential stage
Replies: 7
Views: 4833

It's complaining (initially) about this line: "001002138",,,,,,,,,,,,,,,,,, PC is the second column, but has nothing (or "") in its field. PC is Integer data type, and "" is not a valid integer. You have to specify a valid default value to use if "" is encount...
by ray.wurlod
Mon Apr 06, 2009 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading/Importing issues in sequential stage
Replies: 7
Views: 4833

Can we please see the first six lines of your file?

If not, please verify that PC has a value in the sixth line (remember that they are numbered from zero).
by ray.wurlod
Mon Apr 06, 2009 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture rejects using Oracle Enterprise edition stage
Replies: 2
Views: 1143

First off, what Write Mode are you using?

Have you drawn a reject link from the Oracle Enterprise stage? Direct this, through any other stage types you feel to be appropriate, to a Sequential File stage to capture the rejects.
by ray.wurlod
Mon Apr 06, 2009 1:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: keymgtgetnextvalue limit
Replies: 1
Views: 1112

It depends on your numeric precision setting, but it's at least 14 digits.
by ray.wurlod
Mon Apr 06, 2009 1:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: result rows are not showing up-total mismatch
Replies: 18
Views: 4875

Are all the rows making it into the sequential file?

If not, is there a constraint expression in the Transformer stage?
by ray.wurlod
Mon Apr 06, 2009 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Speed up a hash Lookup (Partial Key) created and build index
Replies: 13
Views: 5870

REQUIRE.INDEX is the "hint clause" you need. If an index can not be used your query containing this keyword will fail. Index usage is cost-based - if the query will return more than about 30% of the rows in the table, then the index is not used because, on balance of probabilities, every p...
by ray.wurlod
Mon Apr 06, 2009 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert chr(0) to chr(32) (or how to trim them)
Replies: 6
Views: 15748

That was an incorrect assertion. Char(0) in DataStage represents the ASCII NUL character, just like in Oracle. In C this character is used as a string terminator character. The internal, or "out of band", representation of NULL (unknown value) in DataStage is Char(128) except on Windows pl...
by ray.wurlod
Mon Apr 06, 2009 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the quotient and remainder at a time in datastag
Replies: 3
Views: 1625

The second person personal pronoun in English is spelled "you", not "u". Please strive for a professional standard of written English on DSXchange, because even good English is difficult enough for those whose first language is not English, and because DSXchange is no an SMS-enab...
by ray.wurlod
Mon Apr 06, 2009 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading source file metadata into the job
Replies: 1
Views: 1043

There is NO OTHER WAY.

DataStage was designed to be driven by metadata, not the other way around.
by ray.wurlod
Mon Apr 06, 2009 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: diff b/w merge and join
Replies: 7
Views: 2767

No.

Have them justify their assertion with evidence and do share it with us.
by ray.wurlod
Mon Apr 06, 2009 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Error - SQL1476N
Replies: 2
Views: 20055

Ask your DB2 DBA to help, or refer to the DB2 errors and messages manual. This error is being generated by DB2.