Search found 139 matches

by fmartinsferreira
Tue Jul 25, 2006 12:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parameters
Replies: 5
Views: 822

parameters

Hi everybody! I have a main job sequence that call all my data load process. That main job sequence has some parameters, and the value of these parameters are in a file. I need to read this file and call my main job sequence sending the parameters. I was thinking make this using a job batch! Does an...
by fmartinsferreira
Tue Jul 04, 2006 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure - result set
Replies: 4
Views: 1146

Re: stored procedure - result set

ray.wurlod wrote: Why are you surprised? :lol: ...
Because it is the first time that I have SQL Server as a source. :oops:

Fernando
by fmartinsferreira
Thu Jun 29, 2006 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure - result set
Replies: 4
Views: 1146

stored procedure - result set

Hi! My source is SQL Server! I need to work with a result set from a SQL Server's stored procedure in DataStage and after input the data into a Oracle. Is there any stage that work with a stored procedure result set? In the version 7.5 there is a "stored procedure stage" that work with Ora...
by fmartinsferreira
Thu May 11, 2006 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server to parallel
Replies: 4
Views: 1550

Thank you!

Work very well!

Regards,

Fernando
by fmartinsferreira
Thu May 11, 2006 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server to parallel
Replies: 4
Views: 1550

Re: Server to parallel

Sorry but I don't understand "floor"

Thanks
Fernando
by fmartinsferreira
Wed May 10, 2006 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server to parallel
Replies: 4
Views: 1550

Server to parallel

Hi! I'm transforming a Server job to Parallel Job and I have the following command Oconv(Trim(LINK_004.OTHER_AMT),'MD2') that work in a transformer stage and it doesn't work in a parallel job. I saw that there is a function -> StringtoDecimal(String,Rtype) but the help that I have is very poor. Can ...
by fmartinsferreira
Tue Apr 25, 2006 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fuction
Replies: 5
Views: 1179

Fuction

Sorry :oops: ,

I'm working with 8 character.

Regards,

Fernando
ray.wurlod wrote:Are you really working with a nine character string here? If you are using a five digit year, then the substring extractions will need to be changed. ...
by fmartinsferreira
Thu Apr 13, 2006 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fuction
Replies: 5
Views: 1179

Thank you every body, but I preferred to make a server routine. It is in a version 1.0 but work in some cases. :roll: Follow the code. DD=Data[8, 2] MM=Data[6, 2] AA=Data[2, 4] RETORNO=Data[1, 9] If (DD > 0 AND DD < 32) AND (MM > 0 AND MM < 13) AND AA > 1 Then RETORNO=RETORNO Else RETORNO="0000...
by fmartinsferreira
Thu Apr 13, 2006 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fuction
Replies: 5
Views: 1179

Fuction

Hi!

My imput in Transformer is '20060413', this is a date in the format(YYYYMMDD). But in some cases I receive '00000001' that is a invalid date.

Well, I would like to make a server routine that when receive the imput check if is a valid or invalid date.

Regards,

Fernando Martins
by fmartinsferreira
Fri Sep 09, 2005 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Action
Replies: 5
Views: 1669

Thank you!
by fmartinsferreira
Thu Sep 08, 2005 12:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv
Replies: 2
Views: 1156

Iconv

I have a date(YYYYMMDD) in a number format.

For example:
- 20050810 become 50810
- 20150810 become 150810

I have to insert this number in a oracle table where the field is a date.

I'm using Iconv(DATE, "DYMD[2,2,2]") but doesn't working.

Does anybody help me?

Regards,

Fernando
by fmartinsferreira
Thu Sep 08, 2005 11:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Action
Replies: 5
Views: 1669

Update Action

In the combo-box "Update Action" from Oracle 9 Stage there is the following action: -> Update existing rows or insert new rows Would I like to know if this action update the row independently if there was any change or if it update only the rows that changed something? Regards, Fernando
by fmartinsferreira
Thu Sep 01, 2005 1:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv and Oconv
Replies: 4
Views: 2517

Iconv and Oconv

I need to calculate the difference between two dates in the transformer stage. x = end_date - start_date But there is some considerations: - I need the difference in days For example: x = 2005-05-12 - 2005-30-12 then x = 25 - the end_date is 'YYYY-MM-DD' For example: 2005-05-12 - the start_date is '...
by fmartinsferreira
Thu Aug 18, 2005 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to run a mainframe job
Replies: 5
Views: 1540

How to run a mainframe job

Thank you and I would like to take a training but I don't have time, I'm in the midle of the project and if I ask to take a training my manager will say to me "bye bye friend!".
I'm not the one in Mainframe Jobs but with your help I hope to make these jobs.

Best Regards
Fernando