Search found 53125 matches
- Tue Jan 17, 2006 2:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to join 3 files Lateraly
- Replies: 6
- Views: 1239
- Tue Jan 17, 2006 2:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how do i increment
- Replies: 4
- Views: 1701
There are various techniques, most work best in sequential mode. You can use system variables like @INROWNUM, which always begins at 1. You can use stage variables in a Transformer stage. You can use a Column Generator stage. And so on. There is no technique for remembering anything from yesterday i...
- Tue Jan 17, 2006 2:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: teradata table lookup
- Replies: 6
- Views: 2052
- Mon Jan 16, 2006 11:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling DataStage job using PERL in unix server
- Replies: 6
- Views: 3404
- Mon Jan 16, 2006 9:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ROW TO COL
- Replies: 17
- Views: 5695
- Mon Jan 16, 2006 9:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL Null Value tab in hashed file mnot enabled.
- Replies: 4
- Views: 955
It's not a tab, it's a drop down list in version 7.0 (which I am using this week). It's enabled on Hashed File stages that are serving reference inputs and it's enabled on Hashed File stages that are serving stream links. NLS is not enabled. As far as I am aware and can discover this is default beha...
- Mon Jan 16, 2006 9:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Implementing Type 2 SCD with DS
- Replies: 13
- Views: 4396
I'm doing a lot of those right now, using DataStage 7.0. My preferred technique is to use a stage variable for each pair of column comparisons. This allows me to Trim, pad, do whatever I need to do (for example "nulls compare equal") before determining whether the columns match or not. These Boolean...
- Mon Jan 16, 2006 8:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: LOAD FROM STAGING TO REPOSITORY
- Replies: 5
- Views: 1649
- Mon Jan 16, 2006 8:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while logging to DataStage
- Replies: 16
- Views: 5205
The status (hashed) file is not the same as the log (hashed) file. Clearing the status file will have no impact on a corrupted log file, which may have become corrupted by becoming too large, or by some other mechanism. Clearing the log (hashed) file may help. CLEAR.FILE RT_LOG16 is the command, whi...
- Mon Jan 16, 2006 8:49 pm
- Forum: Site/Forum
- Topic: 10K posts countdown for Ray
- Replies: 12
- Views: 5452
Thank you for your kind words. My posts/day rate has fallen over the last year or so, for the very good reason that more others are now able to provide sufficiently good answers to questions, so that I don't need to as often. It used to be over 10 per day. Of course, you'll still get a "full Wurlod"...
- Mon Jan 16, 2006 4:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup is not perform.
- Replies: 2
- Views: 1132
Welcome aboard. :D The Lookup stage has specific requirements, in that you need to have set up the Key property for the lookup to occur (and, possibly, whether to perform the lookup at all). Can you draw an ASCII picture of your job design so we have a clearer idea of what you are trying to achieve?...
- Mon Jan 16, 2006 4:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Steps to Migrate DataStage 7.5.1 from Windows to UNIX
- Replies: 2
- Views: 1502
1. Install DataStage on the UNIX server. 2. Configure all database access on the UNIX server. 3. Make requisite changes to dsenv and .odbc.ini on the UNIX server. 4. Create all required projects on the UNIX server (via DataStage Administrator). 5. Export project from Windows. 6. Import project on UN...
- Mon Jan 16, 2006 4:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with parrelel job
- Replies: 4
- Views: 1792
- Sun Jan 15, 2006 7:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job status for running
- Replies: 15
- Views: 7669
The fourth argument to DSExecute is the system return code; for SQL it returns the number of records processed or, if a negative integer, an error code. Job control routines of the kind we're talking about are not usually created in the Routines branch but, rather, as code on the Job Control tab of ...
- Sun Jan 15, 2006 3:41 pm
- Forum: Site/Forum
- Topic: Support Forum - Alive :?:
- Replies: 3
- Views: 1986
Compile All is still out there, on sites that aren't up to a version of DS where MCM is supported. It behoves us, therefore, to maintain the forum even though there's little traffic on it. The problem with changing categories is who does the labor to move existing posts (there are many of them now) ...