Search found 77 matches

by MOHAMMAD.ISSAQ
Mon Apr 21, 2008 11:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do i check the return value of a routine ?
Replies: 2
Views: 1191

Thanks ray for the help.
I created a custom trigger and now everything it's fine...

Thanks again....
by MOHAMMAD.ISSAQ
Sat Apr 19, 2008 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do i check the return value of a routine ?
Replies: 2
Views: 1191

How do i check the return value of a routine ?

I'm calling a routine from a "Routine Activity" stage. In the properties of the "Routine Activity" stage i set Trigger as "Return Vaue Conditional". My routine will return value either '0' or '1'. If the value is '0' then i'm calling the "UtilityAbortToLog" ro...
by MOHAMMAD.ISSAQ
Mon Apr 07, 2008 11:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to create a dummy xml file
Replies: 4
Views: 1512

Thanks Ernie for the help..

Now i got the ouput..
by MOHAMMAD.ISSAQ
Fri Apr 04, 2008 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to release the lock
Replies: 1
Views: 756

Unable to release the lock

One of the sequence job got locked, i'm able to view it in the lock window of "clean up resource" but not in the processes window.
I cleared the "Status file" but still i'm not able to release the lock.


Could anyone help me out...
by MOHAMMAD.ISSAQ
Thu Apr 03, 2008 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to create a dummy xml file
Replies: 4
Views: 1512

Unable to create a dummy xml file

I have a job that creates a xml file.It's working fine.
My requirement is if the input file is a zero byte then also xml template should be created without any data.


Please provide pointers to this....
by MOHAMMAD.ISSAQ
Wed Apr 02, 2008 4:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to access a Hashed file using UniVerse stage
Replies: 3
Views: 1391

How to access a Hashed file using UniVerse stage

I created a hashed file now i want it to access the hashed file using UniVerse stage.
I've used database name as "localuv" and the table name i've given as the Hashed file name.

But the error it throwing as "Table or View doen't exist"

Please provide some pointers to this...
by MOHAMMAD.ISSAQ
Thu Mar 20, 2008 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joining / doing lookup without a key
Replies: 10
Views: 2731

Hi,
Instead of using the table as reference Why can't you just add an extra column and hardcode the column value of the reference table in the actual stream, since all the rows of the actual stream need this column.


Pls correct me if i'm wrong...
by MOHAMMAD.ISSAQ
Wed Mar 19, 2008 4:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job running in a infinite loop
Replies: 4
Views: 1429

Yes i'm able to compile the jobs.
It's just showing the status as "running".


Thanks for the help..
by MOHAMMAD.ISSAQ
Wed Mar 19, 2008 4:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job running in a infinite loop
Replies: 4
Views: 1429

The job is under "running" status for the past 2 hrs.
The "clear status file" is not active for this job and i'm not able to view the job in "Cleanup Resources" option.

What might be the reason?
by MOHAMMAD.ISSAQ
Wed Mar 19, 2008 3:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job running in a infinite loop
Replies: 4
Views: 1429

Job running in a infinite loop

I have a job that's running continuosly even if i try to stop it through director it's not stopping.
Can anyone tell me how to get the process id of the particular job and how to kill the job in Unix?

Please help me out..
by MOHAMMAD.ISSAQ
Wed Mar 19, 2008 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nested If Then Else statement strange behaviour in routines.
Replies: 13
Views: 9224

Thanks priyadarshikunal for the help.
I change the order of the IF statements.

Now it's coming properly..
by MOHAMMAD.ISSAQ
Wed Mar 19, 2008 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nested If Then Else statement strange behaviour in routines.
Replies: 13
Views: 9224

It's not working for BUSINESS_FG = 'U' also
by MOHAMMAD.ISSAQ
Wed Mar 19, 2008 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nested If Then Else statement strange behaviour in routines.
Replies: 13
Views: 9224

I checked Shane, when i kept the same value as BUSINESS_FG = "G" and change only the PLAN_CD1 value for e.g. PLAN_CD1 ="CA" (Other than "CAT" and "CES") then i'm getting the correct output as "DM". If the problem is with the BUSINESS_FG = "G&quo...
by MOHAMMAD.ISSAQ
Tue Mar 18, 2008 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nested If Then Else statement strange behaviour in routines.
Replies: 13
Views: 9224

Chulett
RIDER_FORM_CD is BLANK..
I've checked the code and it's flow it's correct.

I don't know what the problem..

Can anybody provide an alternate solution to this..
by MOHAMMAD.ISSAQ
Tue Mar 18, 2008 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nested If Then Else statement strange behaviour in routines.
Replies: 13
Views: 9224

Nested If Then Else statement strange behaviour in routines.

The following code is of a routine : ***************Routine Start*************** Ans = "" VAL = "" IF PREMIUM_CATEGORY = "4" THEN VAL = "SY" END IF PREMIUM_CATEGORY = "3" THEN VAL = "MA" END IF PREMIUM_CATEGORY = "2" THEN VAL = &q...