Search found 134 matches

by sendmk
Tue Apr 04, 2006 11:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: message handler disabled
Replies: 4
Views: 1110

thx ray

then how to suppress warnings in server edition
by sendmk
Tue Apr 04, 2006 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: phantom error
Replies: 1
Views: 654

phantom error

i get the following error,but the job runs succesfully, what does it mean, this error causes the sequence to abort

DataStage Job 602 Phantom 29000
Warning:
[DataDirect][ODBC SQL Server Driver][SQL Server]
Warning:
[DataDirect][ODBC SQL Server Driver][SQL Server]
DataStage Phantom Finished
by sendmk
Tue Apr 04, 2006 11:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: message handler disabled
Replies: 4
Views: 1110

message handler disabled

in my the sever edition, message handler is not enabled

????

can anyone know why?
by sendmk
Wed Mar 29, 2006 12:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command Stage
Replies: 6
Views: 1422

kcbland wrote:The only solution for you is either environment variables or symbolic links. We've been asking for years to allow this functionality, so instead we got a compile error message. :cry:
how can u use envir variable if u cannot use any job parameter in the command path,

:?

thx
by sendmk
Tue Mar 28, 2006 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cal sum of n rows using stage variables
Replies: 6
Views: 1498

so it is impossible to do it with stage variables,

ok arndw
by sendmk
Tue Mar 28, 2006 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cal sum of n rows using stage variables
Replies: 6
Views: 1498

thx arndw, but that would give n rows a output, i want only one row as output(sum).

thx
by sendmk
Tue Mar 28, 2006 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cal sum of n rows using stage variables
Replies: 6
Views: 1498

cal sum of n rows using stage variables

how to cal sum of n rows using stage variables,

i searched the forum,but could not find
by sendmk
Tue Mar 28, 2006 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CalculatinStatistical functions like Mean Median, % missing
Replies: 5
Views: 2012

how to cal sum of n rows using stage variables,

i searched the forum,but could not find

thx
by sendmk
Tue Mar 28, 2006 2:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to capture a running total at the end of a transform
Replies: 18
Views: 7312

how to cal sum of n rows using stage variables,

i searched the forum,but could not find
by sendmk
Tue Mar 28, 2006 2:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to capture a running total at the end of a transform
Replies: 18
Views: 7312

how to cal sum of n rows using stage variables,

i searched the forum,but could not find
by sendmk
Mon Mar 27, 2006 5:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple source files single ETL
Replies: 33
Views: 11120

got it

thx kumar
by sendmk
Mon Mar 27, 2006 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple source files single ETL
Replies: 33
Views: 11120

i am not sure what the "awk '{ print $1 }" does in the expression

head -$(expr $(wc -l filename | awk '{ print $1 }') \- 1) filename | tail +2"
by sendmk
Mon Mar 27, 2006 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple source files single ETL
Replies: 33
Views: 11120

Have you checked the previous post? You can use the following to strip out header and trailer. head -$(expr $(wc -l filename | awk '{ print $1 }') \- 1) filename | tail +2 yes i way checking to execute the whole script in the filter command itself, without creating a shell script, anyway thx kumar ...
by sendmk
Mon Mar 27, 2006 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple source files single ETL
Replies: 33
Views: 11120

Use

Code: Select all

tail +2 file name.
[/quote]

this command filters the header record, how to remove footer row simultaneously . is there a shell script and the head +1 command does not execute at all

how to go abt

thx kumar
by sendmk
Mon Mar 27, 2006 3:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple source files single ETL
Replies: 33
Views: 11120

how to remove first row and last row,
i am not able to get the exact command to use in the filter command of seq stage, head -1 and tail -1 gives header line and footer line, i want all lines, but header and footer

how to go abt?

thx