Search found 59 matches

by Scope
Wed Nov 26, 2008 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: default value for Nullable decimal fields
Replies: 5
Views: 2625

use NullToEmpty() function.
by Scope
Wed Nov 26, 2008 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log file
Replies: 1
Views: 711

go to Director.
select Project menu --> select Print

Select all entries in Range frame and Full details in 'Print what ' frame

check the Print to file and click o.k --give logfilename and click open button to save
by Scope
Wed Nov 26, 2008 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WHERE DATE in (StringParameter) in DB2 Stage
Replies: 12
Views: 4991

i think your parameter 'BD' datatype is date.change the parameter type to string.
by Scope
Wed Nov 26, 2008 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WHERE DATE in (StringParameter) in DB2 Stage
Replies: 12
Views: 4991

try this

Code: Select all

select 
          BUSINESS_DATE 

from saggbp2.etl_business_time 

where BUSINESS_DATE in ('#BD#') 

pass the value :arrow: 2008-11-26','2008-11-28','2006-01-01 in the parameter
by Scope
Wed Nov 26, 2008 3:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Charecter
Replies: 2
Views: 714

check whether the NLS is installed.
by Scope
Wed Nov 26, 2008 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Charecter
Replies: 2
Views: 714

check whether the NLS is installed.
by Scope
Wed Nov 26, 2008 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenation problem
Replies: 3
Views: 742

use function 'NullToEmpty(Region)' to get expect output[/code]
by Scope
Wed Nov 26, 2008 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenation problem
Replies: 3
Views: 742

use function NullToEmpty(Region ) to get expect output
by Scope
Wed Nov 26, 2008 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Year Separation
Replies: 2
Views: 888

from your query i have understand one thing :idea: you want separate year from column .you can do this by using function 'YearFromDate()'.
by Scope
Wed Nov 26, 2008 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rows per transaction in ODBC stage
Replies: 3
Views: 2315

you can use

Code: Select all

close command = commit;
in option properties
by Scope
Thu Oct 16, 2008 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date format
Replies: 3
Views: 1194

try to insert without any conversion
by Scope
Mon Sep 29, 2008 10:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running for long time
Replies: 4
Views: 2389

job will insert one record.

we observed record already inserted.
by Scope
Sun Sep 28, 2008 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running for long time
Replies: 4
Views: 2389

Job running for long time

Job reads from file, aggregate and insert a record in to a table.

our job inserted a record into a table.but for 30 minutes it show in running status.

i have verified there is no deadlock in database.

please help...
by Scope
Wed Sep 17, 2008 11:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Taking Datastage TRUE COPY
Replies: 10
Views: 3648

Thank you all for your response. Finally the DatastageTRUE Copy is working in DR server without installation.i can able to view all projects and codes. Follwoing tasks we did; 1) we added dsrpc 31538/tcp # dsrpc RPC daemon to /etc/services . 2) Given 777 Permission to /tmp directory I changing this ...
by Scope
Wed Sep 17, 2008 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Taking Datastage TRUE COPY
Replies: 10
Views: 3648

Thank you all for your response. Finally the DatastageTRUE Copy is working in DR server without installation.i can able to view all projects and codes. Follwoing tasks we did; 1) we added dsrpc 31538/tcp # dsrpc RPC daemon to /etc/services . 2) Given 777 Permission tp /tmp directory I changing this ...