Search found 166 matches

by thumsup9
Fri Aug 25, 2006 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hi
Replies: 6
Views: 2886

Depends on how you want your output. You can simply read in as one Record in your sequential file by taking out the Delimiter, can use transformer or may be some one suggest even simpler way.
As Chuck said, you may have to rephrase your question.
by thumsup9
Thu Aug 24, 2006 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Speed
Replies: 10
Views: 2572

I find improved times when I put the logic in stage variables..may be someone can explain better
by thumsup9
Thu Aug 24, 2006 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load warning
Replies: 13
Views: 5509

You will find In Field Defaults: Defines default properties for columns written to the file or files. These are applied to all columns written, but can be overridden for individual columns from the Columns tab using the Edit Column Metadata dialog box. Null field value . Specifies the value written ...
by thumsup9
Thu Aug 24, 2006 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject From DRS stage.
Replies: 4
Views: 1721

I wanted to see if you can you write the rejected rows to a file. See if thats happening. Set the Array Size in DRS to 1.
by thumsup9
Thu Aug 24, 2006 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject From DRS stage.
Replies: 4
Views: 1721

Whats your Array Size in DRS Input Stage
by thumsup9
Thu Aug 24, 2006 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with CSV data.
Replies: 11
Views: 8122

Infact its not a bad idea to ask to fix this problem at the source. You can ask whoever sends you the data to change the delimiter to a pipe.. life will be easy...
by thumsup9
Thu Aug 24, 2006 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with CSV data.
Replies: 11
Views: 8122

What did you mention in you Quote Character under Format Tab in sequential file.
by thumsup9
Thu Aug 24, 2006 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to fetch particular record?
Replies: 2
Views: 786

I am not sure if this what you want, but you can wrtie that particular 1000th record to your lookup file and the use it in your lookup with other table. This way you dont have to looup all the records.

HTH
by thumsup9
Thu Aug 24, 2006 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash Partitioning on columns with same values
Replies: 4
Views: 1488

Just copied it from dsx pdf... Although the data is distributed across partitions, the hash partitioner ensures that records with identical keys are in the same partition, allowing duplicates to be found. Hash partitioning does not necessarily result in an even distribution of data between partition...
by thumsup9
Thu Aug 24, 2006 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: merge stage
Replies: 4
Views: 1226

It wont accept the link infact You can mention the input filenames in the Merge Stage itself. There will tow input files which you can merge the way the you want using the join conditions.

HTH
by thumsup9
Wed Aug 23, 2006 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load warning
Replies: 13
Views: 5509

Typically this happens to us when there is mismatch in the datatype , specially Fixed width fields carrying Null Values. You can also check the below link

viewtopic.php?t=97873&highlight=When+va ... ort+schema

I know DSXchange team is working on this :wink:
by thumsup9
Wed Aug 23, 2006 12:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load warning
Replies: 13
Views: 5509

I think I am not clear here, Whats the Source Field and target field datatype and lengths
by thumsup9
Wed Aug 23, 2006 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stop the job after 1 read row
Replies: 8
Views: 2674

Use a Before Job Routine with Head or Tail to get the number of rows you want.
by thumsup9
Tue Aug 22, 2006 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Truncation Warning
Replies: 7
Views: 3766

You are getting a Data Truncation warning from DataStage or SQL Server? Can you post the actual warning? TestConsumer..stgxConsumer.lnkInsertConsumer: DSD.BCIPut call to SQLExecute returned informational message. SQLSTATE=01004, DBMS.CODE=0 [DataStage][SQL Client]Data has been truncated Chulet-- pl...