Search found 349 matches

by vinaymanchinila
Thu Apr 27, 2006 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Aborts:Job control process (pid 28001) has failed
Replies: 5
Views: 1973

Hi,
FYI.The problem was resolved, the default setting for APT_DUMP_SCORE is True in QA, but False in DEV. The job that encountered the PID error was attempting to override that setting to False.
by vinaymanchinila
Thu Apr 27, 2006 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Aborts:Job control process (pid 28001) has failed
Replies: 5
Views: 1973

Hi, We have a sequence which calls only one job and it works fine in dev. Once we run the same in QA environment, it aborts with just 2 lines of messages 'Job control process (pid XXXXX) has failed' Tried the same job with a new sequence and it aborts but the job runs fine by itself. The job does ha...
by vinaymanchinila
Mon Apr 24, 2006 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to String (TD to XML file)
Replies: 4
Views: 1176

Hi ArndW, I used the replace function and I was wondering if we could have handled it in the StringfromDecimal function, thanks for the information.
by vinaymanchinila
Mon Apr 24, 2006 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to String (TD to XML file)
Replies: 4
Views: 1176

Decimal to String (TD to XML file)

Hi,

Converting a decimal to string (reading from teradata source, writing to XML file),

TgtCol:String[10]=string_from_decimal[fix_zero](SrcCol)

SrcCol = 2.56


The result os ' 000002.56' is there a way to avoid the leading space and have a 0 instead?


Thanks,
by vinaymanchinila
Fri Apr 21, 2006 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to write decimal(10) column to sequential file
Replies: 2
Views: 1750

Hi,
Is there a way to avoid the space before 007654321

Using DecimalToString(ColumnA) function produces: A, 007654321,X


I am able to do it with a transformer but would not like to have the transformer just to trim one field.
by vinaymanchinila
Thu Apr 13, 2006 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I Create a Sequential File on fly
Replies: 8
Views: 4342

Hi Ray,

Have a job that runs everyday, reads from a table and writes to a file. Now it needs to append the date to the file name (OutputMMDDYY) every run, is there a way to do it without using the routines.

We are on 7.5EE.

Thanks,
by vinaymanchinila
Thu Apr 06, 2006 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Null handling
Replies: 10
Views: 3049

Hi,

How about making the source column (rel_name_rel_key) definition NULLABLE and let the Modify stage handle the Nulls.

Also trim the source column for blanks and spaces(rel_name_rel_key).
by vinaymanchinila
Fri Mar 31, 2006 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to integer
Replies: 15
Views: 6389

The basic transformer.

Thanks,
by vinaymanchinila
Mon Mar 27, 2006 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to integer
Replies: 15
Views: 6389

Right now using FMT(SrcColumn, "2'0'R") , wil post it if I come across any better ideas.
by vinaymanchinila
Fri Mar 24, 2006 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to integer
Replies: 15
Views: 6389

Thanks for the inputs, when I used PadString() its padding at the end so its making a 1 to 10 , I was expecting 01 !
by vinaymanchinila
Fri Mar 24, 2006 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to integer
Replies: 15
Views: 6389

How can we convert an integer to string, we have source column as 2 , and we need it to be padded with 0s for lenght of 3 i.e. 002.


Thanks,
by vinaymanchinila
Tue Mar 21, 2006 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update using Teradata Enterprise Stage
Replies: 7
Views: 3972

Hi ,
The reason I asked this instead of going to the manual is , if we use the Teradata EE stage to read, it is trying to create the temp terasync table and the same read from teradata API stage does not, tried to look up the manul but could not find the difference.


Thanks for all the inputs.