Search found 4605 matches

by kduke
Tue May 23, 2006 6:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Internal Tables
Replies: 11
Views: 10842

DS_AUDIT has been explained in several posts by Ray. EtlStats includes about 60 scripts most report on these tables like DS_JOBS and DS_JOBOBJECTS but a few also look at RT_LOG and RT_STATUS. There are lots of jobs included which extract this information to create your own metadata repository. These...
by kduke
Tue May 23, 2006 6:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Collecting Metrics for DS Jobs,run times and record counts
Replies: 10
Views: 3042

Do an exact search for EtlStats.
by kduke
Tue May 23, 2006 6:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: path
Replies: 9
Views: 2715

KgdGenHtmlRoutineDocs is a part of GenHtml which you can download from my tips page. It documents almost every field in DS_ROUTINES by reading them and generating html documents for one or all the routines in a project.
by kduke
Tue May 23, 2006 6:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe - Impact of adding additional columns to table
Replies: 5
Views: 1420

Is this true for UV stages?
by kduke
Sat May 20, 2006 9:11 am
Forum: Site/Forum
Topic: Posts per day
Replies: 13
Views: 7110

Ray, that ain't workin. Playin the sitar on MTV.
:lol:
by kduke
Fri May 19, 2006 5:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems for Job Control
Replies: 2
Views: 926

I think John is correct. Is your hash file key = 1? How did you get your parameter value in the hash file?
by kduke
Fri May 19, 2006 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Syntax issue using execute and capturing
Replies: 29
Views: 6974

Arnd's way works but are you looking for JOBNO for one job? If so then you need to add a WITH to your SELECT or Arnd's and a WHERE to a SQL SELECT.

SELECT DS_JOBS JOBNO TO 10

Where is your FROM clause? Ray's method needs SLIST to use with SQL SELECT.
by kduke
Fri May 19, 2006 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: changing the primary group of a DataStage Server on UNIX
Replies: 5
Views: 1981

That is probably wise. LDAP complicates everything because you can be out of sync on your servers. Local users override LDAP. You need to use LDAP on all servers.
by kduke
Thu May 18, 2006 7:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed Width file in UNIX
Replies: 11
Views: 2558

That was my point. It probably just looks funny. If it works and you can view it in a job then don't worry about it.
by kduke
Thu May 18, 2006 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: format string
Replies: 3
Views: 979

Index() is your friend too.
by kduke
Thu May 18, 2006 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed Width file in UNIX
Replies: 11
Views: 2558

Do you have CR, LF or tabs in your data? (char(10), char(13), char(9))
by kduke
Thu May 18, 2006 6:02 am
Forum: Site/Forum
Topic: Posts per day
Replies: 13
Views: 7110

Excellent routine.
by kduke
Wed May 17, 2006 8:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Syntax issue using execute and capturing
Replies: 29
Views: 6974

Okay, I see what you mean.
by kduke
Wed May 17, 2006 6:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Syntax issue using execute and capturing
Replies: 29
Views: 6974

I disagree. My code is much easier to read. Parsing the capturing variable from an execute command is very ugly.