Search found 7 matches

by cp2098
Fri Aug 03, 2012 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assign Value to Parameter within Job
Replies: 3
Views: 2443

Thanks Craig! Is there a way within DataStage to share a value across subsequent jobs?

I know I write the value to a file but this job will be executed currently by others and the "ID" retunred will be specific to that job.
by cp2098
Fri Aug 03, 2012 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assign Value to Parameter within Job
Replies: 3
Views: 2443

Assign Value to Parameter within Job

Version: DataStage Parrallel 8.1 Issue: I'm trying to build a set of parallel jobs that depends on the previous parallel jobs execution and result set. I am having trouble figuring out how to capture a single row/column result set and store it in a variable that is shared across the current executin...
by cp2098
Tue May 24, 2011 11:27 am
Forum: General
Topic: PowerShell & DSJOB
Replies: 3
Views: 5451

Sorry Greg, you missed my point. My datastage server is running on Windows and we are using PowerShell to run the dsjob. The datastage jobs that I am executing is extracting data from various systems and not just SQL Server.
by cp2098
Tue Feb 08, 2011 11:43 am
Forum: General
Topic: Email Notification
Replies: 12
Views: 7740

Hi Craig: I really appreciate the advice you've given thus far. Would you know the best place to research on Routine Activities? I've never used one so I don't know how to check the reject link. Or build a Sequence job. A Routine Activity can check to see if anything was written down the reject link...
by cp2098
Tue Feb 08, 2011 7:46 am
Forum: General
Topic: Email Notification
Replies: 12
Views: 7740

Again bear with me because I'm a novice in DS. My issue is that I only want to send the email when there are rejected records. A lookup always recreates the reject file regardless if there are any rejected records. With the approach you mention below, the email would be sent all the time regardless ...
by cp2098
Mon Feb 07, 2011 3:06 pm
Forum: General
Topic: Email Notification
Replies: 12
Views: 7740

Since the job only "rejects" the rows that are not found in the lookup and the results are sent to a reject file via a reject link and the process continues then the status of the job is considered complete. What I want to do is to be able to send an email if there are rejects within that ...
by cp2098
Mon Feb 07, 2011 12:57 pm
Forum: General
Topic: Email Notification
Replies: 12
Views: 7740

Email Notification

Hi,
I'm a bit new to DataStage so please bear with me. I need to send an email notification when a lookup rejects a file. Does anyone know the easiest way to implement this?

Thanks!