Search found 28 matches

by e1994264
Tue Jun 12, 2012 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert date foramts to other formats
Replies: 2
Views: 1389

How to convert date foramts to other formats

Hi,
I am getting date fields actually text fileds with various formats MM/DD/YY and YY/MM/DD . I need convert them to DD/MM/YYYY.
Please can any body tell the functions need to be used in converting date format and check the date ISv alid
by e1994264
Tue Jun 12, 2012 10:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datae cannot be in future, If future rejects
Replies: 2
Views: 1437

Datae cannot be in future, If future rejects

I am getting date from my source file as MM/DD/YY. How do i check the Date value.
Transformation rule:
Datae cannot be in future, If future rejects . If blank set to default value
by e1994264
Tue Jun 12, 2012 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number must be postive value, if negative reject
Replies: 2
Views: 1488

Number must be postive value, if negative reject

Hi, I am reading data from mainframe system. we are getting negative and positive value for partcular column. What are functions do we need in transformation stage for checking the Positive and Negative value of a particular column Transformation rules: Number must be postive value, if negative reje...
by e1994264
Wed Jan 18, 2012 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help needed for the below Logic
Replies: 3
Views: 1974

Re: Help needed for the below Logic

There is no limit for the version Number. For new record it has version number=1.
by e1994264
Wed Jan 18, 2012 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help needed for the below Logic
Replies: 3
Views: 1974

Help needed for the below Logic

We are extrating source from legacy system and loading into DB2target database. Ex: one of the table structure of POSTAL ADDRESS TABLE in Db2 like following: ID,ADDRESS_CD,ADDRESS1,ADDRESS2,CITY NAME,STATE,EFF_START_DT,EFF_END _DATE,VER_NUM 1,Mailing,xxx,xxx,TROY, MI,1/11/2012,2039-12-31,1 I am usin...
by e1994264
Fri Jan 06, 2012 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning Message--help me
Replies: 2
Views: 1621

Warning Message--help me

When binding output interface field "CLAIM_ID" to field "CLAIM_ID": Converting a nullable source to a non-nullable result; a fatal runtime error could occur; use the modify operator to specify a value to which the null should be converted. Hi i have Source comming from dataset h...
by e1994264
Thu Jan 05, 2012 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error msg
Replies: 7
Views: 4451

If your job is trying to load rows into database table. Then you need to contact with DBA regarding the size of the table
by e1994264
Wed Jan 04, 2012 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Hexadecimnal Values in DaTAstage
Replies: 9
Views: 5227

Re: Read Hexadecimnal Values in DaTAstage

Hi,
If Someone have expertse in Mainframe. They can change the hexadecimal data into ASCII format.
So you cannot read the hexadecimal from Sequential file . It need to be converted in Mainframe itself .
by e1994264
Tue Jan 03, 2012 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning Message--help me
Replies: 7
Views: 3506

Use NullToValue() function to provide a value that indicates that the source was null, perhaps -999999.99 (or any value that will never occur in your real data). Hi Ray, I used NullToValue(to_xfm_Map.CLAIM_ID,-9999) finction in transforamation stage at column Derivation Part still i get error ,mess...
by e1994264
Tue Jan 03, 2012 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning Message--help me
Replies: 7
Views: 3506

ray.wurlod wrote:Use NullToValue() function to provide a value that indicates that the source was null, perhaps -999999.99 (or any value that will never occur in your real data).
Hi Ray,
Thanks for the reply
Just i have one question where should i use the function NullToValue().
by e1994264
Thu Dec 29, 2011 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning Message--help me
Replies: 7
Views: 3506

Warning Message--help me

When binding output interface field "CLAIM_ID" to field "CLAIM_ID": Converting a nullable source to a non-nullable result; a fatal runtime error could occur; use the modify operator to specify a value to which the null should be converted. [/b] Hi i have Source comming from data...
by e1994264
Mon Dec 19, 2011 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help need for this to avoid the Warning Messages
Replies: 6
Views: 4938

You seem to have a mix of delimiter characters in your data ("|" and ","). You may need to read the start date and end date as a single field and parse them subsequently. Also check that the correct delimiter (as per your metadata) terminates the transaction date field. Hi, Just...
by e1994264
Mon Dec 19, 2011 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup comparisions
Replies: 2
Views: 1288

Lookup comparisions

Hi, I have one issue. My source is a flat file. My lookup is Db2 database. i have Source column which is Char datatype with 9 chars. But my lookup up table column is Varchar data type with 15 in length. My question is how can i trim the spaces and lookup based on the condition. As far as in server j...
by e1994264
Fri Dec 09, 2011 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help need for this to avoid the Warning Messages
Replies: 6
Views: 4938

Help need for this to avoid the Warning Messages

Hi, I have source File which is flat file i am getting some warning messages; Please some one can hel me out source: falt file delimiter: |(Pipe) Final delimiter: None Source as follows: CUSTOMER_ID|CUSTOMER_NAME|TRANSACTION_DT|STR_DT,END_DT 1|UMA|1/1/2010|5/20/2010|12/20/2010 1|UMA|5/28/2010|5/20/2...
by e1994264
Mon Dec 05, 2011 11:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting varchar to Date and validation
Replies: 1
Views: 1306

converting varchar to Date and validation

Hi, My source is flatfile . I have date data in varchar type iin my source. My goal is covert the varchar to date format and vheck for valid date format (%yyyy-%mm-%dd) In Transformation In Constrains I used following IsValid( DSLink2.Date,TrimLeadingTrailing( StringToDate(DSLink2.Date,"%yyyy-%...