Search found 53125 matches
- Wed Jun 20, 2007 6:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compare stage, output columns
- Replies: 16
- Views: 16569
- Wed Jun 20, 2007 5:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP Enterprise stage
- Replies: 4
- Views: 7852
- Wed Jun 20, 2007 5:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using PromoteSubRecord With Compare stage
- Replies: 7
- Views: 2533
My belief is that the manuals were produced when no-one in Ascential really had any idea of how the Orchestrate stuff worked, so the poor old technical writers were just thrown in at the deep end. Unfortunately, there has not been a whole lot done to improve things in the interim. Even the version 8...
- Wed Jun 20, 2007 5:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unbearably slow compile with a funnel
- Replies: 7
- Views: 1966
I doubt it's the Funnel stage - the Funnel stage does not get compiled, it simply generates a funnel operator in the generated OSH. The Funnel type (continuous, sort funnel or sequential) is just a command line option for the funnel operator. Examine the generated OSH. Sequential funnel is only usef...
- Wed Jun 20, 2007 5:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ASCII to Binary
- Replies: 6
- Views: 1683
- Wed Jun 20, 2007 5:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compile error in transformer
- Replies: 11
- Views: 3846
- Wed Jun 20, 2007 5:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Load Mainframe file in a table
- Replies: 7
- Views: 1904
- Wed Jun 20, 2007 5:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Finding most recent effectitive salary date
- Replies: 9
- Views: 2253
- Wed Jun 20, 2007 5:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WRITE METHOD LOAD x WRITE METHOD WRITE
- Replies: 3
- Views: 1877
Best practice is to detect any condition that fails a business rule prior to attempting to load the row into the target table. This is part of the "T" of "ETL". Your choice of Write Method is then irrelevant as far as clean data is concerned and you can base the decision on appropriate criteria: whe...
- Wed Jun 20, 2007 5:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Abort --> Error log doubt
- Replies: 2
- Views: 1142
Once you have rationalized your use of hashed files (note: not "hash" files) search the forum for T30FILE. This is both the name of the table and of the configuration parameter (in the uvconfig file) for setting its size. You will also need to research - either here or in the manuals - how to reconf...
- Wed Jun 20, 2007 5:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Return a Job abort
- Replies: 9
- Views: 2999
It's time to have a major re-think about your design. UtilityRunJob was originally a quick fix - it does not have all the functionality that a job sequence offers. Begin by documenting (in English, not in IT-speak) precisely what needs to happen under each circumstance. You will find that this leads...
- Wed Jun 20, 2007 5:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine to execute Oracle commands
- Replies: 3
- Views: 1249
That command is OK as far as it goes, but it does not execute any commands once in sqlplus and never returns from sqlplus. If you want to build up the entire script in the variable called cmd, separate each line with a field mark (@FM). These will automatically be translated to line terminators on s...
- Wed Jun 20, 2007 5:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Before SQL / After SQL
- Replies: 4
- Views: 1055
- Wed Jun 20, 2007 5:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Capturing detail information of job in other category
- Replies: 8
- Views: 1317
- Wed Jun 20, 2007 5:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage - House keeping
- Replies: 3
- Views: 1236