Search found 53125 matches

by ray.wurlod
Tue Jan 02, 2007 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function to Replace a string with replacement string ?
Replies: 11
Views: 6258

kumar_s wrote:Or as mentioned, google for the C code. http://www.planet-source-code.com/vb/sc ... 0&lngWId=3

That particular code is a horrible example of C code, as the comments following it indicate. Further, it replaces only the first instance.
by ray.wurlod
Tue Jan 02, 2007 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject rows thru column derivation
Replies: 7
Views: 5613

Parallel Transformer jobs DO support reject links - see my earlier post. But the OP probably requires an Otherwise/Log output link. But it is true that the parallel Transformer stage does not have link variables available in its expressions.
by ray.wurlod
Tue Jan 02, 2007 1:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HowTo extract data from binary file?
Replies: 15
Views: 4933

Use data type Char(10) for the DY_DT field and convert it to a date subsequently. Or use data type Date. If the encoding is EBDCIC (which I don't believe it is, since 0x31 is 49 and Char(49) is 1 in ASCII) then you can specify translation in the Sequential File stage. Let's look at your first record...
by ray.wurlod
Tue Jan 02, 2007 1:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding a new column
Replies: 8
Views: 2739

Either of the two solutions will work for you. Initial value is 1. Either use 0 as the increment, in which case limit is irrelevant, or use limit 1, in which case increment can be any non-negative integer, but 0 or 1 is easiest.
by ray.wurlod
Tue Jan 02, 2007 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The specified field does not exist in the view adapted schem
Replies: 7
Views: 5538

Telenet wrote:-filter condition USAGEHOUR<12 for link 0, >12 for link 1

... and discard the input row if USAGEHOUR = 12 ?
by ray.wurlod
Tue Jan 02, 2007 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Corrupt Sequence...???
Replies: 3
Views: 926

The symptom suggests that one or more parameters is not being passed correctly from the main sequence to this sequence. Only you can diagnose it, because only you have access to the sequences in question. Put in a Routine activity to report (to log) the values received as parameters.
by ray.wurlod
Tue Jan 02, 2007 1:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: keeping two datastage environments in sync
Replies: 4
Views: 1666

Version Control is free, and is on your DataStage clients CD. Be warned, however, that there is no Version Control in version 8.0; it will be replaced (in version 8.2?) with "something more closely integrated with source control tools such as ClearCase". There are third party tools such as Parameter...
by ray.wurlod
Tue Jan 02, 2007 1:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Multiple Files on a File Server
Replies: 12
Views: 2653

Is the file server UNIX or Windows? How do you "see" the file server from the DataStage Windows-based server?
by ray.wurlod
Tue Jan 02, 2007 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector does not support active to active input or
Replies: 5
Views: 5035

The "answer" is that Link Collectors does not support inprocess active to active links. It must be connected to passive stages.
by ray.wurlod
Tue Jan 02, 2007 1:27 pm
Forum: General
Topic: How to Acquire Last Run Date of a job (using dssh)
Replies: 6
Views: 3279

Surely dsjob -lognewest and dsjob -logdetail would have been easier!
by ray.wurlod
Tue Jan 02, 2007 1:25 pm
Forum: Enhancement Wish List
Topic: membership offers at $50/year
Replies: 1
Views: 1683

Discounts remain available for bulk purchase ("Corporate" memberships). There's a link somewhere on the forum. The low rate was an introductory offer - even at the standard rate premium membership does not cover 100% of the bandwidth charges for this site. It's still pennies per day and, I'm sure yo...
by ray.wurlod
Tue Jan 02, 2007 1:22 pm
Forum: DSXchange Testimonials
Topic: It is good not to be alone
Replies: 6
Views: 14788

I don't believe Arnd has come to Australia, though it is something he'd like to do at some point. I'm sure he would have been in touch to arrange having a beer or three.
by ray.wurlod
Tue Jan 02, 2007 4:08 am
Forum: Site/Forum
Topic: Posts per day
Replies: 0
Views: 1648

Posts per day

One of the statistics recorded in a user profile on DSXchange is posts/day. Just curious, is this "day" based on the user's local time or on the time at the DSXchange server?

Just curious because my time zone changes more often than most.
by ray.wurlod
Tue Jan 02, 2007 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Space problem in Windows
Replies: 14
Views: 6062

Where did you pull "say more than a million records" from? The error message in the original post refers to (approx) 500MB. I have a vague recollection that there's an environment variable that controls this - would be surprised if there weren't - but don't have access to research it at the moment.
by ray.wurlod
Tue Jan 02, 2007 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim
Replies: 6
Views: 1883

Use an upstream Modify stage.