Search found 42189 matches

by chulett
Fri Jan 08, 2016 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Websphere MQ Connector Stage with Active MQ
Replies: 4
Views: 6161

Naren12345babu wrote:Also, you have mentioned about Java Integration stage,
Is Java Integretion Stage available in Datastage 11.3 ? I could not find it. help me to know this.
The documentation link for your version. Not that hard to find out there.
by chulett
Fri Jan 08, 2016 12:09 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: HTTP Post from DataStage
Replies: 3
Views: 12328

Here is a link to the (easily searched for) IBM InfoSphere DataStage Java Pack documentation.
by chulett
Thu Jan 07, 2016 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best way to filter records
Replies: 8
Views: 6864

Then do it there if possible, only bring the records into the job that you actually need to process.
by chulett
Thu Jan 07, 2016 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best way to filter records
Replies: 8
Views: 6864

Depends on your source... can you do the filter directly there?
by chulett
Thu Jan 07, 2016 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: selecting one record out of 2 records
Replies: 16
Views: 8122

Your example doesn't seem to match up to your words. "1 out of 2 records" means what exactly - every other record? Every even? Every odd? Something else entirely? All your example shows are the first two records being 'selected'. I don't know about anyone else but I for one would like to ...
by chulett
Thu Jan 07, 2016 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate sequence number for the same group
Replies: 4
Views: 4427

Re: Generate sequence number for the same group

The above logic would definitely work !!! They would stand a better chance of working if you order the stage variables properly. And you only need two: svCount: If InputValueFromLink = svPrevVal then svCount+1 else 1 svPrevVal: InputValueFromLink Your sorting will affect this as will your partition...
by chulett
Wed Jan 06, 2016 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IBM Infosphere Information Services
Replies: 2
Views: 1982

Let's start by moving this to the correct forum... hang on... here we are.
by chulett
Wed Jan 06, 2016 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: selecting one record out of 2 records
Replies: 16
Views: 8122

Honestly? Reread all of the previous replies. Try something. Then come back and ask specific questions based on the results, if you still have any. Questions, that is... not results. :wink:
by chulett
Tue Jan 05, 2016 10:23 am
Forum: General
Topic: Error Message -4 in Sequence Job
Replies: 6
Views: 3728

So... $Counter is an integer that comes from the Start Loop stage and shouldn't need any special handling or trimming. And in spite of what Arnd said, what I've found is the string parameter is typically what throws the "is not appropriate" error when there are non-string characters like a...
by chulett
Mon Jan 04, 2016 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage SFTP with lumask
Replies: 4
Views: 3273

Interesting... no such thing came up when I searched for it last year, other than "Luminosity Mask" and I figured that wasn't it. ;)
by chulett
Thu Dec 31, 2015 12:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage SFTP with lumask
Replies: 4
Views: 3273

Do you actually mean "umask"?
by chulett
Wed Dec 30, 2015 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with reading multiple files
Replies: 8
Views: 3790

ScottDun wrote:how can I run multiple files in the command execute stage in a sequence job
I don't understand the question. What do you mean by "run"? You can certainly use the Execute Command stage to return a list of all filenames that match that wildcard pattern, is that what you are after?
by chulett
Wed Dec 30, 2015 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with reading multiple files
Replies: 8
Views: 3790

What APT variable, exactly? And not sure how that would affect loading multiple files, can you post the actual error message(s) from the failed job?