Search found 53125 matches
- Wed Aug 27, 2008 5:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs running indefinately
- Replies: 14
- Views: 6249
- Wed Aug 27, 2008 4:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Stop scripts
- Replies: 5
- Views: 2663
I did.
What could be simpler?
Craig's solution would depend on which shell script language you are using. Maybe
Code: Select all
command1 && command2What could be simpler?
Craig's solution would depend on which shell script language you are using. Maybe
Code: Select all
command1
if [ $? -eq 0 ]
command2
fi- Wed Aug 27, 2008 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Max Date in Aggregator.
- Replies: 5
- Views: 3225
- Wed Aug 27, 2008 4:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in executing the command dsjob on unix
- Replies: 5
- Views: 4286
- Wed Aug 27, 2008 3:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Stop scripts
- Replies: 5
- Views: 2663
To execute command2 only when command1 has executed successfully use the && connector.
Code: Select all
command1 && command2- Wed Aug 27, 2008 3:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs running indefinately
- Replies: 14
- Views: 6249
- Wed Aug 27, 2008 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Version 8 Admin Class
- Replies: 4
- Views: 1312
- Wed Aug 27, 2008 3:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading from oracle enterprise stage
- Replies: 5
- Views: 1510
- Wed Aug 27, 2008 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ETL errors while running batch schedule
- Replies: 13
- Views: 8681
- Wed Aug 27, 2008 3:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiling a job from director
- Replies: 5
- Views: 1554
- Wed Aug 27, 2008 3:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Information Analyzer Performance Issue
- Replies: 6
- Views: 2752
- Wed Aug 27, 2008 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control repository
- Replies: 11
- Views: 4970
To convert dynamic to static hashed use when you have exclusive access.
You can resize RT_LOGnnn, RT_CONFIGnnn, RT_STATUSnnn and DS_TEMPnnn (which are dynamic hashed files).
You can not resize RT_BPnnn or RT_BPnnn.O (which are regular directories).
Code: Select all
RESIZE name 18 * *You can resize RT_LOGnnn, RT_CONFIGnnn, RT_STATUSnnn and DS_TEMPnnn (which are dynamic hashed files).
You can not resize RT_BPnnn or RT_BPnnn.O (which are regular directories).
- Wed Aug 27, 2008 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Impact / Usage Analysis
- Replies: 3
- Views: 1569
- Wed Aug 27, 2008 3:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file Normalize on
- Replies: 2
- Views: 1596
For "normalize on" to be enabled you need one or more fields defined as being able to handle multi-valued data. There is a check box in the table definition in the Repository that allows you to indicate support for multi-valued fields. When this is selected the Columns grid includes three new column...
- Wed Aug 27, 2008 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strange Issue with scheduling a job
- Replies: 6
- Views: 1655