Search found 42189 matches
- Wed Apr 27, 2005 4:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LIBPATH DSENV
- Replies: 6
- Views: 3997
The dsenv file is an artifact of a UNIX server and yet you've marked your post as being a Windows server. Assuming you are running on UNIX... For Oracle you need to have your $ORACLE_HOME defined in the dsenv file and your SHLIB_PATH (or LD_LIBRARY_PATH depending on your platform) needs to include a...
- Wed Apr 27, 2005 7:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting $UserStatus from a Parallel Job
- Replies: 6
- Views: 4058
Re:Setting $UserStatus from a Parallel Job
You cannot call routines from a parallel job because PX does not understand the BASIC language that routines use. I'm afraid this isn't true. You can call routines from the BASIC Transformer as the OP is trying to do. My guess (don't know for sure) is that PX jobs may not have a 'User Status' area ...
- Wed Apr 27, 2005 7:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use of the following commands
- Replies: 9
- Views: 3119
- Wed Apr 27, 2005 7:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: jobs hanging when processing a procedure
- Replies: 3
- Views: 1467
- Tue Apr 26, 2005 7:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Manipulating look up columns
- Replies: 4
- Views: 1404
Nope... hash lookups are basically an all-or-nothing affair. If the hash was created with three key fields then all three need to be referenced or the results will be... unpredictable. So, unless Dept can be 'hard-coded' or derived from the source data you won't be able to perform the lookup. Sounds...
- Tue Apr 26, 2005 12:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to make error code bold/outstanding in Job report
- Replies: 3
- Views: 921
- Tue Apr 26, 2005 6:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tricky Beginner Question
- Replies: 6
- Views: 1771
Re: Tricky Beginner Question
I'm trying to design a simple server job which would do the same as this SQL query: SELECT max(MAXDATE) as MAXDATE FROM ( SELECT Max(DATE1) as MAX1 FROM TABLE1 UNION SELECT Max(DATE2) as MAX1 FROM TABLE2 ) where TABLE1 and TABLE1 are located in two different datasources. Define what you mean by dif...
- Tue Apr 26, 2005 6:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control - Get Dependent Components
- Replies: 5
- Views: 1033
- Mon Apr 25, 2005 11:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compliation error
- Replies: 8
- Views: 3328
- Mon Apr 25, 2005 1:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control - Get Dependent Components
- Replies: 5
- Views: 1033
- Mon Apr 25, 2005 1:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: less amount of procesors than license includes
- Replies: 9
- Views: 2776
- Mon Apr 25, 2005 1:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: less amount of procesors than license includes
- Replies: 9
- Views: 2776
- Sun Apr 24, 2005 10:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: I can't find PIC9(8) Data format. Give an idea
- Replies: 2
- Views: 866
- Sun Apr 24, 2005 7:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to run Analyze Table in DS?
- Replies: 6
- Views: 1415
Re: How to run Analyze Table in DS?
How to run Analyze Table statement from a DataStage job? You won't be able to just do this easily, which is what the other posters are pointing out. However, if what you want to do is analyze a table after you're done loading it, that is simple - just put the full 'analyze' command in the After Sql...
- Sun Apr 24, 2005 7:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Errors while importing the project
- Replies: 13
- Views: 2451