Search found 7201 matches

by admin
Thu Jul 04, 2002 8:43 am
Forum: Archive of DataStage Users@Oliver.com
Topic: DataStage under UNIX AIX in relation with UDB EEE
Replies: 0
Views: 460

DataStage under UNIX AIX in relation with UDB EEE

Does anybody have experiences in DS-Jobs concerning DS combined with UDB EEE? For example a message "..function sequence error..". Probably DS has problems with synchronisation?

Volker Sollmann
by admin
Thu Jul 04, 2002 6:15 am
Forum: Archive of DataStage Users@Oliver.com
Topic: archive link for Oliver.com
Replies: 3
Views: 796

m To be exact. -- Regards, Clif Wednesday, July 3, 2002, 10:57:21 PM, Neil Beckwith wrote: > www.tools4datastage.com > Neil Beckwith > Ascential Software, Australia & New Zealand > neil.beckwith@ascentialsoftware.com > ----- Original Message ----- > From: "Kavney Damien" > To: > Sent: Thursday, July...
by admin
Thu Jul 04, 2002 5:57 am
Forum: Archive of DataStage Users@Oliver.com
Topic: archive link for Oliver.com
Replies: 3
Views: 796

www.tools4datastage.com Neil Beckwith Ascential Software, Australia & New Zealand neil.beckwith@ascentialsoftware.com ----- Original Message ----- From: "Kavney Damien" To: Sent: Thursday, July 04, 2002 3:14 PM Subject: archive link for Oliver.com Hi All, I have previously gone to a website that had...
by admin
Thu Jul 04, 2002 5:14 am
Forum: Archive of DataStage Users@Oliver.com
Topic: archive link for Oliver.com
Replies: 3
Views: 796

archive link for Oliver.com

Hi All, I have previously gone to a website that had all correspondance archived from the oliver.com discussion group. The problem is that I have lost this link. Can anyone help me out and let me know what the link to this archive is. Kind regards Damien Kavney MIS Technical Support Department Of Na...
by admin
Thu Jul 04, 2002 4:30 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Is there an Easy way to Remove Hashfiles
Replies: 4
Views: 719

Thanks Kenneth. I didnt know that will try it out. -----Original Message----- From: Kenneth Bland [mailto:kcbland_2000@yahoo.com] Sent: Thursday, 04 July, 2002 14:00 To: datastage-users@oliver.com Subject: RE: Is there an Easy way to Remove Hashfiles Ewan, if you switch your hash files to be externa...
by admin
Thu Jul 04, 2002 1:59 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Is there an Easy way to Remove Hashfiles
Replies: 4
Views: 719

Ewan, if you switch your hash files to be externally pathed instead of defaulting to the current DataStage project, you have more apparent control of your hash files. They wont seem to be buried inside DataStage. For example, parametize a hash file directory (#HashFileDirectory#) as the location of ...
by admin
Wed Jul 03, 2002 11:58 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Is there an Easy way to Remove Hashfiles
Replies: 4
Views: 719

Excellent thanks Ray -----Original Message----- From: Raymond Wurlod [mailto:wurlodr@au1.ibm.com] Sent: Thursday, 04 July, 2002 11:18 To: datastage-users@oliver.com Subject: Re: Is there an Easy way to Remove Hashfiles There is no easy way. The DELETE.FILE command removes one hashed file. However, r...
by admin
Wed Jul 03, 2002 11:18 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Is there an Easy way to Remove Hashfiles
Replies: 4
Views: 719

There is no easy way. The DELETE.FILE command removes one hashed file. However, rather than create a script at the operating system level, why not consider creating a DataStage after-job routine (or after-stage routine)? In Manager, select Routines from the tree, select New, and change the routine t...
by admin
Wed Jul 03, 2002 9:34 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Is there an Easy way to Remove Hashfiles
Replies: 4
Views: 719

Is there an Easy way to Remove Hashfiles

When creating multiple hash files (in this case 15) in a ds job, is there a way I can delete then at the end of the job. For example inside the transform, after stage subroutine I can run using the Exactly command DELETE.FILE which removes one file. But if I try and delete multiple ones it doesnt wo...
by admin
Wed Jul 03, 2002 7:27 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Exporting director information
Replies: 8
Views: 827

Sven, I have a job that checks the status of other jobs and then sends emails and pages if there were problems. I created a generic job with multiple instances enabled. I then scheduled multiple instances to run at different times of the day, each instance reading a different parameter file. e.g. At...
by admin
Wed Jul 03, 2002 7:15 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Exporting director information
Replies: 8
Views: 827

Steve, I would be interested in that zip file as well. Thanks. -----Original Message----- From: steven.totman@ascentialsoftware.com [mailto:steven.totman@ascentialsoftware.com] Sent: Wednesday, July 03, 2002 3:06 PM To: datastage-users@oliver.com Subject: RE: Exporting director information Sven anot...
by admin
Wed Jul 03, 2002 7:15 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Exporting director information
Replies: 8
Views: 827

The DataStage Director also has the ability to print the log (or print it to a file) at some release levels. I know Version 6 does this, but I dont recall when it was added. If there is a printer ICON on the menu (second button from the left on my screen) of the Director you may have it in your vers...
by admin
Wed Jul 03, 2002 7:13 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Exporting director information
Replies: 8
Views: 827

I would love a copy, Steve. Thanks, Chris Roberts ----- Original Message ----- From: To: Sent: Wednesday, July 03, 2002 3:06 PM Subject: RE: Exporting director information > Sven another member of my group Mike Ruland put together a set of DataStage > Jobs to do exactly this just under a year ago as...
by admin
Wed Jul 03, 2002 7:06 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Exporting director information
Replies: 8
Views: 827

Sven another member of my group Mike Ruland put together a set of DataStage Jobs to do exactly this just under a year ago as part of a shared container project. Mike actually based it on an idea that the lists very own Ray Wurlod provided a long time ago. We are going to be putting this and a variet...
by admin
Wed Jul 03, 2002 6:59 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Exporting director information
Replies: 8
Views: 827

The "dsjob" command has a number of options for retrieving log information. If these options are not flexible enough, you can use some of the dsjob code in Server Job Developers Guide as a example to help write a custom "C" program. -Doug -----Original Message----- From: Sven Boden [mailto:Sven.Bode...