Search found 93 matches

by deepa_shenoy
Mon Mar 22, 2010 9:58 pm
Forum: General
Topic: Does the SORT order change due to Partitioning?
Replies: 6
Views: 2665

Can I SORT within the Change Data Capture stage itself?
by deepa_shenoy
Mon Mar 22, 2010 11:52 am
Forum: General
Topic: Does the SORT order change due to Partitioning?
Replies: 6
Views: 2665

Does the SORT order change due to Partitioning?

Hi, I wanted to know if the SORT order changes due to partitioning? For e.g. if I have an Oracle Stage which has a SQL with an 'ORDER BY' clause, and then I send it to a COPY stage which has 'SAME' as its input partitioning, will the sorted data be maintained? Also, is it a pre-requisite to sort dat...
by deepa_shenoy
Mon Mar 22, 2010 9:57 am
Forum: General
Topic: Inaccurate Record counts on links
Replies: 11
Views: 4908

Yes we are specifying the invocation id and a dot along with the job name.
by deepa_shenoy
Sat Mar 20, 2010 3:06 am
Forum: General
Topic: Inaccurate Record counts on links
Replies: 11
Views: 4908

No it does not do that.
by deepa_shenoy
Fri Mar 19, 2010 10:08 pm
Forum: General
Topic: Inaccurate Record counts on links
Replies: 11
Views: 4908

Inaccurate Record counts on links

Hi, How do I get the ACCURATE record counts of links in a job? I am using the following command DSGetLinkInfo (handleJob, StgNmTrimed, LinkNmTrimed, DSJ.LINKROWCOUNT) in my basic routine. I would like to know if the same command can be applied for jobs which are multiinstanced. This is not working p...
by deepa_shenoy
Fri Mar 19, 2010 9:59 pm
Forum: General
Topic: How to default a Timestamp Field?
Replies: 2
Views: 1500

I gave it in the derivation column within the Transformer.

I got the solution though.

This works: TimestampFromDateTime(StringToDate('9999-12-31',"%yyyy-%mm-%dd"), StringToTime('00:00:00',"%hh:%nn:%ss"))
by deepa_shenoy
Tue Mar 16, 2010 10:14 pm
Forum: General
Topic: How to default a Timestamp Field?
Replies: 2
Views: 1500

How to default a Timestamp Field?

Hi, I want to deafult a Timestamp field to ''12/31/9999 00:00:00" How would I do this in a Transformer stage? I tried: StringToTimestamp('12/31/9999 00:00:00',"mm/dd/yyyy hh:nn:ss") TimestampFromDateTime(StringToDate('12/31/9999',"mm/dd/yyyy"), StringToTime('00:00:00',"...
by deepa_shenoy
Wed Mar 10, 2010 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp-1
Replies: 3
Views: 1579

Hi,

How to subtract 1 Day from timestamp?

Thanks in advance.

Deepa
by deepa_shenoy
Wed Feb 03, 2010 4:29 am
Forum: General
Topic: Replace space character with new line character in UNIX file
Replies: 3
Views: 2638

Replace space character with new line character in UNIX file

Hi,

How can we replace space character with new line character in UNIX based file?

For example, if "Dsxchange is helpful" is coming in a single column, I want the ouput in a Sequential File to be in the below format:
Dsxchange
is
helpful

Thanks in advance.
Deepa
by deepa_shenoy
Mon Jan 04, 2010 9:43 pm
Forum: General
Topic: "ustring[max=50]" to result type "string[max=
Replies: 6
Views: 13033

In job 1, I am loading Table 1 to Table 2. In Table 2 all columns have been declared VARCHAR and all data is loaded successfully. In job 2, I am loading Table 3 from the same Table 2. Both have all columns declared as VARCHAR. In this job 2 its throwing this error of implicit conversion from ustring...
by deepa_shenoy
Mon Jan 04, 2010 6:38 am
Forum: General
Topic: "ustring[max=50]" to result type "string[max=
Replies: 6
Views: 13033

My Database is Oracle. The column is declared as VARCHAR2(50). But while importing metadata I have not declared as Unicode.
by deepa_shenoy
Mon Jan 04, 2010 5:19 am
Forum: General
Topic: "ustring[max=50]" to result type "string[max=
Replies: 6
Views: 13033

"ustring[max=50]" to result type "string[max=

Hi, I am getting the following error: ODBC_PR_CUSTOMER: When checking operator: When binding output interface field "PARTY_NAME" to field "PARTY_NAME": Implicit conversion from source type "ustring[max=50]" to result type "string[max=255]": Converting ustring ...
by deepa_shenoy
Mon Jan 04, 2010 5:12 am
Forum: General
Topic: How to increment the date column by a month
Replies: 2
Views: 1398

Thanks Amey, will try this approach.
by deepa_shenoy
Sun Jan 03, 2010 10:35 pm
Forum: General
Topic: How to increment the date column by a month
Replies: 2
Views: 1398

How to increment the date column by a month

Hi All,

I would like to know how to increment the date column by a month using the Transformer Stage.

Thanks in advance.

Deepa
by deepa_shenoy
Tue Dec 29, 2009 12:05 am
Forum: General
Topic: Partitioning Technique for Change Capture Stage
Replies: 3
Views: 1978

Partitioning Technique for Change Capture Stage

Hi All,

I would like to know the best Partitioning Technique for Change Capture Stage.

The preceeding stage is a Sequential File and the target is an ODBC Enterprise stage.

Thanks in advance.

Regards,

Deepa