Search found 464 matches

by WoMaWil
Mon Dec 13, 2004 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running SQL command in a Routine
Replies: 4
Views: 960

Hashfiles can be written by two ways:

(1) In the Project Repository (to read it use the OPEN-Statement)
(2) In a Path (to read it use the OPENPATH-Statement)

The use of both statements is explained in detail in the documentation-pdf.
by WoMaWil
Mon Dec 13, 2004 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set User Status!
Replies: 2
Views: 1509

Seting the UserStatus of the job runing to anything is possible within the Job. UserStatus is a clever element for to transfer certain information from one job to the other. One thing you don't know (directly) before a job ends is the after-run-job-Status. But through asking via other functions you ...
by WoMaWil
Mon Dec 13, 2004 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before job Routine
Replies: 4
Views: 1131

In the actual for DataStage licencend ODBC-Driver a routine including a ODBC-call doesn't work due to licence. So your only chace is a "before-Job"-Job.

Wolfgang
by WoMaWil
Mon Dec 13, 2004 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraints for a link
Replies: 5
Views: 1039

Difficult to answer without knowing precicely what you do and without knowing precicely how you messure your rownumbers.
by WoMaWil
Mon Dec 13, 2004 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use KeyMgtGetNextValue routine
Replies: 7
Views: 1766

with the KeyMgtGetNextValue you can generate Numbers, each time you call this function you get a number one number higher. Every key has to have a name. If you call your number Jack, each time calling Jack with this routine you get one more. There are functions to set Jack back to zero, You can have...
by WoMaWil
Mon Dec 13, 2004 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running SQL command in a Routine
Replies: 4
Views: 960

Use the OPEN or OPENPATH-Statement in your Routine for reading Hashfiles, with those you get a higher flexibilty in your routines.
by WoMaWil
Fri Dec 03, 2004 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Oracle Adapter
Replies: 2
Views: 1186

Look in your Doku (PDF) that comes with DataStage, there you find all about it. And if you have after that question come and post them here.

Wolfgang
by WoMaWil
Fri Sep 03, 2004 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot get exclusive access to executable file for job
Replies: 34
Views: 43625

Try to restart DataStage if you can. Maybe that this will help. Wait 5 Minutes before restarting DataStage.
by WoMaWil
Fri Sep 03, 2004 12:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how do I set up user permissions to protect projects
Replies: 5
Views: 3118

and beside that it is important, that for the DataStageEngine itsself you have a fourth or sixth group where all develepers of all projects belong to as their secondary group and as well the operators and the dsadm.

Wolfgang
by WoMaWil
Wed Jul 28, 2004 3:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data originating from spreadsheets
Replies: 9
Views: 5145

Hi Byron, Spreadsheets are simple and flexible. This is good for newbies and freaks. If you want to use them for Database purpose you need 100 % of discipline. They kind of discipline a Bookkeeper has in his blood. If you have at least one person in your team with an other kind of blood you can get ...
by WoMaWil
Wed Jul 28, 2004 3:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FMT function
Replies: 3
Views: 2345

If you want to write a routine with a total of 7 letters or digits and if your number is less then 7 and you want the rest to be filled with Zero you write the following code into your Routine: Ans=FMT(Arg1,"7'0'R") and if you want to have it flexible use a second Argument Arg2 pFormat=Arg...
by WoMaWil
Mon Jul 26, 2004 3:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Opinion/Discussion on using files at the end of each job
Replies: 8
Views: 2747

There is no best of all solution. The special case has to be seen and sometimes it it good having something intermedium and sometimes not, specialy when you have staged into databases of your own kingdom. What we did for to be more sure and more transparent in our processes was: We added a field Pro...
by WoMaWil
Fri Jul 16, 2004 3:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception Handling raised by Oracle
Replies: 2
Views: 1276

Have you tried to write your data into a hash file and using the hashfile as lookup or to divide in Oracle the sting in a year, month and day part and then concatinating it.
by WoMaWil
Fri Jul 16, 2004 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export / Import problem
Replies: 2
Views: 1540

I suppose you know, that if somebody is working with this job the Job isn't exported.
by WoMaWil
Mon Jul 05, 2004 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before/After rotuine input values
Replies: 3
Views: 1817

Hi John no,

I don't understand your problem.

You can feed an after-job-routine, after-stage-routine, before-job-routine and before-stage-routine with job parameters.

If you need them to feed with variables you have processed via your Job run you have to take common variables.

Wolfgang