Search found 42189 matches

by chulett
Mon Jan 19, 2015 10:28 am
Forum: General
Topic: Question about DSGetLinkInfo routine
Replies: 11
Views: 2697

Right, mentioned those as viable avenues. What about it didn't work as expected?
by chulett
Mon Jan 19, 2015 9:47 am
Forum: General
Topic: Question about DSGetLinkInfo routine
Replies: 11
Views: 2697

It's a BASIC function so you either need a Server job or a custom Before/After routine to call it, that or a Server Shared Container. That being said, you should be able to use it on a Parallel job.
by chulett
Mon Jan 19, 2015 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with oracle datablocks migrating data into table
Replies: 2
Views: 1521

I would suggest you not care. Have you talked to your DBA about this? You have absolutely not control over what 'block' Oracle decides to use and I honestly don't know why you would even be worrying about it. :?

Otherwise, could you please explain how 'this is causing problem'?
by chulett
Mon Jan 19, 2015 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: interesting logical questions
Replies: 5
Views: 1739

In other words, changed 'less' to 'more'... gotcha. So, not crazy. :wink:
by chulett
Mon Jan 19, 2015 8:52 am
Forum: General
Topic: Sequence Job - ParamValue/Limitvalue is not appropriate
Replies: 2
Views: 2093

That's one answer. :wink:
by chulett
Sun Jan 18, 2015 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: interesting logical questions
Replies: 5
Views: 1739

Ok... perhaps it's early yet for me but isn't #3 backwards? Enabling disable combination (setting it to true) could get you more steps, not less... i.e. the most possible steps since nothing can be combined. :?
by chulett
Fri Jan 16, 2015 12:54 pm
Forum: General
Topic: One Sequence - Two Looping Activities
Replies: 2
Views: 844

I've done that without issue... what kind of problem are you seeing?
by chulett
Fri Jan 16, 2015 11:02 am
Forum: General
Topic: Specific patterns file name and path change
Replies: 4
Views: 1354

The same way you'd do it without DataStage. Do you need help with the 'in DataStage' part or the actual scripting?
by chulett
Fri Jan 16, 2015 10:45 am
Forum: General
Topic: value of parameters from file
Replies: 10
Views: 5180

OK, that helps and is exactly what I explained how to do. Your job parameter needs to be appropriate for the actual value, nothing about how the parameters are passed will resolve things twice, so to speak. So... use a Sequence job to do the 'cat' and capture the output, then pass that output in as ...
by chulett
Fri Jan 16, 2015 8:35 am
Forum: General
Topic: value of parameters from file
Replies: 10
Views: 5180

Still unclear, I'm afraid. However, your "I want to take" declaration is something I do believe I explained. If you don't agree, please be more specific... perhaps a fully fleshed out example of what you are trying to do would help in that case.
by chulett
Fri Jan 16, 2015 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DELETE Rows from oracle table
Replies: 5
Views: 7011

You could also generate a row with 'somedate' in it and then use that in your target stage to do the delete. Or generate the row and slip your 'somedate' job parameter into it before the target and issue the delete.

Several ways to skin this cat.
by chulett
Thu Jan 15, 2015 4:02 pm
Forum: General
Topic: Handle Java Encrypted Source file.
Replies: 10
Views: 2910

Compiler in dev, runtime everywhere else.
by chulett
Thu Jan 15, 2015 3:55 pm
Forum: General
Topic: value of parameters from file
Replies: 10
Views: 5180

... and then there's this if (perhaps) you are talking about Parameter Value Files. If you have a file with values in it that you want to bring into a job as Job Parameters then you'll need to read the file in some fashion and capture the output to pass in. It could be as simple as 'cat #filename#' ...
by chulett
Thu Jan 15, 2015 10:22 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Feasibility of using Real Time Stages for huge chunk of data
Replies: 4
Views: 6117

Hmmm... does the service accept any kind of 'bulk' processing or is it strictly singleton calls?