It can be run in the command window of Administrator, which you will already have connected to a specific project.
You must have exclusive access to the project.
Search found 53125 matches
- Thu Mar 26, 2009 2:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job disappear
- Replies: 1
- Views: 952
- Thu Mar 26, 2009 2:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File FILE_NAME option
- Replies: 3
- Views: 1091
- Thu Mar 26, 2009 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Optimal Heap Space Allocation
- Replies: 2
- Views: 847
- Thu Mar 26, 2009 2:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: copy rows based on input column value!
- Replies: 7
- Views: 1996
Re: copy rows based on input column value!
I'd be inclined to write a before-job subroutine (or just a routine to be invoked from a Routine activity in a sequence).samplify wrote:Thanks in advance! (and hope its not a UNIX solution!)
- Thu Mar 26, 2009 2:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job not aborting in case of primary key violation error
- Replies: 4
- Views: 1396
- Thu Mar 26, 2009 2:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Deletion Error
- Replies: 4
- Views: 4755
- Thu Mar 26, 2009 2:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Doubt regarding Datastage String Function
- Replies: 3
- Views: 3095
- Thu Mar 26, 2009 2:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: awk in execute command activity
- Replies: 9
- Views: 3927
Because that's how whoever write the Execute Command activity wrote it.
You may as well ask why we need to have the SELECT clause first in SQL, even though the FROM clause is parsed first.
Why can't we write
You may as well ask why we need to have the SELECT clause first in SQL, even though the FROM clause is parsed first.
Why can't we write
Code: Select all
FROM table SELECT columns WHERE condition;- Thu Mar 26, 2009 2:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Performance
- Replies: 9
- Views: 3478
- Thu Mar 26, 2009 2:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help to identify the datastage process in the Task Manager
- Replies: 4
- Views: 1865
- Thu Mar 26, 2009 4:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job not aborting in case of primary key violation error
- Replies: 4
- Views: 1396
- Thu Mar 26, 2009 3:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aggregator performance
- Replies: 9
- Views: 2618
- Thu Mar 26, 2009 3:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Doubt regarding Datastage String Function
- Replies: 3
- Views: 3095
Try it and find out, and let us know. My guesses (since I'm not in a position to try) would be indeterminate for the Compare() functions because I don't know what the value of EXSTCRR_TRANS.MW is. Once you've done a Trim() you have a string, so you don't actually need the Compare() function - you're...
- Thu Mar 26, 2009 1:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to retrieve months between two dates of different years
- Replies: 7
- Views: 2001
- Wed Mar 25, 2009 11:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to retrieve months between two dates of different years
- Replies: 7
- Views: 2001