Search found 26 matches

by bbobpop1
Fri Mar 13, 2009 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar Field Truncation Issue : Sequential File
Replies: 8
Views: 2770

I am using the logic which has mentioned above. Now I am facing one m more challenge. Can you please let me know how to avoid truncation of decimal fields / check lenght of decimal fields (Precision and scale) to fit the exact target definition?
by bbobpop1
Fri Mar 13, 2009 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar Field Truncation Issue : Sequential File
Replies: 8
Views: 2770

Thanks I have mentioned the column size VARCHAR(30) in sequential File. Also I can view data (with Truncated data) in sequential file. Both Source and Target has same data type. Also Can you please let me know which function I can use to check the len of decimal, varchar etc... Please let me know if...
by bbobpop1
Thu Mar 12, 2009 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar Field Truncation Issue : Sequential File
Replies: 8
Views: 2770

Varchar Field Truncation Issue : Sequential File

Hi I am using a comma seperated sequential file as a source. One the columns called "A" in this file has a datatype VARCHAR(30). The target is database and Column "A" is populating Column "B" of Database.(Size of B: Varchar(30)). If the length of the incoming field is m...
by bbobpop1
Thu Mar 05, 2009 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit Interval in Oracle Enterprise Stage
Replies: 2
Views: 1005

Thanks Girija. However we can set this Environmental Variable at project Level.

Is there any way to set the commit vaiable at each table / for Specific Oracle Enterprise Stage?

Thanks
bob
by bbobpop1
Thu Mar 05, 2009 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit Interval in Oracle Enterprise Stage
Replies: 2
Views: 1005

Commit Interval in Oracle Enterprise Stage

Hi

Can I specify commit interval (Rows per Transaction) in Oracle Enterprise Stage in Parallel Job?

If yes, can you please let me know how to set the number of rows before commit

Thanks
Bob
by bbobpop1
Mon Aug 25, 2008 6:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Sequence
Replies: 3
Views: 1065

Warning in Sequence

Hi I need to suppress the warning from sequence. I am reading a file using grep command. Warning is " SEQ_NAME..JobControl (EXECUTE_COMMAND_NAME): Command grep -v '^#' did not finish OK, reply = '1'" During testing our seq, this warning comes when the file is empty. Is there any method / c...
by bbobpop1
Wed Jul 30, 2008 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HASH Function?
Replies: 5
Views: 6554

Hi VMC,

The option that you provided sounds good.

Thanks
bob
by bbobpop1
Tue Jul 29, 2008 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning at Source
Replies: 4
Views: 1430

Thanks ray. I was thinking in different way.... :D
by bbobpop1
Tue Jul 29, 2008 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning at Source
Replies: 4
Views: 1430

Hi Ray, Thanks for the reply. The resolution that you have provided is working fine. However I didn't understand if I define a field say "XXXX" as a KEY then how datastage allows us to make it NULLABLE. Because as per my understanding (Consider Primary Key) key should not containt null. Ca...
by bbobpop1
Mon Jul 28, 2008 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HASH Function?
Replies: 5
Views: 6554

HASH Function?

Hi, Can you please let me know how to use the HASH function / HASH algoritham in DataStage Parallel? Requirement: Pass 10 digit string to the function and the function will generate the UNIQUE number based on the input string. Example : Input Data Expected Output ABCD 1512 PQRS 7894 ABCD 1512 QWER 4...
by bbobpop1
Mon Jul 28, 2008 5:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning at Source
Replies: 4
Views: 1430

Warning at Source

Hi My job is designed below: Source (ODBC) --- LOOKUP --- TRASFORMAER -- FLATFILE (FIXED WIDTH). Warning : When binding output interface field "XXXX" to field "XXXX": Converting a nullable source to a non-nullable result; I am using a view as a source. 1) If I make the field &quo...