Search found 53125 matches

by ray.wurlod
Mon Feb 25, 2008 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with reading a EBCDIC Cobol file - Complex file stage
Replies: 32
Views: 10490

Try setting APT_STRING_PADCHAR to a single space, rather than its default 0x00, which is usually displayed as ^@.
by ray.wurlod
Mon Feb 25, 2008 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup File set v/s dataset
Replies: 3
Views: 1216

To get a more technical answer, search DSXchange for LUT_CreateOp.
by ray.wurlod
Mon Feb 25, 2008 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer derivations in a report
Replies: 1
Views: 624

You can produce a report from Designer, and preserve the intermediate XML. Then you can grab the pertinent section from that and parse into whatever tool you desire.
by ray.wurlod
Mon Feb 25, 2008 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: leading zeros infront
Replies: 3
Views: 1128

They don't have to use that expression. Mine is more efficient.
by ray.wurlod
Mon Feb 25, 2008 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian day
Replies: 13
Views: 5536

gnan_gun (is this the same thread/poster as the original one by pimmit22043 ?) The line you posted that builds the date doesn't contain a date conversion using date_from_string; perhaps you could post that line as well. These days the Transformer stage effectively builds an operator. The function n...
by ray.wurlod
Mon Feb 25, 2008 4:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Id
Replies: 4
Views: 1209

Your expression is unnecessarily complex. You seem to be using a job parameter as the initial value (this is good).

Generate a sequence beginning from 0 (initial value=partition number, increment=number of partitions) and add that to the initial value.
by ray.wurlod
Mon Feb 25, 2008 4:03 am
Forum:
Topic: mismatch between imported metadata and that in the source
Replies: 5
Views: 2229

Then try using the "native" database type under orchdbutil.

Specifying ODBC forces orchdbutil to use ODBC protocols.
by ray.wurlod
Mon Feb 25, 2008 4:01 am
Forum: IBM QualityStage
Topic: Automation of Qualitystage job from standardization to undup
Replies: 5
Views: 2105

I'd have to search for it, and I'm kinda busy at the moment. Why don't you try searching www.ibm.com?
by ray.wurlod
Mon Feb 25, 2008 2:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Line out of Sequence Error - Abort
Replies: 3
Views: 1000

Please mark the thread as Resolved.
by ray.wurlod
Mon Feb 25, 2008 1:55 am
Forum: IBM QualityStage
Topic: Automation of Qualitystage job from standardization to undup
Replies: 5
Views: 2105

Yes. One of the pictures in the glossy literature from IBM shows just such a job (for version 8). It even goes on to do survivorship in the same job.
by ray.wurlod
Mon Feb 25, 2008 1:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Line out of Sequence Error - Abort
Replies: 3
Views: 1000

Your file is not sorted as you have asserted on the input of your Aggregator stage or, perhaps, the first line of your file is column headings and you have not asserted in the Sequential File stage that "first line is column headings".
by ray.wurlod
Mon Feb 25, 2008 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the list of Jobs those have run today (in UNIX)
Replies: 4
Views: 1668

Do consider purchasing premium membership which will let you see the entire posts of premium posters. All of the revenue from premium memberships is devoted to the hosting and bandwidth charges incurred by DSXchange. So, by taking premium membership you are not only helping yourself, you are also h...
by ray.wurlod
Mon Feb 25, 2008 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import error and no default value
Replies: 9
Views: 4257

Please post the record schema (from the generated OSH for this job). Please also verify that your field delimiter is comma and that your field quote character is double-quote.
by ray.wurlod
Mon Feb 25, 2008 1:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting - Importing DS components
Replies: 8
Views: 2498

I think you'll find that "have" in this context means "sell". The likelihood of getting source code is therefore vanishingly small.
by ray.wurlod
Sun Feb 24, 2008 11:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oraoci9.dll - The specified module can not be found
Replies: 7
Views: 3256

At some point you need to investigate obtaining valid licences.

Meanwhile, how about marking this thread as Resolved?