Search found 4605 matches

by kduke
Fri Nov 14, 2008 12:57 pm
Forum: General
Topic: Import data into MSAccess
Replies: 8
Views: 2143

Why not create a query which eliminates the dashes. DataStage can select from saved queries in Access.
by kduke
Wed Nov 12, 2008 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to capture the no of records inserted and updated
Replies: 8
Views: 3246

Follow my link below my sig. On my tips page.
by kduke
Tue Nov 11, 2008 12:33 pm
Forum: General
Topic: Type of RT files
Replies: 2
Views: 1667

Most of these files are dynamic hashed files. They store the log for jobs and other run time information. How to access them directly is not supported by IBM. They created APIs to read from these. The dsjob command can retrieve a lot off this information.
by kduke
Tue Nov 11, 2008 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Display record counts on links in Designer from the last run
Replies: 15
Views: 2964

Post your command line. Change passwords and user names.
by kduke
Mon Nov 10, 2008 5:16 pm
Forum: General
Topic: How to Attach a Log File in Email-Notification activity
Replies: 12
Views: 10207

One of the jobs in EtlStats.zip will send the log as email attachment. It is designed to send only jobs that fail. The source is included so you can modify it to send all.
by kduke
Mon Nov 10, 2008 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Display record counts on links in Designer from the last run
Replies: 15
Views: 2964

That is correct. The batch file will run dsjob to get a list of jobs then run this command on every job. I forget the name of the bat file.
by kduke
Fri Nov 07, 2008 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find PX jobs in sequences
Replies: 1
Views: 849

Do an exact search for JobAct and kduke as poster.
by kduke
Thu Nov 06, 2008 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting nulls from stage variables ?
Replies: 1
Views: 595

The data type is real important on stage variables. What is the data type?
by kduke
Thu Nov 06, 2008 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid Function
Replies: 6
Views: 1741

This function has issues. Sorry.
by kduke
Wed Nov 05, 2008 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid Function
Replies: 6
Views: 1741

Try just "decimal".
by kduke
Wed Nov 05, 2008 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid Function
Replies: 6
Views: 1741

We have had issues with this as well. I have not used it with Decimal, only date and timestamp. We had to call it with double quotes and not single quotes. We had to leave second argument a string. isvalid("date", InLink.InColAsString) isvalid("timestamp", InLink.InColAsString) Both seem to work fin...
by kduke
Mon Nov 03, 2008 4:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Audit script using Unix for tracking Datastage jobs
Replies: 2
Views: 1747

dsjob -report can be run from UNIX prompt. It also has a XML option.
by kduke
Mon Nov 03, 2008 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User defined SQL in Oracle Stage
Replies: 9
Views: 2711

Don't think the variables are allowed. I think you need a pure SQL statement which return rows.
by kduke
Mon Oct 27, 2008 7:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Determine the Stage type in DS_JOBOBJECTS
Replies: 5
Views: 3563

You may be counting the links as well. There are 2 links for most stages. Post your SQL and we might be able to help some more.
by kduke
Fri Oct 24, 2008 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Determine the Stage type in DS_JOBOBJECTS
Replies: 5
Views: 3563

I am not sure but I think field 8 on CCustomStage tells the real stage type on PX jobs. If that does not work then I need to look it up.