Search found 42189 matches

by chulett
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...
by chulett
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

Christina Lim wrote:the datastage user is different from the sybase database user.

Shouldn't have anything to do with it. Sybase won't really have a clue what your 'DataStage user' is, everything is driven by the userid specified in the ODBC / Sybase OC stage.
by chulett
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...
by chulett
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

Upgrade to 7.5 and enjoy the benefits of the Stored Procedure Stage. As long as you are on Oracle, that is. Support for other databases 'coming soon'. :wink:
by chulett
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...
by chulett
Thu Jul 15, 2004 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Hashfiles: size limitations
Replies: 13
Views: 5037

ariear wrote:There you'll find a utility called something like HFR.

HFC - the very useful but 'unsupported' Hash File Calculator utility, written by our dear friend Mr Wurlod. As noted, it will generate the create statement needed based on your input parameters.
by chulett
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 ...
by chulett
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

Or on stages with the older 'grid style' available (like OCI) right-click, select 'Grid Style' and then you get an 'Insert Job Parameter' helper. No typing involved. :wink:
by chulett
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

The name of your Job Parameter surrounded by pound signs, like 'normal'. It will be a little wierd because you won't be able to see it, but try using View Data and make sure it prompts you for the Parameter so you know it's ok.
by chulett
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

denzilsyb wrote:It seems then the devil was in the detail

It usually is! Correct display lengths are very critical to making something like this work. Just be glad there were no 'REDEFINES' in there.

Glad you got it straightened out in spite of my minimal helpage. :wink:
by chulett
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

Technically, under 'Type' you select 'Encrypted'. :wink: But other than that, as noted, it's just basically another Job Parameter.
by chulett
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...
by chulett
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 ...
by chulett
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.
by chulett
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...