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?
Search found 4605 matches
- Sat Aug 18, 2007 5:24 pm
- Forum: General
- Topic: Mapping tool
- Replies: 7
- Views: 1919
- 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
- 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...
- 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
- 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...
- 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
- 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
- Wed Aug 15, 2007 6:30 pm
- Forum: General
- Topic: It was 38 years ago today
- Replies: 6
- Views: 1524
- 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
- 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
- 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
- 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
- Fri Aug 03, 2007 6:28 am
- Forum: General
- Topic: Problem with Execute Command Satge
- Replies: 5
- Views: 1189
- 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
- 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...