Search found 137 matches

by G SHIVARANJANI
Sun Jul 15, 2007 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validating Date
Replies: 18
Views: 7535

Hi,

Isvalid is giving 0 for all the dates



this 12/34/2006 as well as this 01/01/2006
:cry:
by G SHIVARANJANI
Sun Jul 15, 2007 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validating Date
Replies: 18
Views: 7535

I am reading the date column as varchar but not as date, then will this syntax work IsValid('date',StringToDate(InputLink.Date,"%yyyy%mm%dd")) Use IsValid() function. If your input date is not in date format you might want to convert it and use - IsValid('date',StringToDate(InputLink.Date,...
by G SHIVARANJANI
Sun Jul 15, 2007 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validating Date
Replies: 18
Views: 7535

Validating Date

Hi,

Could any one help me out in validating a date column of a CSV file .

the date format in the column is mm/dd/yyyy......

and i need to validate the date if it is a valid date or not.


thanks,
by G SHIVARANJANI
Fri Jul 13, 2007 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition in Join stage
Replies: 3
Views: 1543

Re: Partition in Join stage

Hi , if the mapping is this way EXP------col_nm---- derivation---- colmnname inp.col1--col1______ inp.col1------ col1 inp.col2--col2______ inp.col3------ col2 inp.col3--col3______ inp.col3------ col3 why am i getting inp.col2 in col2 of output when i traced out the result.... instead of getting inp....
by G SHIVARANJANI
Fri Jul 13, 2007 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition in Join stage
Replies: 3
Views: 1543

Partition in Join stage

Hi,


Could any one explain what does partition do in join stage,

how can i disable the auto match in mappings , so that i can send :

say col 1:country into col b:surname .
by G SHIVARANJANI
Thu Jul 12, 2007 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding DATE.TAG function
Replies: 6
Views: 3349

What will be the date format if its currentdate()

or else DSJobStartDate ?
by G SHIVARANJANI
Wed Jul 11, 2007 5:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding DATE.TAG function
Replies: 6
Views: 3349

How to get the system date in datastage (parallel jobs)
by G SHIVARANJANI
Wed Jul 11, 2007 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding DATE.TAG function
Replies: 6
Views: 3349

Regarding DATE.TAG function

Hi,


How to use the function DATE.TAG to get the system date in datastage (in transformer) ?


Thanks,
by G SHIVARANJANI
Wed Jul 11, 2007 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we sort the data with two key columns.
Replies: 4
Views: 2338

Can we sort the data with two key columns.

Hi,


Cans we sort or join the data taking two columns as key columns in Join stage and sort stage.

if yes what should be the property set.

thanks,
by G SHIVARANJANI
Tue Jul 10, 2007 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When does a job hang in RUN state
Replies: 4
Views: 2138

yes will try with SQL query...

But i would like to let u know that the error shown in directory is

"main_program: ORCHESTRATE step execution terminating due to SIGINT"

When i tried to pause the job.

thanku.
by G SHIVARANJANI
Tue Jul 10, 2007 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When does a job hang in RUN state
Replies: 4
Views: 2138

When does a job hang in RUN state

Hi,


why a job do not come into finished state (in Datastage director log file )while loading the data into data base from a sequential file.

I mean why it still shows that it is in running state....for a long time...
it gets hanged in that state(running)

thanku
by G SHIVARANJANI
Tue Jul 10, 2007 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning:"Dropping component"
Replies: 4
Views: 2653

While Loading Data in database using Oracle_enterprise stage

I mean why it still shows that it is in running state....for a long time...
it gets hanged in that state(running)
by G SHIVARANJANI
Tue Jul 10, 2007 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning:"Dropping component"
Replies: 4
Views: 2653

While Loading Data in database using Oracle_enterprise stage

Thanku

I got the reason..

Could you please tell me what could be the reason

why a job do not come into finished state (in Datastage director log file )while loading the data into data base from a sequential file.
by G SHIVARANJANI
Tue Jul 10, 2007 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning:"Dropping component"
Replies: 4
Views: 2653

Warning:"Dropping component"

Hi wat does this warning indicate:

"Transformer_16: When checking operator: Dropping component "Application_type" because of a prior component with the same name."

Application Type is column name

Thanks.