Search found 5 matches

by csuttl
Wed Feb 04, 2009 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Syntax for trimPadding() function of APT_String?
Replies: 1
Views: 1362

Syntax for trimPadding() function of APT_String?

Hello All, I'm developing a custom buildop and I'm trying to figure out how to use trimPadding(), a function of APT_String. I found the declaration and some examples in basicstring.h. I was hoping the set of pdf's that come with the client install would have some information but haven't been able to...
by csuttl
Thu Aug 23, 2007 5:07 pm
Forum: General
Topic: Custom Wrapped Parallel Stage Question
Replies: 2
Views: 1513

Custom Wrapped Parallel Stage Question

Hello All, I have a custom wrapped parallel stage which wraps a korn shell. I would like to send descriptive error information to the datastage log file. I thought it might work if I redirected my ksh error message to stderr but that doesn't seem to work. Does anyone know if this is possible and if ...
by csuttl
Fri Dec 01, 2006 4:22 pm
Forum: General
Topic: How to Acquire Last Run Date of a job (using dssh)
Replies: 6
Views: 4871

RE: How to Acquire Last Run Date of a job (using dssh)

Many Thanks Ray! I really appreciate the help. I will mark this topic as resolved.

Thanks,
Chris
by csuttl
Fri Dec 01, 2006 12:33 pm
Forum: General
Topic: How to Acquire Last Run Date of a job (using dssh)
Replies: 6
Views: 4871

RE: How to Acquire Last Run Date of a job (using dssh)

Thank you Ray, Yes, I had considered those options but I wasn't confident that they were the best way. Since you mention them as well, I must be on the right track there. The dsjob option would definitely work, I was just looking for one nice query joining multiple tables. But I'm left with a questi...
by csuttl
Thu Nov 30, 2006 6:25 pm
Forum: General
Topic: How to Acquire Last Run Date of a job (using dssh)
Replies: 6
Views: 4871

How to Acquire Last Run Date of a job (using dssh)

Hello All, At my AIX command prompt, I would like to execute a dssh command passing it a SQL statement that will retrieve several things including the last run date of each job and the user who ran the job. I don't know which table to query for the "last ran" info... So basically I would l...