Search found 4 matches

by rgattu
Fri Jun 04, 2004 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BitWise Functionality
Replies: 8
Views: 3057

Re: BitWise Functionality

HI
If I understood correct,Why don't you implement like this.
result=BitOr(0,(CurValu+IntegerToIncrementBy)). Is that what you need in result??
by rgattu
Thu Jun 03, 2004 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BitWise Functionality
Replies: 8
Views: 3057

Re: BitWise Functionality

I think that BitOr function is used to compare or execute "Bitwise OR" operation but not for increment.It takes two arguments to compare and returns result.Can you be more specific about your increment operation.
by rgattu
Thu Jun 03, 2004 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dont create file when no data
Replies: 13
Views: 6302

Re: dont create file when no data

Actually you can easily solve this problem with following steps: 1. write a unix script which checks for a file size in bytes 2. Delete it if size is greater than zero 3. Excute this script using after stage subroutine and send filename as argument to subroutine 4. Use ExecSH command to execute scri...
by rgattu
Wed Jun 02, 2004 10:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MS Access Source
Replies: 5
Views: 2331

To access MSACCESS files as sources and targets, you must create ODBC for MSACCESS giving DSN and FILENAME(.mdb).Then you can use it as usual.