Search found 107 matches

by ntr
Thu Jul 26, 2012 3:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: giving different outputs
Replies: 5
Views: 2830

Re: giving different outputs

any body know the reason?


Thanks
by ntr
Wed Jul 25, 2012 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: giving different outputs
Replies: 5
Views: 2830

Re: giving different outputs

when i had used that sed '1d' in source sequential filter also its working fine. but if i use same in target sequential its removing two records first and second as well as if i place sed '2d' its removing 2nd and third record . @ray i had tried by changing of firstlinecolums true as well as false a...
by ntr
Wed Jul 25, 2012 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: giving different outputs
Replies: 5
Views: 2830

Re: giving different outputs

Hi @Ray i had set firstline colum names as false

pradeep9081--- iam running on 4node configfile but the stages are executing sequentially

Thanks
by ntr
Wed Jul 25, 2012 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: giving different outputs
Replies: 5
Views: 2830

giving different outputs

i had executed sed '1d' command in external filter stage it removed first line in the file same command i had used in sequential file filter it had redmoved first two records.if i use sed '2d' in sequential filter it is removing 2nd and 3rd
can you please suggest me why its giving like that


Thanks
by ntr
Tue Jul 17, 2012 3:27 am
Forum: General
Topic: get row count
Replies: 20
Views: 16481

I Tried same once with following approach , My gola was to get the count of rows during tht particular run and get this count value in one of the column . So i did as follow , 1.From Transformer defined a variable COUNTER with values as '1' 2.Aggregate grouping on this COUNTER and using Count funct...
by ntr
Thu Jul 12, 2012 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on rounding a decimal to nearest integer multiple
Replies: 14
Views: 4713

<removed your complete reposting of my last response and your idea>

WON'T IT WORK???
by ntr
Thu Jul 12, 2012 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on rounding a decimal to nearest integer multiple
Replies: 14
Views: 4713

Re: Need help on rounding a decimal to nearest integer multi

Try this logic Right(Field(col1,'.',1),1)=0 or 1 or 2 Then (Left((Field(col1,'.',1),Length((Field(col1,'.',1))-1):0) Else If Right(Field(col1,'.',1),1)=3 or 4 or 5 or 6 or 7 Then (Left((Field(col1,'.',1),Length((Field(col1,'.',1))-1):5) Else If Right(Field(col1,'.',1),1)=8 Then (Left((Field(col1,'.'...
by ntr
Tue Jul 10, 2012 7:21 am
Forum: General
Topic: unix commands in windows env
Replies: 5
Views: 1614

Thanks ArndW & chulett due to server problem i'm not able to connect to datastage in my vpc i will try it after some time and let you know the result

Thanks
by ntr
Tue Jul 10, 2012 6:31 am
Forum: General
Topic: unix commands in windows env
Replies: 5
Views: 1614

Hi Thanks ArndW for quick reply i had written command in that filter is grep-w detail but it throwing error command not found and job got aborted
by ntr
Tue Jul 10, 2012 5:48 am
Forum: General
Topic: unix commands in windows env
Replies: 5
Views: 1614

unix commands in windows env

can i run unix commands in sequential file filter iam working in windows

environment


Thanks
by ntr
Mon Jul 09, 2012 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable To Get Out From This
Replies: 8
Views: 4079

Thank You So Much ArndW
by ntr
Mon Jul 09, 2012 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable To Get Out From This
Replies: 8
Views: 4079

ray.wurlod wrote:Specify Unicode, write to a text file, view using a hex display utility (for example UltraEdit). ...

What is hex display utility


Thanks
by ntr
Thu Jul 05, 2012 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Questions about Configuration File
Replies: 5
Views: 2150

resource disk "/is/isdata/partn/03" {}
resource disk "/is/isdata/partn/03" {pools "sort"}


in the above both paths are same but one is empty and another one is

alocated for sort whats the use of giving of both paths


Thanks,
by ntr
Thu Jun 28, 2012 6:25 am
Forum: General
Topic: calling parameters from file
Replies: 5
Views: 4261

Thanks for quick reply pandeesh

but iam in windows environment
by ntr
Thu Jun 28, 2012 6:13 am
Forum: General
Topic: calling parameters from file
Replies: 5
Views: 4261

calling parameters from file

how can we call parameters from a file?

Thanks