Search found 95 matches

by gbusson
Fri Nov 16, 2007 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error Problem
Replies: 2
Views: 1846

hi,

It is clearly a lack of ressources.

Scratch disk,ressource disk or sawp may be the cause of the problem.

Monitor your machine.
by gbusson
Tue Nov 13, 2007 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 10
Views: 5390

the problem is that Mon is not a valid format for PX. ICONV and OCONV cannot be used in PX (unless using the basic tranformer or a server shared contanier) , since it is BASIC. why don't you create a PX routine like this : switch month : case jan => 01 case feb =>02 Then you have the good format, yo...
by gbusson
Tue Nov 13, 2007 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 10
Views: 5390

no way to set the data type of your colmumn into "date"?

it will be easier!
by gbusson
Tue Nov 13, 2007 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 10
Views: 5390

hi,

some date functions exist in the transformer or the modify.

Read the manual.

I'd like to add that date functions are not very powerful in Datastage. Try to use the database instead.
by gbusson
Fri Nov 09, 2007 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Read method=Table vs User def SQL
Replies: 3
Views: 1852

hi,

For extracting :you can filter in the database. If there is indexes on the columns, do not hesitate!

read method is about the query, not the lookup. The option is lookup type (Sparse vs normal)

spare means that lookup is made row by row. Normal => table into memory
by gbusson
Fri Nov 09, 2007 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Client's performance is very slow.
Replies: 14
Views: 8862

Hi, for Anrewm 's problem

maybe your log is too big!

Did sou set up the clear log options in the administrator?

See also the space in your &PH& directory in your project.
by gbusson
Fri Nov 02, 2007 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to Integer
Replies: 4
Views: 3381

Hi,

Decimal(15) to BigInt is automatic.

it may be useful.
by gbusson
Mon Oct 29, 2007 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum value of Date
Replies: 6
Views: 4071

hi,

Stringtodecimal(datetostring(#yourdate#,'%yyyy%mm%dd')
by gbusson
Fri Oct 26, 2007 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to copy a job
Replies: 4
Views: 2442

Go to the command line interface of the administrator and type the command :

DS.REINDEX ALL
by gbusson
Fri Oct 26, 2007 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum value of Date
Replies: 6
Views: 4071

hi,

aggregator is only for numeric types.

2 solutions=>

1. transform your date into a numeric value (YYYYMMDD) and use the aggregator

2. sort your data by date in descending order, then use a remove duplicates to get the max of your date
by gbusson
Mon Oct 22, 2007 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage VS Outer Join
Replies: 12
Views: 6727

is it a SMP system?

if yes, setting the reference link partitionning to entire does not duplicate values, but set it in shared memory.

If your data is not too big, (be aware that the number of rows is important, but also the length of the records), it can work well!
by gbusson
Mon Oct 22, 2007 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal data reading using sequential file stage
Replies: 5
Views: 6344

What is the decimal separator specified for the project?is it . or , or none?
by gbusson
Mon Oct 22, 2007 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 stage performance issue
Replies: 13
Views: 6746

what are the options of the load?

Is it unrecoverable?
by gbusson
Fri Aug 10, 2007 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partioning in DataStage
Replies: 4
Views: 3003

If u're using a SMP, Entire means that u use shared memory to use the lookup.

It is not so bad.
by gbusson
Fri Aug 10, 2007 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to configure DSN in ODBC on unix for sql server 2000
Replies: 5
Views: 3566

hi, this is ODBC, no SQL Server stage.

But as it is DS 8.0, you have the Generic Database stage (i've never worked with 80, i've only seen demos)

I'm not sure.

You also may need a license to get the stage on the palette.