Search found 15603 matches

by ArndW
Tue Apr 29, 2008 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excel File
Replies: 16
Views: 5876

So if you can read from the Excel ODBC then the connection and sheet format is correct. Is your write SQL automatically generated or user-defined?
by ArndW
Tue Apr 29, 2008 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 7
Views: 1209

No worries, but I had to state it, since if IntSvar = 3 then

Code: Select all

IntSvar > "10"
evaluates to true when the integer is converted to a string and get the value "3"
by ArndW
Tue Apr 29, 2008 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 7
Views: 1209

Amey - if you use a stage variable that is integer and involves and implicit conversion, then you need to compare to the constant 10, not "10" ; for that reason I kept the substring and compared to a string constant of "10" to avoid unnecessary datatype conversions.
by ArndW
Tue Apr 29, 2008 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: full outer join
Replies: 1
Views: 2429

If you can't get it working in Oracle using an Oracle SQL tool then chances are very high that you won't get it functioning in DS, either.

What is the query you are using and what goes wrong with it?
by ArndW
Tue Apr 29, 2008 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: VOC Error
Replies: 17
Views: 5481

I think you can use "sysctl" in RedHat but an not sure.
by ArndW
Tue Apr 29, 2008 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: VOC Error
Replies: 17
Views: 5481

Your user process can only open 1024 files at a time; I'm not sure if the error message is the same, though. Your user stack is pretty small as well.
by ArndW
Tue Apr 29, 2008 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 7
Views: 1209

Code: Select all

If Right(Col1,2) >'10' then '20':In.Col1[5,2]:In.Col1[3,2]:In.Col[1,2] ELSE '19':In.Col1[5,2]:In.Col1[3,2]:In.Col[1,2]

Simpler since both input and output are strings.
by ArndW
Tue Apr 29, 2008 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control routine
Replies: 10
Views: 2164

No, the Job Control is only executed 1 time regardless of the APT_CONFIG number of concurrent nodes. Also, you need a "body" in PX jobs (although a dummy row generator to a copy stage is sufficient)
by ArndW
Tue Apr 29, 2008 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Server Config
Replies: 2
Views: 738

Now I need to use the adage Ray always does : "Define Performance". In order to optimally start setting up a machine you need to know the type of box (CPUs, Memory, IO Ports, Disks, etc.) as well as have an inkling of what sort of ETL load is going to be used. Is the DB2 database on the same machine...
by ArndW
Tue Apr 29, 2008 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excel File
Replies: 16
Views: 5876

Can you read from it using COL1 and COL2 in a test job?
by ArndW
Tue Apr 29, 2008 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: VOC Error
Replies: 17
Views: 5481

what does "ulimit -a" for your datastage user show? And what setting for NFILES in your sysconfig?
by ArndW
Tue Apr 29, 2008 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control routine
Replies: 10
Views: 2164

No, the Job Control is only executed one time before the body of the job is run, so there is no need for any parallelism.
by ArndW
Tue Apr 29, 2008 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: VOC Error
Replies: 17
Views: 5481

This system limit needs to be reconfigured if too restrictive. What UNIX do you have?
by ArndW
Tue Apr 29, 2008 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excel File
Replies: 16
Views: 5876

Nivas - a .csv file is not the same as a .xls file; the OP is using ODBC to populate the Excel sheet directly.
by ArndW
Tue Apr 29, 2008 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete jobs/categories from commanline
Replies: 9
Views: 3458

No, deletion of jobs and categories can only be done through the clients.