Search found 4605 matches

by kduke
Mon Dec 12, 2005 6:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSMakeJobReport Code
Replies: 9
Views: 3578

Lots of code posted which does the same. What do want to do with it?
by kduke
Sat Dec 10, 2005 9:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copybook Generation?
Replies: 2
Views: 625

Post the format and an example.
by kduke
Sun Dec 04, 2005 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating hash file
Replies: 10
Views: 1995

42
by kduke
Thu Dec 01, 2005 7:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Determining inputs and outpus for all the jobs in a category
Replies: 2
Views: 714

Hash files and sequential files can be listed from DS_JOBOBJECTS. Do a search. The other you need MetaStage, Reporting Assistant or DwNav.
by kduke
Thu Dec 01, 2005 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find stage missing in runtime
Replies: 3
Views: 1075

Usually job designs disappear only when you run out of disk space and corrupt the repository.
by kduke
Thu Dec 01, 2005 5:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row counts
Replies: 2
Views: 1089

Download EtlStats from my tips page.
by kduke
Wed Nov 30, 2005 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding description to jobs
Replies: 8
Views: 2767

Craig You are correct. This is used to meet some kind of standards. Mainly mine. I do like the fact that the parameters are ll named. I also like that the source and target tables are listed but that means you have to manually update the long description. I agree with Vincent but we always use an an...
by kduke
Tue Nov 29, 2005 9:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding description to jobs
Replies: 8
Views: 2767

It will look something like this: Job: KgdCopyParamJob ------------------------------------------------------------------------------------- Non-technical description: Change DSN from DSNParamName, UserParamName, PwdParamName in FromJobName to ToJobName only if DSN2Change = "value". The id...
by kduke
Tue Nov 29, 2005 9:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding description to jobs
Replies: 8
Views: 2767

I posted a routine called KgdFixLongDesc. It is also on my tips page. You need to modify it to meet your needs. There is another one for routines called KgdFixLongDescRtn. You need to write a job to select all jobs and feed them to this routine one at a time.
by kduke
Thu Nov 24, 2005 8:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating all fields of a row & send errors to ErrFile/
Replies: 7
Views: 1862

I posted a routine that does this called KgdDebugMetadata. I think it is also on my tips page. The sequential file needs to be small because it reads it into a variable. It could be changed to readseq if you want. If you can figure it out then use it.
by kduke
Wed Nov 23, 2005 5:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issues
Replies: 10
Views: 2685

Edit your post and put code tags around it.
by kduke
Wed Nov 23, 2005 5:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we handle unstructured data?
Replies: 7
Views: 3471

I think the issue is what information you want from these documents. Google can index anything in these documents. Until you know what structured data you want then you have no starting point. There has to be something that needs to end up in a data warehouse table that someone thinks is valuable be...
by kduke
Tue Nov 22, 2005 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to connect to DataStage for test automation
Replies: 11
Views: 5741

Define output. Are you talking logs?
by kduke
Tue Nov 22, 2005 5:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Capture File Name from Sequential File Stage
Replies: 22
Views: 7339

You have to make the SQL all one line if you do it this way. The results can be copied with normal Windows cut and paste commands.
by kduke
Tue Nov 22, 2005 11:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Capture File Name from Sequential File Stage
Replies: 22
Views: 7339

Do a search on TCL commands and telnet.