Search found 42189 matches

by chulett
Wed Nov 09, 2011 6:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector Parameterise Before SQL statement
Replies: 1
Views: 923

You should be able to use job parameters there, I do believe.
by chulett
Wed Nov 09, 2011 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dssendmail problem
Replies: 5
Views: 3147

Show us your changes.
by chulett
Wed Nov 09, 2011 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Folder stage equivalent Stage
Replies: 11
Views: 2993

karthi_gana wrote:could you give me the job structure?
ES -> Transformer -> File
karthi_gana also wrote:I have also curious to know, i have 5 files under a folder. will a single job give me the record count for all those files?
Yes.
by chulett
Wed Nov 09, 2011 7:29 am
Forum: General
Topic: Pass in parameter to ExecCommand stage
Replies: 22
Views: 6935

Show us the syntax you are using in the stage, what you are putting in each of the two property boxes.
by chulett
Wed Nov 09, 2011 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Folder stage equivalent Stage
Replies: 11
Views: 2993

There are ways to increase the size of the "block" the error mentions but perhaps another approach - an External Source stage that leverages "wc -l" ? That way you'll get just the two pieces of information you are after without sucking in all that extra baggage.
by chulett
Wed Nov 09, 2011 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: suppress warning message from the director
Replies: 6
Views: 2656

Hi Craig, No one is using my name. :) I am only using my account. i.e karthik :) OK, good to know. I'll stop worrying that someone may have taken you over. :wink: Actually I thought to use the target table in the lookup. If the records are not matched during lookup, i thought to insert those record...
by chulett
Tue Nov 08, 2011 10:02 pm
Forum: IBM QualityStage
Topic: Usage of parameter sets in shell script
Replies: 3
Views: 2380

And what, exactly, does this have to do with QualityStage? :?
by chulett
Tue Nov 08, 2011 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best way to Read N number of tables and load into 1 table
Replies: 13
Views: 4333

Seems to me you would just select the list of table names and then write them out to a flat file. Nothing in what I posted requires you know anything about the table names or how many there will be on any given day as you are (in essence) building dynamic sql. Write out the first record with just th...
by chulett
Tue Nov 08, 2011 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best way to Read N number of tables and load into 1 table
Replies: 13
Views: 4333

Since that's the case, you might want to consider an alternative to the looping construct - perhaps you can take your table list and construct a single source query where 'union all' is used. For example: SELECT * FROM TABLE_A UNION ALL SELECT * FROM TABLE_B UNION ALL SELECT * FROM TABLE_C Etc, etc....
by chulett
Tue Nov 08, 2011 6:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dssendmail problem
Replies: 5
Views: 3147

If you check the source code for the DSSendMailTester routine, you'll see what Ray means, how it builds the string that it uses.
by chulett
Tue Nov 08, 2011 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Compilation, Execution and Combination
Replies: 6
Views: 1328

Ray, could you touch upon the difference between combined operators and composite operators? Thanks.
by chulett
Tue Nov 08, 2011 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time-out Error with XML stage in DataStage 8.5
Replies: 4
Views: 2723

Re: Time-out Error with XML stage in DataStage 8.5

Seems to me what you should do is spelled out in the error message.
venkates.dw wrote:This is always a bug. Please report it.
by chulett
Tue Nov 08, 2011 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Compilation, Execution and Combination
Replies: 6
Views: 1328

Several jobs? No, but operators within a single job can be combined.
by chulett
Tue Nov 08, 2011 12:26 pm
Forum: General
Topic: Link label location
Replies: 1
Views: 881

They've always had a mind of their own. :wink: