Search found 2288 matches
- Wed Jul 13, 2005 11:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WHERE vs JOIN
- Replies: 3
- Views: 1047
Hi, The full ANSI makes clear what part is the join defining the result set and waht part filters/prevents rows from being returned in that result set. What Vincent was refering to as incorect results is with outer joins; most DBs won't give corect results for left/right outer joins when you put a "...
- Wed Jul 13, 2005 11:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compile directive from sequence
- Replies: 4
- Views: 803
- Wed Jul 13, 2005 9:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: transform a record into columns
- Replies: 3
- Views: 828
Hi, No Stage will work ! You need to define the logic for parsing this row and write a basic routine to do it. Unlees you have some other logic, like each row is exactly 80 characters then you can use the existing fold function to generate several rows from the one you read. It seems that you need t...
- Wed Jul 13, 2005 9:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ENV variables
- Replies: 3
- Views: 1022
Hi, This was covered before, search for it. In short: dsenv is the file to define env variables, it gets loaded when the dsrpcd process comes up. having encripted env var will require a way to decript it! You can use tables/files/hash files or encripted parameters to minimize exposure of such info. ...
- Wed Jul 13, 2005 9:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ETL job aborts
- Replies: 7
- Views: 2949
- Wed Jul 13, 2005 9:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored Procedure
- Replies: 3
- Views: 1695
- Wed Jul 13, 2005 9:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What are the improvement in Version Control with DS 7.5
- Replies: 1
- Views: 629
- Wed Jul 13, 2005 9:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Waning in test, abort in prod
- Replies: 6
- Views: 1613
Double post Please answer the other one!
http://www.dsxchange.com/viewtopic.php?t=93979
http://www.dsxchange.com/viewtopic.php?t=93979
- Wed Jul 13, 2005 9:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Waning in test, abort in prod
- Replies: 8
- Views: 2548
- Wed Jul 13, 2005 9:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: obtaining Job Start/End time information externally
- Replies: 6
- Views: 1438
Ok your like the 10th person to mistake me for Ray! As flattered as I may be and as willing to give Ray any credit I'm not him I've got several private messages the past month or so again from people mistaking me for Ray, so let me just clear it up before anyone else makes this mistake I'm Roy not R...
- Wed Jul 13, 2005 8:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: : ORA-01008: not all variables bound
- Replies: 5
- Views: 1770
Hi, Usually I'd asume the table definition doesn't have the PK checked for any column in your case; is it? Or perhaps a change in scheme ? Performing a "select * ... " is a perfect way to have jobs fail along time due to scheme changes. It might also have something to do with the fact that 7.5.1 has...
- Wed Jul 13, 2005 4:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to write job statics into a text file
- Replies: 6
- Views: 1415
Hi, If my memory serves me this routine is for getting job info for jobs that were run using the supplied routine UtilityRunJob under sdk\Utility in your repository window. taking a peek on that routine should shed light on using the one you mentioned. It will also give you some insight as to buildi...
- Wed Jul 13, 2005 4:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: obtaining Job Start/End time information externally
- Replies: 6
- Views: 1438
Hi, Open the online help of the designer and type macro. In the page there are 2 blue links click on the top one. This will show you several macros that hold info similar to what you can get with the DSGetJobInfo routine and exists foreach job while it it running. In your case you can simply use DSJ...
- Wed Jul 13, 2005 4:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Array Size error while compiling
- Replies: 2
- Views: 754
- Wed Jul 13, 2005 4:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UDB configuration
- Replies: 3
- Views: 1532
Re: UDB configuration
odbc.ini. ------------------- [DB2 Wire Protocol] Driver=/opt/Ascential/DataStage/branded_odbc/lib/VMdb219.so Description=DataDirect 4.20 DB2 Wire Protocol Driver AddStringToCreateTable= AlternateID= #Collection=OS/390 and AS/400 (Remove for DB2 UDB)#//commented Database=SRCDB (Remove for OS/390 an...