Search found 15603 matches
- Mon May 15, 2006 5:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Import metadata from MySql?
- Replies: 1
- Views: 697
- Mon May 15, 2006 5:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HowToCompare Data with in a file?
- Replies: 1
- Views: 838
- Mon May 15, 2006 4:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HowToCheck Whether File contain today’s date in its name?
- Replies: 1
- Views: 875
Yes, you can do this in DataStage. This assumes you use a Sequence to get the filename or list of filenames and then you can process this to extract the date. p.s. Please don't use ASAP in a post, it usually will cause any answers to be much slower. ASAP and URGENT are for paid services and usually ...
- Mon May 15, 2006 1:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine static call
- Replies: 7
- Views: 1395
- Mon May 15, 2006 12:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Get maximum of two input fields
- Replies: 3
- Views: 918
- Sun May 14, 2006 1:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic array manipulation
- Replies: 3
- Views: 930
- Sun May 14, 2006 4:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to create a new job and open an existing job
- Replies: 14
- Views: 5353
- Sun May 14, 2006 3:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to create a new job and open an existing job
- Replies: 14
- Views: 5353
- Sun May 14, 2006 2:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to create a new job and open an existing job
- Replies: 14
- Views: 5353
The fixtool is in your $DSHOME/bin directory. When you run this program it will attempt to fix the file, chances are high that you will lose a group's worth of information or more but that the file will be useable after you run the fix. Since the DS_JOBOBJECTS file contains important parts of job de...
- Sun May 14, 2006 1:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Guideline for Routine Usage
- Replies: 7
- Views: 2208
Craig, I did some testing a while back on the performance differences and the PCL does have a significant overhead when the routine itself only does a couple of actions. This is mainly internal overhead for pushing and popping off the stack. I just did a quickie test of a 1-liner routine call and do...
- Sat May 13, 2006 5:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to create a new job and open an existing job
- Replies: 14
- Views: 5353
- Sat May 13, 2006 3:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to create a new job and open an existing job
- Replies: 14
- Views: 5353
Most likely your problem was triggered with a disk full condition, and if you still cannot create a file it probably still is full. Correct that first. Then you will need to go into TCL or your ADMIN tool. Run the command "COUNT DS_JOBOBJECTS" to see what, if any, error message you get. If you have ...
- Sat May 13, 2006 2:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting MM/DD/YY date to DD/MM/YYYY in EE
- Replies: 6
- Views: 1802
- Fri May 12, 2006 8:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: import from saquential file with spaces
- Replies: 9
- Views: 3506
- Fri May 12, 2006 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: search function
- Replies: 7
- Views: 1758
The INDEX function is used frequently and has been very well tuned. It is also (algorithmically) quite a simple linear search for a substring so is easy to implement. The MATCHES function is much a more complex pattern matching function which has to parse the picture string into it's components and ...