Search found 4605 matches

by kduke
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 ...
by kduke
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...
by kduke
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

Do a search for EtlStats. It has BASIC code included to extract row counts and store them in tables. It also has examples of using dsjob to gert the same thing. You can download all the jobs n my tips page below.
by kduke
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

Thats what I meant. Post code here. DSX on ADN. Not very clear.[/img]
by kduke
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...
by kduke
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

It is all job control code correct? If so then post that. You could post the DSX on ADN (Ascential Developer Net).
by kduke
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

I would agree with that.
by kduke
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

:)

This is just more direct. Too many layers inside calling another routine when it is just 2 lines of code. Keepin it simple smarty.
by kduke
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
by kduke
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

Post it. We helped you then help others by posting the solution.
by kduke
Thu Jan 19, 2006 8:42 pm
Forum: Site/Forum
Topic: New Forum: Job Sequences
Replies: 2
Views: 1738

How about one for routines?
by kduke
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

He is in Arkansaw not India. We had 40 at BellSouth.
by kduke
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

You have 25 DataStage developers?