Kim Duke has one stashed away on his website:
http://www.duke-consulting.com
Search found 42189 matches
- Mon Oct 20, 2008 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automate exporting of jobs along with the routines (weekly)
- Replies: 5
- Views: 1764
- Mon Oct 20, 2008 7:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Character set (UTF8) in NON-NLS enabled environment
- Replies: 14
- Views: 8102
- Mon Oct 20, 2008 7:43 am
- Forum: General
- Topic: where the job logs getting stored
- Replies: 11
- Views: 3447
Job logs are stored in hashed files under the associated project directory. They take the name of RT_LOGnnn where 'nnn' is the internal number assigned to the job in the repository. You can access them using the 'dsjob' function, which supports the same log access functions as does DataStage: -logsu...
- Sun Oct 19, 2008 7:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execute multiple jobs using a sequence
- Replies: 11
- Views: 4318
- Sun Oct 19, 2008 3:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: extract data from an ORACLE table using an OCI stage
- Replies: 6
- Views: 1585
So, someone just dropped you in the deep end of the pool without any training or even a pair of water wings? Nothing unusual about this scenario. The good news is, once you get this figured out, the common widget used means you shouldn't have problems with any of the other stages. More than likely. ...
- Sun Oct 19, 2008 9:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Enterprise Stage ,Can not pass job parameters
- Replies: 11
- Views: 2428
It's been reported as working in some areas, guess not here. Something else to try is two single quotes for each one: CUSTOMER_NUMBER IN (''01135101'',''01200662'',''ABCD'') AND Note they are NOT double-quotes, but rather two single quotes. I guess you could also try a quoted quote and see if that m...
- Fri Oct 17, 2008 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date FEILD
- Replies: 5
- Views: 1233
- Fri Oct 17, 2008 2:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: calculate current month/year
- Replies: 4
- Views: 1286
I searched for "current date" and got 81 hits in the PX forum.
Should be a good starting point.
Code: Select all
Date()Should be a good starting point.
- Fri Oct 17, 2008 2:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date FEILD
- Replies: 5
- Views: 1233
- Fri Oct 17, 2008 2:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Character set (UTF8) in NON-NLS enabled environment
- Replies: 14
- Views: 8102
In a "non-NLS enabled" environment, there's no tab as you don't really have a default setting AFAIK. That or it is effectively set to "none". Nothing stopping you from adding a user defined environment variable setting $NLS_LANG to UTF8 if you so desire and it would automatically take effect in all ...
- Fri Oct 17, 2008 11:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Enterprise Stage ,Can not pass job parameters
- Replies: 11
- Views: 2428
- Fri Oct 17, 2008 10:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Control de max # of Job related processes running on windows
- Replies: 12
- Views: 2964
There's no direct link. You need to go to his site, ask for a userid and - once granted - grab the utilities from his download area.
http://www.kennethbland.com/
http://www.kennethbland.com/
- Fri Oct 17, 2008 10:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Huge data
- Replies: 11
- Views: 2613
- Fri Oct 17, 2008 10:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Huge data
- Replies: 11
- Views: 2613
- Fri Oct 17, 2008 9:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential file
- Replies: 13
- Views: 2736
kittu.raja wrote:chulett wrote:First suggestion - take your actual "exporting nulls" error and search the forums for that exact string. ...
Mine is the only message it has in the forum. Nobody has raised this issue before
No, you're not. Use a common portion of your actual error, not what you put in your first post.