Search found 40 matches

by ramsubbiah
Tue Nov 23, 2010 1:04 am
Forum: General
Topic: Reg Datastage Server Down
Replies: 1
Views: 1354

Reg Datastage Server Down

Hi All, Yesterday when i was modifying datastage job the sever became down, today when i am trying to open the same job its showing message as "the job is locked by my id", but when i am checking in the web console, there wont be any seesion id which is active, but still i am not able to o...
by ramsubbiah
Tue Sep 07, 2010 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Negative Values in Decimal
Replies: 9
Views: 3551

Re: Negative Values in Decimal

i am not sure if any separate function for achiving your result but try the below
use the substring function
column[(len(column)-1),1]:column[1,(len(column)-1)]

Thanks,
Ram.s
by ramsubbiah
Mon Sep 06, 2010 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Linked sort?
Replies: 2
Views: 1496

Re: Linked sort?

what is meant by linked sort..? any diff b/w sort & linked sort....? External sort stage we have more options like "create a KeyChangeColumn" where as we cant do it in link sort, and we can change the default memory size in "Sort Stage" it is always better to go external sor...
by ramsubbiah
Fri Sep 03, 2010 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to String conversion in modify stage
Replies: 5
Views: 14257

Hi Ray,

Thanks for your valuable tip, i will check on this in my job!
by ramsubbiah
Fri Sep 03, 2010 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to String conversion in modify stage
Replies: 5
Views: 14257

Re: Decimal to String conversion in modify stage

i am getting the exact output as what you required, find my specification for conversion UPC:string[20] = string_from_decimal [suppress_zero](UPC) and the output is Peek_24,0: UPC:49049716 check your column definition in the output tab of modify stage, and before modify stage also, am not sure why y...
by ramsubbiah
Fri Sep 03, 2010 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data string '01/01/1900' does not match format %yyyy-%mm-%d
Replies: 5
Views: 4360

way246 wrote:
yimwai wrote:but why null value or default value can be '01/01/1900'
It is due to insert/update statements run with "" value for datetime field
the datastage will assign the "1900-01-01" as default(null) value for date field,
by ramsubbiah
Fri Sep 03, 2010 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset
Replies: 13
Views: 7040

Re: Dataset

while loading dataset how many files are created internally? and what is default path of dataset ...? you need to derive your dataset path,whatever path you have defiend the dataset will reside on that path. while laoding the dataset based on the nodes (you have defined in the configuration file) t...
by ramsubbiah
Fri Sep 03, 2010 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rerunning the job from fail point
Replies: 10
Views: 4107

Hi All, Just wanted to follow up on the same if any body can help me out on this? If you want aviod by doing with lookup way, then i have one solution Extract records which are loaded in the previous run , funnel the previous run records with new records and do the aggregation(find the count) then ...
by ramsubbiah
Fri Sep 03, 2010 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file
Replies: 3
Views: 2758

Re: Configuration file

balaya.ds wrote:any body tell me the path of configuration in datastage..?

Hi,
you can find the configuration file in the following path "opt\IBM\InformationServer\Server\Configurations"

Thanks,
Ram.s