Search found 42189 matches

by chulett
Wed Nov 16, 2005 1:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appending Two text files through basic routine
Replies: 2
Views: 1038

Why do you want to do it that way... as an academic exercise? It would be much simpler to leverage your operating system. The BASIC command you are looking for is 'DSExecute' by the way. Or do it from inside a job - there is an 'Append' option in the Sequential File stage, any reason that can't be u...
by chulett
Wed Nov 16, 2005 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Load Problem
Replies: 9
Views: 2504

It's a unit of measure - short for 'crore' or 100 lakhs.

http://en.wikipedia.org/wiki/Crore
by chulett
Wed Nov 16, 2005 11:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the job status when the job aborted???
Replies: 14
Views: 5085

gradkarthik wrote:You can run this subroutine as an After job subroutine from your job properties page.

No, you can't. :evil:
by chulett
Wed Nov 16, 2005 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Enviorment variable
Replies: 2
Views: 1032

What exact version of DataStage? I seem to recall encrypted environment variables being broken until recently. :?
by chulett
Wed Nov 16, 2005 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to access data from Focus Database
Replies: 1
Views: 850

That would be a question for Information Builders, I would think.
by chulett
Wed Nov 16, 2005 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Input files to a server job
Replies: 5
Views: 1328

From your operating system. Before Job using ExecSH, for example.
by chulett
Wed Nov 16, 2005 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: moving jobs
Replies: 8
Views: 1707

Aha! That's true... make sure neither of the 'special' Views are activated: Host View or Extended Job View - then you should be ok.
by chulett
Wed Nov 16, 2005 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the job status when the job aborted???
Replies: 14
Views: 5085

But I would like to know as soon as the job aborted. So do u have any other idea??? Thanks, You can also schedule a little piece of job control code rather than the job itself and have the job control do all the normal bits - attach, prepare, run, wait, check status. Afterwards, do whatever needs d...
by chulett
Wed Nov 16, 2005 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server job abort but all records loaded in DB
Replies: 10
Views: 4659

Is it still called 'AfterJob'? That may be contributing to the confusion. :?

What is the value of the Transaction Size in your OCI stage? Not the box on the 'front' but the tab on the 'back' of the stage.
by chulett
Tue Nov 15, 2005 9:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: split xml source then load to multiple targets
Replies: 7
Views: 3759

troywinston wrote:what I mean is to partition the data into 5 chunks. Or parse into 5. How woudl I implement this with the 5 different outputs?

One input link into the Transformer, five output links. MOD on the @INROWNUM so that each output link gets 1/5th of the data, round robin.

What Vince said.
by chulett
Tue Nov 15, 2005 2:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashfile Error
Replies: 2
Views: 1536

Pretty much what it says - a NULL value in the key field.
by chulett
Tue Nov 15, 2005 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running a job in a loop
Replies: 5
Views: 1234

UtilityRunJob.
by chulett
Tue Nov 15, 2005 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Imput parameter in sequencer
Replies: 2
Views: 1043

Sure... the Sequencer can prompt for the parameter value and then pass it to any job it runs that needs it.
by chulett
Tue Nov 15, 2005 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Keys join of Files
Replies: 4
Views: 1108

Exactly. While that may be the 'primary' function, there are many secondary functions it supports and these can include multiple key fields.
by chulett
Tue Nov 15, 2005 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to reomove a Job from DS Version Control
Replies: 7
Views: 1604

Well... it's an option. Did you look under... 'Options'? :wink:

Specifically, 'Tools / Edit Version Options'. And no, there is no official way to completely delete a component. It exists to track changes, so it records the fact that you added it and it records the fact that you deleted it.