Search found 4605 matches

by kduke
Sun Jan 29, 2006 3:00 pm
Forum: Site/Forum
Topic: 5K posts countdown for Craig
Replies: 8
Views: 3223

You keep us laughing. Therefore not soo serious.

Thanks Mr. Craig.
by kduke
Sun Jan 29, 2006 9:03 am
Forum: Site/Forum
Topic: 5K posts countdown for Craig
Replies: 8
Views: 3223

It is hard to take Mr. Craig too serious but that is why we appreciate him.
by kduke
Sat Jan 28, 2006 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access DS Repository By C++ application
Replies: 12
Views: 2869

You could also look at processing an export in XML format and not the normal DSX format. Should help get specific things quicker.
by kduke
Sat Jan 28, 2006 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding DSattachjob
Replies: 7
Views: 2591

Look at UtilityRunJob in the SDK.
by kduke
Fri Jan 27, 2006 11:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing row counts from links in ETL job
Replies: 6
Views: 2499

dsjob -report is also useful.
by kduke
Fri Jan 27, 2006 11:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access DS Repository By C++ application
Replies: 12
Views: 2869

Why do you need to do this?
by kduke
Fri Jan 27, 2006 11:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Default Path for Files
Replies: 9
Views: 2636

Mr. Craig. :lol:
by kduke
Fri Jan 27, 2006 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Default Path for Files
Replies: 9
Views: 2636

I forgot search is a advanced concept. m I think the path is included in the file name. You would need to look for slashes (either \ or / based on the OS). The absence of slashes says the file is in the project directory. The # should exist in a parameterized version. It should be easy to check for ...
by kduke
Fri Jan 27, 2006 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: At row 2000, link "DSLink6"
Replies: 10
Views: 2915

First of all you need to name your links. When you set limits to 2000/50 then you told it to stop after 2000 rows or 50 warnings.
by kduke
Fri Jan 27, 2006 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Default Path for Files
Replies: 9
Views: 2636

What?
by kduke
Thu Jan 26, 2006 8:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to execute cognos transformer through DataStage ExecDOS
Replies: 3
Views: 2883

Wrap this command in a batch file then execute the batch file. It may work better.
by kduke
Thu Jan 26, 2006 8:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Default Path for Files
Replies: 9
Views: 2636

I posted SQL recently which will allow you to find these jobs quickly. You could QA them before they are promoted to production.
by kduke
Thu Jan 26, 2006 8:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Parameters From Database directly
Replies: 14
Views: 11795

I think in 7.5.1 you can create variables in a sequence and reuse them. I think in earlier versions that all the arguments of a routine are available in the sequence after th routine has been called. So yes they should be resuable.
by kduke
Wed Jan 25, 2006 7:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing row counts from links in ETL job
Replies: 6
Views: 2499

Do a search there is lots of code posted showing how to use these routines. As far as getting row counts from source tables then create a job that select count(*) from #TableName# Put the result in a hash file with the parameter TableName as the key. Use UtilityHashRead or whatever the SDK routine n...
by kduke
Tue Jan 24, 2006 8:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS_JOBOBJECTS query for OCI stages
Replies: 4
Views: 1988

Keep going to you find your table. This is how you figure it out. You don't need 7,1. You need to find the right field.

If you post your OLETYPEs then maybe I can help. If I have some jobs with these OLETYPEs then I can find it faster by editing the records.