Search found 12 matches

by jo8712
Wed May 05, 2004 6:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification
Replies: 4
Views: 2251

Email Notification

I know there is that stage in job sequencer that sends an email, but I was wondering if there is somewhere to set up email notification if the job fails?
by jo8712
Thu Apr 22, 2004 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read in One Record and Write out Multiple Records
Replies: 2
Views: 2027

Read in One Record and Write out Multiple Records

I need to know of an alternate way to read in one record and write out multiple records. Currently, I read in the record and write out to 10 dirfferent sequential files, merge the files, and then load my table. I have to do this for over 1000 records. Any ideas.
by jo8712
Tue Jan 27, 2004 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automated Restart?
Replies: 5
Views: 2347

Automated Restart?

I have a job sequence that needs to run continuously throughout the day. Basically, the sequence waits for a file to appear and when it sees this file kicks off a number of jobs within the sequence. At the end of the sequence, I delete the file. I somehow need to restart the job again so it will the...
by jo8712
Tue Dec 30, 2003 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merging Files
Replies: 5
Views: 2529

Merging Files

I have two Sequential files that with all the same colums but different data and I want to merge them into one sequential file. How can I do this is DataStage. The Merge Stage looks to be the obvious choice at first but it does not take streaming data inputs from a Seq file. Any ideas.
by jo8712
Tue Dec 02, 2003 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Field Solution?
Replies: 1
Views: 1027

Date Field Solution?

I'm trying to use the DSJobStartDate function to populate an updata date on my table. I'm getting the error, "Value treated as NULL
Attempt to convert String value "2003-12-02" to Date type unsuccessful". Why am I getting this error? How can I fix this.
by jo8712
Tue Dec 02, 2003 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restart Job
Replies: 1
Views: 838

Restart Job

Is there a way to restart a job sequence you just ran at the end of the sequence? I basically want this job sequence to run all day, continuously.
by jo8712
Mon Dec 01, 2003 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup in a Range
Replies: 2
Views: 1263

Lookup in a Range

I'm trying to load a table with a particular acct_nbr and I need to find(lookup) the acct number in a table that has a range of numbers. The table actually has begin and end range columns and the acc_nbr I have will fall in a range. I tried using an IF statement to do my join(lookup) in the transfor...
by jo8712
Thu Nov 20, 2003 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSWaitForFile
Replies: 7
Views: 3470

Thanks for the Job Control suggestion, it worked!
by jo8712
Wed Nov 19, 2003 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSWaitForFile
Replies: 7
Views: 3470

I'm not trying to run a job by waiting for another job, I have created a job and am merely waiting for a file to be FTP to my server, than I want my job to kick off every time it sees that file(or a new version of that file). That is what I was trying to set up the DWWaitForFile for.
by jo8712
Wed Nov 19, 2003 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSWaitForFile
Replies: 7
Views: 3470

DSWaitForFile

Aside from proper syntax, is there anything else needed to get the DWWaitForFile before-job subroutine such as scheduling the job or anything else. I have the correct path in the DSWaitForFile test box and I also have the correct path in for my SrcDir....do I need to add a parameter for DSWaitForFil...
by jo8712
Tue Nov 04, 2003 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Shell Script
Replies: 4
Views: 1968

Can you execute a stored procedure (from DB2) in a DS job....if so, how?
by jo8712
Tue Nov 04, 2003 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Shell Script
Replies: 4
Views: 1968

Execute Shell Script

I wanted to know if and how DS can execute a shell script on a seperate database server other than the one DataStage actually sits on.