Search found 288 matches

by dspxlearn
Mon Feb 11, 2008 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check to ETL job
Replies: 5
Views: 1965

aschand,

You mean that

Code: Select all

Legacy_ID starts with "GT" and MLAN_ALAND = null 
is condition 1 and after checking this we should extract records with the below constraint:

Code: Select all

MAKT row for SPRAS of "L", using the MAKT_MAKTX_PL 
by dspxlearn
Mon Feb 11, 2008 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Issue
Replies: 4
Views: 1312

can you paste the log here..So that we can discuss what is causing this difference. :)
by dspxlearn
Fri Feb 08, 2008 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning.
Replies: 3
Views: 700

kollurianu,

First please search the form before posting. In this way we can have new kind of issues instead of having the older ones. :)
Actually, this issue was repeated lot number of times.
by dspxlearn
Fri Feb 08, 2008 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning.
Replies: 3
Views: 700

kollurianu, Seems you have your PWD environment incorrectly configured. First check if you have your User defined environment variable PWD defined or not? Login to Administrator and hit the 'Environment' tab. Then, check on the 'Used Defined' variable. It should have complete project path value in i...
by dspxlearn
Fri Feb 08, 2008 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting some NULL warnings .
Replies: 9
Views: 2490

kollurianu,

How is the Nullability of 'WLESSINTCON_INDX' from the source and target defined?
If it is Nullable from the source and you if you are explicitly making it to NotNullable, they you should be doing the Null check.
If IsNotNull(WLESSINTCON_INDX) then WLESSINTCON_INDX else ''
by dspxlearn
Fri Feb 08, 2008 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimestampTodate
Replies: 3
Views: 3532

If you are pulling the field from the database, just use Trunc(Field) which gives you only the date. Pull that through the transformer without doing anything. Or as Maveric said, Read the data as varchar and check if the length is more than 10. If it is more than 10, Left(Field,10) If you want to co...
by dspxlearn
Thu Feb 07, 2008 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert delimited file to fixed width file.
Replies: 5
Views: 2541

How about converting all the fields of target sequential stage data types to Char. :?:
by dspxlearn
Wed Feb 06, 2008 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert char to date
Replies: 10
Views: 3023

Sud,

Original poster wanted his target datatype to be of Date datatype. And i guess, we cannot load a value of 'date' datatype without a day in it. :lol:
by dspxlearn
Wed Feb 06, 2008 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing rejected records
Replies: 13
Views: 5714

Thanks Ray!!
This post for really informative. :D
Dsuser,
Time to mark it as Resolved if you are allset.
by dspxlearn
Wed Feb 06, 2008 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert char to date
Replies: 10
Views: 3023

Ray, So, below code along with the date format masking, we will be getting all '01' for days right? StringToDate(InLink.Eff_Year : "-" : InLink.Eff_Month : "-01") How about the below code.I guess we will be getting only the month/year. MonthFromDate(StringToDate(InLink.Eff_Year :...
by dspxlearn
Wed Feb 06, 2008 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to enable TRACING on parallel/server jobs individually?
Replies: 3
Views: 2230

He was talking about the 'Server side tracing' enabling on the Datastage administrator.
I guess there is no option to do it at the job/sequencer level.
by dspxlearn
Wed Feb 06, 2008 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert char to date
Replies: 10
Views: 3023

ArndW,

He don't have the day from the source. He just has month and year. Then how can he concatenate and use StringToDate() function without a day?
by dspxlearn
Wed Feb 06, 2008 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing rejected records
Replies: 13
Views: 5714

gnreddy,

What if you want ONLY the rejected records(unmatched) records from the lookup stage and the matched records are not be be captured anywhere?
[/code]
by dspxlearn
Wed Feb 06, 2008 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing rejected records
Replies: 13
Views: 5714

gnreddy,

What if you want ONLY the rejected records(unmatched) records from the lookup stage and the matched records are not be be captured anywhere?
[/code]
by dspxlearn
Tue Jan 29, 2008 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Imput Read Problem
Replies: 7
Views: 2970

:? :? :? :?
Choose one from the below options to read your XML stuff.
1. Sequential stage
2. External source stage