Search found 58 matches

by shyju
Fri May 15, 2009 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine And Exception Handler
Replies: 4
Views: 3313

Thanks a lot for the reply. I was using DSLOGFATAL to abort the job in a assumption that it will aborts the job and control pass to exception handler. Now i removed the DSlogfatal and retuned 1 if validation fails.This pass the control to the exception handler and the sequence finished in restartabl...
by shyju
Thu May 14, 2009 12:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine And Exception Handler
Replies: 4
Views: 3313

Routine And Exception Handler

Hello, I have a sequence designed as below: Job Activity -> Routing Activity -> Job Activity Exception handler -> notification activity. Option "Automatically handle activities that fails" is enabled. Routine calls "DSLogFatal" if any validation fails. This abort the sequence, bu...
by shyju
Wed Dec 19, 2007 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate data based on Conditions at runtime
Replies: 9
Views: 3237

Logic for Routine we wrote is:

1)Take the condtion(A<100 and A>1) and amnt as input parameter.
2)expr = Ereplace(condtion,field,amnt)
3)If expr then Ans=true else Ans=false

But the routine didn't return result as expected.

The 3rd stmt is not working.

Please advise me on this.

Thanks,
Shyju
by shyju
Tue Dec 18, 2007 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate data based on Conditions at runtime
Replies: 9
Views: 3237

what i understood is
take the amount and condtion as input parameter..
then do the validaion as return the boolean to the calling job.

How do we validate the amount with a condtion created at run time?


Thanks for you response.
Shyju
by shyju
Mon Dec 17, 2007 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate data based on Conditions at runtime
Replies: 9
Views: 3237

I apologise for that.
by shyju
Thu Dec 13, 2007 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate data based on Conditions at runtime
Replies: 9
Views: 3237

Validate data based on Conditions at runtime

Hi All, we have a req to validate an input file with following format amount condtion 100 (amount>=0 and amount<=300) 200 (amount>=5 and amount<=800) 300 (amount>=0 and amount<=300) As the above as input source file, we need to validate the amount(field1) based on the condtion(field2). Please help m...
by shyju
Wed Apr 04, 2007 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling sybase stored procedure
Replies: 2
Views: 1160

Calling sybase stored procedure

Hi All,

Can we call a SYBASE stored procedure from DataStage using ODBC stage.

Thanks in advance
Shyju
by shyju
Sun Feb 11, 2007 12:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installing two Datastage Client
Replies: 3
Views: 1636

Thank you very much Craig
by shyju
Sun Feb 11, 2007 12:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New features in DS 7.5.2
Replies: 2
Views: 1449

Thanks Craig
by shyju
Sat Feb 10, 2007 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installing two Datastage Client
Replies: 3
Views: 1636

Installing two Datastage Client



Hi All

Can we install two datastage clients(7.5.1 & 7.5.2) in the same machine or will it be upgraded with the latest version ?

Thanking you in advance
Shyju
[/b]
by shyju
Sat Feb 10, 2007 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New features in DS 7.5.2
Replies: 2
Views: 1449

New features in DS 7.5.2

Hi All,

Can anyone of you tell me the new features introduced in Datastage7.5.2?

And what are the new pluggins added in DS 7.5.2?

Thanking you in advance,
Shyju
[/b]
by shyju
Thu Sep 14, 2006 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal database used by DS Server
Replies: 2
Views: 1433

Thanx Ray...
by shyju
Wed Sep 13, 2006 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal database used by DS Server
Replies: 2
Views: 1433

Internal database used by DS Server

Hi All,
I would like to know what is the internal database used by DataStage Server.

Cheers,
Shyju
by shyju
Thu Jun 22, 2006 11:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored proc called from Oracle 10g db using Oracle 8i stage
Replies: 3
Views: 1690

Stored proc called from Oracle 10g db using Oracle 8i stage

Hi All, I created a job where I have to call a stored procedure from Oracle 10g database using Oracle 8i stage. The result of the stored procedure is stored in two tables A and B. In the Oracle 8i stage, I call the stored procedure under sql -> before and then under Query, select few columns from ta...
by shyju
Mon Jun 12, 2006 4:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export of jobs
Replies: 5
Views: 2064

Export of jobs

Hi All,
Can we export a whole project from manager and at the same time export again whole project from the manager by opening another session? Will it currupt any job since the export is done twice on the same project and at the same time?

Cheers,
Shyju.