Search found 4605 matches

by kduke
Fri Nov 03, 2006 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: incomplete loading of data from Feed file
Replies: 2
Views: 677

This post is a duplicate.
by kduke
Fri Nov 03, 2006 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: incomplete loading of data from Feed file
Replies: 2
Views: 640

Call support. I think you found a bug.
by kduke
Fri Nov 03, 2006 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server Job - Help
Replies: 6
Views: 2794

There are not a lot people sharing jobs or routines. I have EtlStats which I share. Ken Bland has several jobs and routines which he shares on his web site. Do a search. There are lots of posts explaining mine and Ken's jobs. The same is true for hashed files. I think there is a FAQ on the subject a...
by kduke
Thu Nov 02, 2006 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server Job - Reload from leftout records
Replies: 2
Views: 1105

A quick patch would be to make @INROWNUM > 500000 a constraint.
by kduke
Thu Nov 02, 2006 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Determining Update or Insert New
Replies: 5
Views: 1969

Not really. You have to determine which is new in the job and then insert else update. These 2 need to be 2 different links.
by kduke
Thu Nov 02, 2006 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CheckPoints in Sequencer
Replies: 13
Views: 5689

It is not that smart. It just reruns the one job which failed. It will only do that once. If it fails twice it gets confused. You may need to redesign your jobs to take care of this situation or manually delete records loaded.
by kduke
Wed Nov 01, 2006 10:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Hashed File with concatenated key
Replies: 4
Views: 1326

By the way use READ if you do not plan to WRITE to the file otherwise you will leave locked records behind unless you use a RELEASE.
by kduke
Wed Nov 01, 2006 10:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Hashed File with concatenated key
Replies: 4
Views: 1326

There is a @TM between key fields. So

Key1 :@TM: Key2 :@TM: Key3

I what you need.
by kduke
Wed Nov 01, 2006 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Write the Statistics into a table?
Replies: 8
Views: 3289

Sorry, series of jobs. I be tired.
by kduke
Wed Nov 01, 2006 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Write the Statistics into a table?
Replies: 8
Views: 3289

Do a search for EtlStats. They give you routines and dsjob to get the stats but you need to put these together to get the results in a table. You can download EtlStats and it is a serious of jobs that will get row counts and put them in tables. It has examples of how to get log records and email the...
by kduke
Tue Oct 31, 2006 8:08 pm
Forum: General
Topic: Training Curriculum
Replies: 8
Views: 4831

gateleys

I was just joking. I think the course has been describe lots of times. Any course with Ray as a teacher has got to be pretty good. I took the first course and learned a lot. I am sure it gets better every time he teaches it.
by kduke
Mon Oct 30, 2006 7:14 pm
Forum: General
Topic: Training Curriculum
Replies: 8
Views: 4831

Like Ray is not qualified. Give me a break!
by kduke
Fri Oct 27, 2006 5:31 am
Forum: Site/Forum
Topic: Yet another Milestone!!!
Replies: 9
Views: 4422

Good job Kumar. You should pass me soon.
by kduke
Thu Oct 26, 2006 6:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can anyone give an example to send a mail with an attachment
Replies: 7
Views: 2184

You have to do it in a shell script. There is an example in EtlStats. The shell script is called Email.ksh. It does use uuencode.