Search found 15603 matches

by ArndW
Thu Sep 09, 2010 10:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Field() Function Ignore Delimiters Found Inside Quotes
Replies: 8
Views: 2812

That is a good question indeed. I can't think of a one-liner to solve the problem, though. I would write a short BASIC routine that would do it in a loop, first separate the string into 10 fields delimited by commas, then loop through the results and if the COUNT of double-quotes is uneven then merg...
by ArndW
Thu Sep 09, 2010 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issues for Job Run.
Replies: 6
Views: 2119

Your transform stage "EXTRACT_I020_SP_HDW_xfm_sp_data" is having trouble running. Can you try to do a force-compile of your job and see if that either fixes the issue or gives you an error message?
by ArndW
Thu Sep 09, 2010 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue With SCD Stage in 8.1
Replies: 15
Views: 8023

Both Ray and I have been trying to get you to remove the database from the equation - so far you don't know if the SCD is causing the apparent slowness or the databases. Thus you need to make a test job which uses only datasets as source and target (write another job to read your DB selected records...
by ArndW
Thu Sep 09, 2010 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can WriteSeq only write ANSI files ?
Replies: 4
Views: 2897

The OPENSEQ and READSEQ/WRITESEQ don't perform any conversion or interpretation of the data. If you wish to do NLS conversions you will have to explicitly program then. You can check up on the ICONV/OCONV conversion code "NLS{mapname}" to go from one representation to another.
by ArndW
Thu Sep 09, 2010 2:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Caught ORCHESTRATE exception
Replies: 3
Views: 1594

Please post your error message and confirm that you are writing to a dataset and not reading from one.
by ArndW
Thu Sep 09, 2010 2:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue With SCD Stage in 8.1
Replies: 15
Views: 8023

If all your source and targets are flat files/datasets and not databases then your throughput, even on an underpowered machine, should be in the thousands of rows per second. - how "wide" are your rows, i.e. how many bytes per row? - Is this running in a 1-node configuration and how heavil...
by ArndW
Wed Sep 08, 2010 8:25 am
Forum: General
Topic: datastage parameter expression , calculate a formated date
Replies: 8
Views: 13359

No worries about English - most of the people here aren't native english speakers (including me), but using SMS-Style words such as "u" "plz" "r" isn't appropriate on a professional and technically oriented site.
by ArndW
Wed Sep 08, 2010 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append into the LookUp Fileset?
Replies: 8
Views: 4273

Phil has it - I wasn't thinking before I responded! I never use lookup filesets.
by ArndW
Wed Sep 08, 2010 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append into the LookUp Fileset?
Replies: 8
Views: 4273

What sort of a problem are you having going from a Lookup Fileset to a join or funnel stage?
by ArndW
Wed Sep 08, 2010 7:03 am
Forum: General
Topic: datastage parameter expression , calculate a formated date
Replies: 8
Views: 13359

blazDelParis, Welcome to DSXChange. The language used in job sequences is indeed different from that in parallel jobs. You can compute today's dates using the expression CONVERT('-','',OCONV(@DATE,'D4-YMD[4,2,2]')) and that of 7 days ago using CONVERT('-','',OCONV(@DATE-7,'D4-YMD[4,2,2]')) p.s. Plea...
by ArndW
Wed Sep 08, 2010 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparing Oracle and Sybase Dates
Replies: 3
Views: 1575

So your actual problem is that your Oracle tables contain valid dates but when you read those values into DataStage you are getting NULL values? That means we can ignore Sybase completely for the moment. What Oracle stage are you using? If you do a "view data" do you get null values for da...
by ArndW
Wed Sep 08, 2010 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue With SCD Stage in 8.1
Replies: 15
Views: 8023

Absolute numbers are not helpful since they depend upon a lot of factors.
Can you change your sources to flat files or data sets and do the same with your output and then measure the time. That would narrow down the possible problem sources appreciably.
by ArndW
Wed Sep 08, 2010 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine
Replies: 2
Views: 1292

The definition and calling of routines is totally different between Server and Parallel jobs. You posted in the Server forum but marked it as parallel. Which is it?
by ArndW
Tue Sep 07, 2010 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the conductor node, section leader and player?
Replies: 16
Views: 10204

behrouz - No poster is being paid to help here, it is all done on a volunteer basis. Running a website costs money and the membership fees help defer costs. While you seem to feel that all help should be free, I note that you have chosen not to do so - had you posted a full response it would have be...
by ArndW
Tue Sep 07, 2010 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OCI_ERROR: Bad Oracle environment
Replies: 8
Views: 7631

You should stop and re-start DataStage in order for changes to the dsenv to affect all processes; but the question would remain as to why it worked before (unless the entry was changed).