Search found 42189 matches

by chulett
Fri Jul 23, 2004 9:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting MaxValue only to a file without using Aggregator
Replies: 12
Views: 2547

What about making use of the UserStatus area? Once written to, a following Routine Activity stage (via a Sequencer Job) could automatically take the $UserStatus as an input parameter and use that to write out to a flat file or as input to your script. Or another job could use it to write to your tar...
by chulett
Fri Jul 23, 2004 7:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Job ; User defined SQL
Replies: 4
Views: 973

You are going to have to split your inserts from your updates if you are using a different number of columns in the different sqls. Even when using custom sql you must have parameter markers for all of the columns in the stage. Your error message is telling you this as well. Use two separate links a...
by chulett
Fri Jul 23, 2004 7:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting MaxValue only to a file without using Aggregator
Replies: 12
Views: 2547

I'd suggest using a hash file with a fixed value key and a data field for your max value. Use a Stage Variable to keep track of the max value, in essence putting a new value in it only when it is greater than the previous value. Write the stage variable to the hash with a constant key value (like '1...
by chulett
Fri Jul 23, 2004 1:15 pm
Forum: Enhancement Wish List
Topic: Strip header/trailer
Replies: 3
Views: 2471

Steve, I don't think BigPoppa is around anymore. They haven't posted since around March of this year I believe...
by chulett
Fri Jul 23, 2004 1:05 pm
Forum: Enhancement Wish List
Topic: Search command in Designer
Replies: 6
Views: 3465

It's basically there in the 7.0 release. I haven't had a chance to see what additional features were added in 7.5 as of yet, but it's pretty powerful right now. Right-click on a derivation and select either 'Find/Replace' or 'Derivation Substitution'.
by chulett
Fri Jul 23, 2004 11:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Zoned Decimals in CCF
Replies: 4
Views: 2431

I'm not in a position where I have to deal with EBCDIC or any other form of Mainframe data, so the CFF stage is not something I make any use of currently. However, my understanding is it was meant to handle everything related to these kinds of files. You really shouldn't have had to fall back on the...
by chulett
Fri Jul 23, 2004 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence parameters
Replies: 5
Views: 1122

I am trying to find out how to combine multiple parameters and assign the result to another parameter. Perhaps that's the issue, because you can't. Well, at least you can't without writing some intervening BASIC job control code. You would need to pull in the values for the current parameters and t...
by chulett
Fri Jul 23, 2004 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: vmdsapi.so: Is it 32 bit on AIX 5.1? Can it work in 64 bit?
Replies: 5
Views: 3286

Hmm... I don't think that's entirely true. Yah, some 64bit systems get 32bit components, like OCI on HP/UX. However, I'm pretty sure that everything on Tru64 is in fact 64bit.

Not that that helps Peter. :wink:
by chulett
Fri Jul 23, 2004 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot find Join Stage ??
Replies: 2
Views: 829

Re: Cannot find Join Stage ??

i found the description into the online help but cannot find the symbol to use in my jobs. Look carefully at the background of the help page for that stage and you'll see why you can't find it. It is one of the many 'PX only' stages that are nicely documented even if all you have is plain 'ol Server.
by chulett
Thu Jul 22, 2004 7:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Modelling Tool
Replies: 6
Views: 1597

Google is your friend! :wink:

Hmmm... no mention of Red Brick in their FAQ. :?
by chulett
Thu Jul 22, 2004 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter marker text size exceeds allocated space
Replies: 4
Views: 2241

Check this thread and see if it helps.
by chulett
Thu Jul 22, 2004 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More than one record from transform stage
Replies: 5
Views: 1406

Applicable to both the ODBC and UV stages, by the way.
by chulett
Thu Jul 22, 2004 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Parsing
Replies: 3
Views: 838

Cool. 8)
by chulett
Thu Jul 22, 2004 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More than one record from transform stage
Replies: 5
Views: 1406

You need to go to the Link Properties of the Transformer stage you are doing the lookups from. It is there on the Inputs tab that you'll find a check box for Reference Link with multi row result set.
by chulett
Thu Jul 22, 2004 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The order in which links are used in a datastage transformer
Replies: 10
Views: 2474

And if there's concerns about exactly what is going on, step through it with the Debugger a link at a time.