Search found 4605 matches
- Tue Jan 24, 2006 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieving job details using UniVerse BASIC.
- Replies: 7
- Views: 2277
Do a search for GenHtml. This is a series of jobs which extract this information into HTML documents. It is easy to cut and paste from these documents into whatever you like. The Reporting Assistant included with DataStage in the Manager will also extract this information into Access database named ...
- Tue Jan 24, 2006 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS repository
- Replies: 8
- Views: 4851
If you download EtlStats then you get several jobs which extract job names, job categories, link names, link types which you can look at and see how to ake this metadata and make something useful with it. Once you get these jobs there is a whole series of reports written in SQL to get things like jo...
- Tue Jan 24, 2006 7:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Audit / Run-Time Information in Datastage
- Replies: 7
- Views: 2741
- Mon Jan 23, 2006 9:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Row count for all hash files in a category
- Replies: 16
- Views: 4309
- Mon Jan 23, 2006 6:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS_JOBOBJECTS query for OCI stages
- Replies: 4
- Views: 1988
You will have to hack the table name. Each stage type is stored in OLETYPE. You SELECT DISTINCT OLETYPE FROM DS_JOBOBJECTS; to see which ones you have. You need to figure out which field stores the table name. You can guess by doing EVAL "@RECORD<1>" AS TABLE_NAME change the 1 to 2,3... until you fi...
- Mon Jan 23, 2006 6:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Row count for all hash files in a category
- Replies: 16
- Views: 4309
- Sun Jan 22, 2006 2:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how execute script from my basic routine
- Replies: 7
- Views: 1364
- Sat Jan 21, 2006 9:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how execute script from my basic routine
- Replies: 7
- Views: 1364
- Sat Jan 21, 2006 11:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how execute script from my basic routine
- Replies: 7
- Views: 1364
I would not call a routine. I would:
Code: Select all
Cmd = 'SH -c "MyShellScript.sh param1 param2"'
execute Cmd capturing Output returning RtnValue
- Sat Jan 21, 2006 11:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Row count for all hash files in a category
- Replies: 16
- Views: 4309
- Fri Jan 20, 2006 6:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reconciliation of source data and target data
- Replies: 13
- Views: 7536
- Thu Jan 19, 2006 8:42 pm
- Forum: Site/Forum
- Topic: New Forum: Job Sequences
- Replies: 2
- Views: 1738
- Thu Jan 19, 2006 8:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to openup Job Activity Property
- Replies: 21
- Views: 5869
- Thu Jan 19, 2006 6:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to openup Job Activity Property
- Replies: 21
- Views: 5869
- Thu Jan 19, 2006 5:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reporting Assistant: literal does not match format string
- Replies: 6
- Views: 3433