Search found 12 matches

by ANSHULA
Fri Jul 02, 2004 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Some calculations
Replies: 6
Views: 3328

check the SQL type for all the output stage columns... Make sure that character column from SELECT statement is not getting loaded in the numeric output column.
by ANSHULA
Fri Jul 02, 2004 3:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Some calculations
Replies: 6
Views: 3328

try same query using SQL Plus...Does this query run properly on SQL prompt ?
by ANSHULA
Thu Jul 01, 2004 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abs function is not working correctly
Replies: 2
Views: 1233

What is the definition (SQL type, length and scale) of input and output columns ?
If output column is declared Numeric without scale specification, then
Abs(-12.56) returns 13.00
If proper scale specified, then
Abs(-12.56) returns correct value.
by ANSHULA
Thu Jul 01, 2004 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Some calculations
Replies: 6
Views: 3328

If value by which you want to multiply aggregator results is one column, one row output of the select query fired on oracle table table2 and input data is in table1, then 1. When you select data from table1, select value from table2 also... so, that output of select query will have all required colu...
by ANSHULA
Tue Jun 29, 2004 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with folder stage?
Replies: 14
Views: 6264

Then, why not use UNIX command to list the filenames and redirect output in the text file? You can use this text file for further processing.
by ANSHULA
Tue Jun 29, 2004 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with folder stage?
Replies: 14
Views: 6264

what about the non-key column ( outputs/columns tab) details ... the column which receives the contents of the file ?
by ANSHULA
Tue Jun 29, 2004 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "if then else" in derivation
Replies: 7
Views: 3689

write routine something like this : ========== var1 = BRANCHECODE var2 = BOEKMAAND var3 = MUTATIECODE If (var1 = 1 or var1 = 2) and var2 >= 0 and var3 = 1 then Ans = var3 end else Ans = 0 end ========= where Routine Arguments are BRANCHECODE, BOEKMAAND and MUTATIECODE ========= U can modify this rou...
by ANSHULA
Tue Jun 29, 2004 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with folder stage?
Replies: 14
Views: 6264

What is the defined SQLtype and length for 'Record' column (i.e. non-key column) on the FOLDER Stage --> OUTPUTS --> COLUMNS tab ?
by ANSHULA
Mon Feb 16, 2004 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incorrect Job Status
Replies: 4
Views: 2963

Incorrect Job Status

Hi, Job design includes perl program which calls two jobs in serial... First job reads couple of seq. files and Redbrick database tables ..creates output sequential files. These files are used as a input by second job. Second job reads these files and loads redbrick table. Perl program uses dsjob co...
by ANSHULA
Wed Aug 21, 2002 12:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Sizing
Replies: 1
Views: 998

Server Sizing

Hi !
Want to know system requirements for installing datastage client on WIN and server on Unix box...
by ANSHULA
Mon Aug 05, 2002 2:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORABULK PLUG-IN
Replies: 1
Views: 1781

ORABULK PLUG-IN

Anyone has any info./doc regarding orabulk.... ??
by ANSHULA
Fri Aug 02, 2002 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem !!
Replies: 1
Views: 1633

Problem !!

facing a problem with oracle 8.1.6 odbc driver and datastage 4.2 combination ... ODBC driver problem... Is this oracle and datastage version compatible ?