Search found 4605 matches

by kduke
Sat Aug 18, 2007 5:24 pm
Forum: General
Topic: Mapping tool
Replies: 7
Views: 1919

Mapping tool

I have a question.

1. What do most of you use to build your mapping documents?

2. How do you track database changes?

3. How do track the relationship between jobs and tables?

4. How do you do impact analysis when a table changes?
by kduke
Fri Aug 17, 2007 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not enough disk space? Yes there is.
Replies: 6
Views: 1525

You work for Bush now or just watch The Daily Show?
by kduke
Fri Aug 17, 2007 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage server Maintainence
Replies: 24
Views: 11163

Arnd is correct. Do not do this with running jobs. It is possible to save off \\PURGE.SETTINGS and clear everything else in the log. Look at Ken Bland's routine. In an emergency like a filesystem filling up then clear it. We have developers which get a warning for every row. They can fill up a files...
by kduke
Fri Aug 17, 2007 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: specifying multiple repeatation elements in XML INPUT stage
Replies: 6
Views: 5809

If you run dsjob -report XML on a job then there are multiple repeating groups in this file. So all of us can create examples. The parameter values are one set. The row counts with link names is a second set.
by kduke
Fri Aug 17, 2007 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To capture job statistics
Replies: 3
Views: 2491

The main job in EtlStats uses dsjob -report XML to load these stats into tables. The DDL for ETL_JOB_HIST, ETL_ROW_HIST and ETL_PARAM_HIST is included in the zip file. The bugs in XML forced me to process the XML file 3 times. This main job is called DSJobReportDb. If you call job DSJobReportDbDrive...
by kduke
Thu Aug 16, 2007 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To capture job statistics
Replies: 3
Views: 2491

Do search for EtlStats. It is a bunch of jobs I give away on my tips page.
by kduke
Thu Aug 16, 2007 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to add more details in job log
Replies: 6
Views: 1715

The job that can extract row counts from old log records is written in BASIC. You might be able to use dsjob -logsum or -logdetail to get what you want. If you want the last run only then dsjob -report will give you that.
by kduke
Wed Aug 15, 2007 6:30 pm
Forum: General
Topic: It was 38 years ago today
Replies: 6
Views: 1524

You guys are both nuts. See you at IOD. Registered today.
by kduke
Mon Aug 13, 2007 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Only Jobs
Replies: 4
Views: 1226

NAME is not the job name. NAME is link name and stage name. The job name is stored in DS_JOBS.
by kduke
Tue Aug 07, 2007 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to read record from datastage log tables
Replies: 5
Views: 3390

This is one of the jobs included in EtlStats.
by kduke
Fri Aug 03, 2007 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regardin data auditing
Replies: 3
Views: 978

EtlStats is a bunch of jobs which have been discussed a lot in this forum so you can search on it. These jobs are free. Download them on the link Craig provided. They do exactly what you want, load row counts into tables.
by kduke
Fri Aug 03, 2007 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dependency report for a job
Replies: 10
Views: 2752

A job can be dependent because it is run by this sequence or batch job. Another way is one job creates a hashed file or sequential file that the other job reads. Which are these are you looking for?
by kduke
Fri Aug 03, 2007 6:28 am
Forum: General
Topic: Problem with Execute Command Satge
Replies: 5
Views: 1189

You can switch it to a routine stage which will use the parameter values.
by kduke
Fri Jul 27, 2007 8:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration & Version Control
Replies: 16
Views: 6198

I agree Ray. What does Peter know. Besides it is mandatory nowadays to remind me how it works.
by kduke
Fri Jul 27, 2007 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration & Version Control
Replies: 16
Views: 6198

DataStage wrapper is a shell script. It reads all parameters from text file in a directory below the project called JobParams. This script is a combination of 3 scripts developed be me and a couple other people. Best features of all three combined into one huge script. We wanted parameters to defaul...