Search found 53125 matches
- Sun Aug 08, 2004 3:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ELSE IF STATMENT
- Replies: 10
- Views: 2195
Plan your If .. Then .. Else .. constructs, and use the Expression Editor to build them. In this way you will not be left with a dangling clause in the expression. And, Bobby, can you please write in English? These SMS-style expressions are difficult for those participants whose first language is no...
- Sun Aug 08, 2004 3:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Filtering table names when importing Meta Data (ODBC)
- Replies: 3
- Views: 727
- Sun Aug 08, 2004 3:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage HashFile
- Replies: 3
- Views: 1680
Re: DataStage HashFile
Hi, I have some doubts on HashFile option of Normalize-on/Un normalize for Outputs HashFile. -When should be use this option ? -What is the purpose of using Normalize-on? -How to decide on which field we will normalize? Regards, Rajendran The decision is initially not in your hands. "Normalize on" ...
- Fri Aug 06, 2004 10:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed Files - 32-bit or 64-bit?
- Replies: 0
- Views: 577
Hashed Files - 32-bit or 64-bit?
Here's a shell script I threw together this morning to report (from a UNIX shell) whether a hashed file uses 32-bit or 64-bit internal pointers. It only handles "Type 0" machines (no byte-swapping, therefore no Intel). Maybe when I find more time... If you want to do this from a Routine or the TCL e...
- Fri Aug 06, 2004 10:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsapi processes for a job
- Replies: 16
- Views: 8052
- Fri Aug 06, 2004 10:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: check error starting master sequence
- Replies: 3
- Views: 694
Build error checking into every sequence. A parent sequence can check it's child processes' exit status. You can use a custom trigger based on exit status, or you can use a Command or Routine activity to capture the status. It's very difficult to do from the operating system, because you need to be ...
- Fri Aug 06, 2004 10:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Display column
- Replies: 4
- Views: 1070
To clarify, Display Width has two purposes. This has been the case since version 1.0. The "minimize" in version 7.x was a glitch. One is to set the initial display width for the Data Browser. The other, applicable only to Sequential File stage where the format specifies fixed width, is to be the sto...
- Fri Aug 06, 2004 5:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs & Processes
- Replies: 6
- Views: 1607
- Fri Aug 06, 2004 5:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of stage variable
- Replies: 3
- Views: 1025
It definitely does no harm. I always use stage variables if there's any likelihood that that particular evaluation may need to occur more than once - for example in multiple output columns and/or links, or in output constraint and output column derivation. The only place I'd advise against using a s...
- Fri Aug 06, 2004 5:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC DSN setup
- Replies: 6
- Views: 3304
You are trying to configure ODBC access from DataStage to SQL Server. DataStage is running on UNIX (according to your original post). There is NO Control Panel for UNIX ! So it all has to be done with ini files and the like (just like ancient versions of Windows!). The DataStage engine is the client...
- Fri Aug 06, 2004 5:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to get dataset column value in before stage
- Replies: 6
- Views: 2465
- Thu Aug 05, 2004 10:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to get dataset column value in before stage
- Replies: 6
- Views: 2465
That description suggests that you DO want to use the value in each row to delete from the other table. I understand from your description that you don't want to commit individual DELETE commands (one per row). This you would need to manage via "rows per transaction" being set to "all" (0), so that ...
- Thu Aug 05, 2004 10:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need help with job design
- Replies: 10
- Views: 2766
More generally the rules are as follows. A passive stage can not open its output(s) until all its inputs are closed (the IPC stage being a notable exception). This is why it is possible to pre-load a hashed file in the same job that uses it. An active stage can not open its output(s) until and unles...
- Thu Aug 05, 2004 10:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Equate Function in Routine
- Replies: 8
- Views: 2220
Jobs do not need to be recompiled if Routines change. Routines are stand-alone components, which are compiled separately. Jobs DO need to be recompiled if Transforms change. Transforms are encapsulated expressions which become part of the in-line job code when used. Transforms are not compiled separ...
- Thu Aug 05, 2004 10:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC DSN setup
- Replies: 6
- Views: 3304