Search found 12 matches

by ravitell1
Tue Feb 01, 2011 11:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Name Issue....
Replies: 6
Views: 4206

ray.wurlod wrote:Have the file land in a particular folder. In a sequence use a DIR /B command to get the file name and feed it to your job. Move the file to a different folder when done. ...


Thanks it worked...
by ravitell1
Mon Jan 31, 2011 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Name Issue....
Replies: 6
Views: 4206

File Name Issue....

Hello All,


I have a situation where a file comes everyday with the name
"20101023000004_Sample_File" ....
File schedule for everyday
So the file name changes everyday... How to approach this issue...

Help appreciated...
Ravi.
by ravitell1
Thu Oct 14, 2010 11:03 pm
Forum: General
Topic: Exception handler
Replies: 1
Views: 1524

Exception handler

If any job aborts in sequencer, I need the job report in the mail why it has been aborted.. can i use the #Exception_Handler.$ErrMessage#..If so ..how can i capture the message..
help appreciated..

Thanks.
Ravi.
by ravitell1
Thu Sep 16, 2010 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 7
Views: 3825

Oconv worked.. Thanks bro.
by ravitell1
Tue Sep 14, 2010 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 7
Views: 3825

when i try to use this Field(SRC_JOINING_DT,' ',2) it is giving me NULL.
It is not returning any value..
by ravitell1
Mon Sep 13, 2010 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 7
Views: 3825

date conversion

Hello All

I am reading a field name JOINING_DT from DB2 as
"12167 (2001-04-23)"
JOINING_DT datatype is Date.
I need to convert to the above format to MMDDYYYY.
When i tried to use the field and extract the date part it is giving me NULL.

Thanks in advance
by ravitell1
Mon Aug 30, 2010 7:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Not Aborting
Replies: 1
Views: 1815

Sequencer Not Aborting

Hello everyone, In a sequencer.. there are 7 jobs... after running for 3 jobs..the 4th job fails ....but its continuing till the end of the sequencer.... i have given the setting as jobstatus=DSRUNOK or jobstatus=DSRUNWARN. and an exception handler to email that the job is aborted.. how to terminate...
by ravitell1
Sun Aug 29, 2010 1:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp comparision
Replies: 9
Views: 4473

ray.wurlod wrote:I have provided everything you need except the If..Then..Else construct. ...
Thanks it worked...
by ravitell1
Sun Aug 29, 2010 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp comparision
Replies: 9
Views: 4473

The Senario is i need to convert the timestamp to MMDDYYYY and check the YYYY is numeric or not
If numeric send MMDDYYYY else send space
... to a seqential file...which in turn used to load into warehouse..
by ravitell1
Sat Aug 28, 2010 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp comparision
Replies: 9
Views: 4473

how to convert the timestamp to date..
Need to convert "2008-10-21 13:14:44.997187" to the format MMDDYYYY
and then check whether yyyy is numeric or not...
by ravitell1
Sat Aug 28, 2010 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp comparision
Replies: 9
Views: 4473

thanks for the speedy response..


Actually i need to convert the above timestamp format to mmddyyyy..
then i need to compare whether the yyyy is numeric or not...
by ravitell1
Sat Aug 28, 2010 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp comparision
Replies: 9
Views: 4473

Timestamp comparision

Hello all,

I have a timestamp coming as" 2008-10-21 13:14:44.997187"

need to check that 2008 is numeric or not...


Please help me..