Search found 42189 matches
- Fri Jul 16, 2004 6:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Source System showing vachar2 as Nvarchar in Manager
- Replies: 9
- Views: 3938
Peter, what 7.x version do you have? 7.1 introduced the DRS or Dynamic Relational Stage. It is an database 'agnostic' stage and it is like a combination of most of the 'native' stages plus ODBC, with the database type passed in as a parameter! It is meant to be used for exactly the situation you lis...
- Thu Jul 15, 2004 9:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error Accessing Sybase Through ODBC
- Replies: 7
- Views: 2955
- Thu Jul 15, 2004 9:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error Accessing Sybase Through ODBC
- Replies: 7
- Views: 2955
The table has to be referenced with DB name & the owner name when the table used in the SQL query in DataStage. This will apply for all Databases. Actually, no - it doesn't. It is definitely a Good Practice and may actually be required in Sybase, for all I know. However, for a query where the owner...
- Thu Jul 15, 2004 8:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: when to write Shell Scripts and pl/sql in datastage
- Replies: 3
- Views: 943
- Thu Jul 15, 2004 8:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Balancing input and output record counts
- Replies: 13
- Views: 3611
Kind of funny... I ended up sitting through the Tips & Tricks Part 2 webinar this morning and while I'd never heard of it until it was mentioned in this thread, the presenter made an off-hand comment about their methodology - something called 'Iterations'. Err... sorry. ITERATIONS. I'd be interested...
- Thu Jul 15, 2004 4:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating Hashfiles: size limitations
- Replies: 13
- Views: 5037
- Thu Jul 15, 2004 4:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Complex Flat File Stage
- Replies: 1
- Views: 1075
Documentation for the various plugin stages should have been automatically installed on your pc when the client was installed. Look for a CFFStage.pdf in the Docs directory under your DataStage installation folder. If it's not there, you'll need to pull it off of your Server installation cdrom. I'm ...
- Thu Jul 15, 2004 12:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Variables to set connctions
- Replies: 6
- Views: 1833
- Thu Jul 15, 2004 9:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Variables to set connctions
- Replies: 6
- Views: 1833
- Thu Jul 15, 2004 8:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Knowing when to use what datatype conversion
- Replies: 6
- Views: 2625
- Thu Jul 15, 2004 8:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Variables to set connctions
- Replies: 6
- Views: 1833
- Thu Jul 15, 2004 6:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to open and do lookup in a hashfile from a routine
- Replies: 4
- Views: 1324
While you could write a routine to do this, there's no reason to do so. All you need is one transformer, so the job will still be 'compact'. Simply use a single transformer, two hash file lookup stages and two reference links back to that single transformer. Use the same field in both key fields and...
- Thu Jul 15, 2004 6:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Knowing when to use what datatype conversion
- Replies: 6
- Views: 2625
Re: Knowing when to use what datatype conversion
I need a couple of things resolved for my understanding (knowing that my mainframe knowledge is next to zero) Thre isn't really alot of mainframe knowledge needed here, more like COBOL knowledge. You are seeing 'binary' because of the packed decimal - COMP-3 - fields, and also the one wee COMP one ...
- Thu Jul 15, 2004 5:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Populating a time dimension
- Replies: 1
- Views: 867
Take a look here and see if that helps.
- Thu Jul 15, 2004 5:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Line Splitup
- Replies: 1
- Views: 562
Is there a question in here somewhere? You haven't given us any clues about your source data, only (apparently) what you need to do with it. Do you need help with "line splitup" or a different part or ?? Off the cuff... * You can probably use the Row Splitter stage to help tell the difference betwee...