Search found 106 matches

by dsdoubt
Tue Jan 23, 2007 9:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Manipulation
Replies: 18
Views: 3767

May I know what is the syntax of this.
Is it InputField[Delimiter,Start, End]?
by dsdoubt
Tue Jan 23, 2007 8:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Manipulation
Replies: 18
Views: 3767

Thanks for you inputs guys. I was extracting from Database, so manage to use database functions.

Code: Select all

 SUBSTR(field, INSTR(field, '_',INSTR(article_id, 'ABC'))+1)
by dsdoubt
Tue Jan 23, 2007 7:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Manipulation
Replies: 18
Views: 3767

String Manipulation

Hi, Input Data ABC_xxx ABC1_xxx ABC2_xxx yyy_ABC3_xxxx I need to strip out all those characters to the left of _ that were before xxxx. xxxx is just representation of string. So I need to strip out any char '...ABCn_' n may or may not presetn. Some characters before ABC may or may not present. An po...
by dsdoubt
Sun Dec 03, 2006 7:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command read the hashed file
Replies: 1
Views: 676

Command read the hashed file

Hi, Iam getting the following error, "JOB.1872385446.DT.1361242948.TRANS2": Line 158, Nonnumeric data when numeric required. Zero used." I need to check the line 158, to know which logic cause this exception. So I guess, I should look into RT_BPnnn for this line number. May I know how...
by dsdoubt
Sun Nov 05, 2006 4:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handle Abort automatically.
Replies: 4
Views: 1287

Handle Abort automatically.

Hi, Version 7.0. There is no option in JobProperty to handle the aborted job. So if any of the Child JobSequence aborts, the main Job sequence does not getting aborted. No Termitator stage as well. May I know, how to abort the mail sequence. Right now Iam using a separate routine to abort by extendi...
by dsdoubt
Thu Nov 02, 2006 11:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seqeunce Trigger Expression
Replies: 7
Views: 3159

mentioned ellipsis mentioned is not available in Trigger Expression. Iam using version 7.0, is that a reason?
by dsdoubt
Thu Nov 02, 2006 9:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seqeunce Trigger Expression
Replies: 7
Views: 3159

This this helps.
One short question. How to get the Job name automatically (or by any click event). I copied the name of the JobActivity or typed the name of the JobActivity name manually in JobA.$JobStatus.
by dsdoubt
Thu Nov 02, 2006 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seqeunce Trigger Expression
Replies: 7
Views: 3159

Seqeunce Trigger Expression

Hi, I have three job activity connected to a Sequencer and another jobactivity following that. I need to make the sequence to wait for all the jobs to finish either OK or with Warnings. Then I need to trigger the next job. I can give All as condition. What should I give in Trigger condition in 3 job...
by dsdoubt
Fri Oct 27, 2006 1:13 am
Forum: Site/Forum
Topic: Yet another Milestone!!!
Replies: 9
Views: 6838

Yet another Milestone!!!

Congratz Kumar!!!!
Reached 3000 post. Good Job.
by dsdoubt
Thu Oct 19, 2006 1:10 am
Forum: General
Topic: Port No used by Datastage?
Replies: 3
Views: 3009

Port No used by Datastage?

Kindly let me know the Port no used by Datastage. I could not get the correct search context to pick up the correct one?
by dsdoubt
Sun Oct 15, 2006 7:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Stage Installaion.
Replies: 2
Views: 931

Thanks Craig.
by dsdoubt
Fri Oct 13, 2006 10:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Stage Installaion.
Replies: 2
Views: 931

OCI Stage Installaion.

This post is in reference to the other post that was wrongly created in TX forum. My support team able install the OCI9i stage into an existing project by executing some executables available under DSEngine and passing some required project paths as parameter. I could not contact Support team, So Ma...
by dsdoubt
Fri Oct 13, 2006 5:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration of DS Installation
Replies: 18
Views: 5214

May I know the syntax for fnuxi to export and import?
by dsdoubt
Fri Oct 13, 2006 1:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration of DS Installation
Replies: 18
Views: 5214

So the recomended option is to Install datastage, and export the whole Universe using fnuxi and import into new server. Will this be only one import/export across all project?
by dsdoubt
Fri Oct 13, 2006 1:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration of DS Installation
Replies: 18
Views: 5214

We can install a new copy and import export all the projects.
But I just want to know, If the migration includes, both Project installatins and the Project directorys as it is to the same directory, will it work. Which will reduce the migration time.