Search found 53125 matches
- Fri May 15, 2009 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to remove the padding charachers from a string
- Replies: 11
- Views: 3713
- Fri May 15, 2009 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Transformer within Parallel Job
- Replies: 7
- Views: 5140
- Fri May 15, 2009 4:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null handling for 200 / 300 columns at one go.
- Replies: 14
- Views: 4159
- Fri May 15, 2009 4:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Instances Dynamically.
- Replies: 6
- Views: 2353
- Fri May 15, 2009 4:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Range lookup issue
- Replies: 18
- Views: 5126
- Fri May 15, 2009 4:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is any way we can retrieve the "Part Num" of Datas
- Replies: 7
- Views: 2080
- Fri May 15, 2009 1:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to see the links and stages
- Replies: 7
- Views: 2794
- Fri May 15, 2009 1:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stoping & Restarting Repository Database while server ba
- Replies: 8
- Views: 3458
- Fri May 15, 2009 12:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: mailing in datastage
- Replies: 14
- Views: 3605
Yes, that can be done. Find someone with enough DOS skills to show you how to do it in the Windows environment. Something like
Or, if you have a UNIX emulator you can use the test command to determine existence.
Code: Select all
IF NOT EXIST dirpath MKDIR dirpathCode: Select all
test -d dirpath !! mkdir dirpath- Fri May 15, 2009 12:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: mailing in datastage
- Replies: 14
- Views: 3605
- Fri May 15, 2009 12:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Truncate Table when a condition is true
- Replies: 9
- Views: 2639
- Fri May 15, 2009 12:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Text file read aborts - Short read encountered
- Replies: 8
- Views: 4168
- Fri May 15, 2009 12:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing obsolete jobs
- Replies: 7
- Views: 4967
- Fri May 15, 2009 12:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: deleting /tmp/* caused "score file deleted" warnin
- Replies: 11
- Views: 2850
That's definitely not a DataStage question. Consult your system administrator for assistance with automatic start and shutdown scripts. If you want to amend the DataStage startup/shutdown script, you will find this in the location reported by the uv -admin -info command. Make very sure you take a ba...
- Fri May 15, 2009 12:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to get the rejected records from oracle enterprise st
- Replies: 8
- Views: 4154