Search found 42189 matches
- 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...
- 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...
- 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...
- Fri Jul 23, 2004 1:15 pm
- Forum: Enhancement Wish List
- Topic: Strip header/trailer
- Replies: 3
- Views: 2471
- Fri Jul 23, 2004 1:05 pm
- Forum: Enhancement Wish List
- Topic: Search command in Designer
- Replies: 6
- Views: 3465
- 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...
- 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...
- 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
- 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.
- Thu Jul 22, 2004 7:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Modelling Tool
- Replies: 6
- Views: 1597
- 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.
- 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
- Thu Jul 22, 2004 10:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential File Parsing
- Replies: 3
- Views: 838
- 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
- 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