Search found 299 matches

by swades
Wed Jan 31, 2007 7:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load unmatched data
Replies: 11
Views: 3751

Thanks
I have try a lot using look up but still I am getting matched data only in Target Table so please tell me if any Condition is required in lookup stage to get unmatch data in Target Table ?

Please help me if possible because I have not used Look up stage before to get Unmatched data

Thanks
by swades
Wed Jan 31, 2007 6:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load unmatched data
Replies: 11
Views: 3751

Continue to above Post:

Or can I use look up stage ?
Please help me how ?
what to set in constraints. I have try that BUT I am failed. I am using 7.5.2

Thanks
by swades
Wed Jan 31, 2007 5:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load unmatched data
Replies: 11
Views: 3751

Load unmatched data

Hi,
I want to get Unmtched data to be load in Target Table. I am comparing source record with the Target Table.

How can I do this with Merge Stage ?

Thanks
by swades
Wed Jan 31, 2007 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Currentdate-1 ?
Replies: 9
Views: 2970

Thanks you very much

I used

Code: Select all

DateFromJulianDay((JulianDayFromDate(CurrentDate())-1)) 
It works fine

Thanks again.
by swades
Wed Jan 31, 2007 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Currentdate-1 ?
Replies: 9
Views: 2970

Thanks

I want that in PX.


Thanks
by swades
Wed Jan 31, 2007 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Currentdate-1 ?
Replies: 9
Views: 2970

I want to do this in Datastage.


Thanks
by swades
Wed Jan 31, 2007 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Currentdate-1 ?
Replies: 9
Views: 2970

Currentdate-1 ?

Hi,

Can anyone help me how to calculate currentdate()-1 ?

Thanks
by swades
Wed Jan 31, 2007 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read DISTINCT from flat file ?
Replies: 5
Views: 1625

Thanks for Response

I am using PX so can you please tell me what properties to set in Agrregator Stage ?

Thank
by swades
Wed Jan 31, 2007 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read DISTINCT from flat file ?
Replies: 5
Views: 1625

How to read DISTINCT from flat file ?

Hi,

How to read DISTINCT sring from flat file ?
Can any one help ? Please ?
by swades
Tue Jan 30, 2007 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dateformat from Currentdate
Replies: 5
Views: 2267

Date Length 10

Thanks
by swades
Tue Jan 30, 2007 7:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dateformat from Currentdate
Replies: 5
Views: 2267

Thanks Ray,
I did as you said, I am doing as under( I am not using '=')

DateToString(CurrentDate(),"%mm/%dd/%yyyy") = StageVar1
StringToDate(StageVar1,"%mm/%dd/%yyyy") = Current_dt

Current_dt is giving me 2007-01-30 !!! How this is coming. Please help me.

Thanks
by swades
Tue Jan 30, 2007 6:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dateformat from Currentdate
Replies: 5
Views: 2267

Dateformat from Currentdate

Hi, I search and read many Threads in this forum but I could not resolve my problem, Please help me.... I am using Currentdate as one of my column in Transformer which is in %yyyy-%mm-%dd format BUT I reqired in %mm/%dd/%yyyy format : I am doing(in Transformaer) : DateToString(CurrentDate(),"%m...
by swades
Wed Jan 24, 2007 12:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob giving Error
Replies: 3
Views: 929

Thanks
to set your enivronment variables
that means Do I need to export LIBPATH in .profile file ?

I found .profile in $DSHOME so do I need to type following Quote only and save ?
export PATH
LIBPATH=/baselwb/dsadmhome/Ascential/DataStage/DSEngine/lib
export LIBPATH
by swades
Tue Jan 23, 2007 7:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob giving Error
Replies: 3
Views: 929

dsjob giving Error

Hi, When I am Using dsjob in Unix command line it is giving me following Error: ( I am not able to use this. How can I resolve this ? ) 0509-036 cannot load program dsjob because of the following errors: 0509-150 Dependent module libvmdsapi.so could not be loaded. 0509-022 cannot load module libvmds...