Search found 4992 matches
- Thu Mar 16, 2006 8:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: vertical pivot
- Replies: 28
- Views: 11560
Sunshine2323 You have made my day. Excellent technique, but please consider the partitioning required on a multi-node cluster to keep grouped rows together. Otherwise, the "last" aggregate solution doesn't require the final row output fix. Excellent. The same solution would work with Server by chang...
- Wed Mar 15, 2006 9:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: batch files
- Replies: 6
- Views: 1228
- Wed Mar 15, 2006 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2/UDB Load Stage
- Replies: 12
- Views: 5111
- Wed Mar 15, 2006 3:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to view access the premium content
- Replies: 5
- Views: 1063
- Wed Mar 15, 2006 2:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: scripting
- Replies: 5
- Views: 1244
There are no shell commands for designing jobs. There is a requirement for knowledge of your operating system and the methods for interacting with that environment. Moving, copying, searching, and profiling files are knowledge requirements for you as a developer. Knowing how to count a file for the ...
- Wed Mar 15, 2006 2:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: scripting
- Replies: 5
- Views: 1244
Use the appropriate method to accomplish your goals. If the easist way to rename a file is thru a shell command, it's silly to write a DataStage job to read the entire file and then write it under a new name. There are reasons to do things in a shell or SQL script, just like there are reasons to use...
- Wed Mar 15, 2006 2:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: vertical pivot
- Replies: 28
- Views: 11560
Smita, the indicated post shows how to use stage variables. You must sort the data by the grouping keys and partition by them so that they stay together on the same node. The only issue is the last group won't output without some help. The "trigger" event on the stage variables is to only output the...
- Wed Mar 15, 2006 1:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to view access the premium content
- Replies: 5
- Views: 1063
- Wed Mar 15, 2006 11:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UniData 6 stage - need info
- Replies: 5
- Views: 1789
Honestly I don't know the nitty-gritty details, but my impression is that the SQL just becomes a "LIST ditem1, ditem2, ditem3, ditem4, etc." type statement with headings and paging suppressed. This appears to be the case because changing the dictionary items information (width, justification, data o...
- Wed Mar 15, 2006 10:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UniData 6 stage - need info
- Replies: 5
- Views: 1789
- Wed Mar 15, 2006 10:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UniData 6 stage - need info
- Replies: 5
- Views: 1789
The dictionary is what is used. Dictionaries can contain correlatives that point to other files. This is why Universe and Unidata are so complicated. If the dictionaries are not pure A or S types, then you can get into all kinds of trouble. If there are F, T, or I correlatives/descriptors then your ...
- Wed Mar 15, 2006 10:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Decimal to varchar
- Replies: 2
- Views: 623
- Wed Mar 15, 2006 10:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: trigger performance (server and parallel)
- Replies: 12
- Views: 3347
Ray, rather than obseving my reply if you could reply on the problem it would be better. Maybe after you've posted 1000 responses you might be qualified to judge the appropriateness of Ray's commentaries on this forum. In the meantime, remember who Ray is and the obvious time he devotes to making t...
- Wed Mar 15, 2006 10:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: trigger performance (server and parallel)
- Replies: 12
- Views: 3347
Your original question regards comparing two rows and if they are different acting on that change. A trigger is anathema to ETL, in that you are embedding transformation and loading logic within a database, removing it from the visibility of the ETL framework. Consider the various techniques found o...
- Wed Mar 15, 2006 10:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 10g Upgrade
- Replies: 5
- Views: 974