Search found 4605 matches
- Tue Jul 12, 2005 4:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic Hash File Properties
- Replies: 9
- Views: 1959
- Tue Jul 12, 2005 2:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cleaning up Ascential directory on UNIX (Hash Files)
- Replies: 2
- Views: 1892
- Tue Jul 12, 2005 10:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compare two Oracle table
- Replies: 24
- Views: 6796
- Tue Jul 12, 2005 10:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Export from Command Line at category level
- Replies: 2
- Views: 925
- Tue Jul 12, 2005 10:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Basic routine from shell script
- Replies: 10
- Views: 2410
- Mon Jul 11, 2005 1:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: An Interesting Problem
- Replies: 15
- Views: 4275
Here are 3 posts which should give you an idea.
http://www.dsxchange.com/viewtopic.php?t=88999
http://www.dsxchange.com/viewtopic.php?t=87413
http://www.dsxchange.com/viewtopic.php?t=87580
http://www.dsxchange.com/viewtopic.php?t=88999
http://www.dsxchange.com/viewtopic.php?t=87413
http://www.dsxchange.com/viewtopic.php?t=87580
- Mon Jul 11, 2005 11:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: An Interesting Problem
- Replies: 15
- Views: 4275
Any time you need a parameter in this way then you need a batch job or routine to calculate the parameter and feed it into the job. Plus there is usually a job which needs this file so it needs the same parameter. It complicates several jobs. Most of the time you are doing this to archive the file w...
- Mon Jul 11, 2005 11:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use IF within IF
- Replies: 9
- Views: 2388
You can do it this way: If <condition> Then <Stmt1> Else If <Condition> Then <Stmt2> Else <Stmt3> I have also seen it this way: If <condition> Then <Stmt1> Else '' : If <Condition> Then <Stmt2> Else <Stmt3> This seems a little clearer. Each IF returns 2 values. The first IF returns <Stmt1> or '' whi...
- Mon Jul 11, 2005 11:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: An Interesting Problem
- Replies: 15
- Views: 4275
- Mon Jul 11, 2005 11:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Basic routine from shell script
- Replies: 10
- Views: 2410
- Mon Jul 11, 2005 10:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Select value into Job Parametr
- Replies: 9
- Views: 2408
- Mon Jul 11, 2005 10:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Does datastage supports JDBC connection
- Replies: 2
- Views: 1707
- Sat Jul 09, 2005 10:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: is joiner transformation and Hash file
- Replies: 6
- Views: 1392
- Sat Jul 09, 2005 9:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: is joiner transformation and Hash file
- Replies: 6
- Views: 1392
DataStage comes with its own database. Originally the database was called Universe. Now it is called the DataStage Engine or DSEngine. You have to extract data from a source to put it in a hash file. There are many hash algorithms to choose from but DYNAMIC is the default. Parallel Extender version ...
- Sat Jul 09, 2005 1:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is there any Universe ODBC driver for download?
- Replies: 12
- Views: 6431