Search found 42189 matches
- Wed Apr 16, 2008 9:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invoking DS jobs real-time
- Replies: 8
- Views: 1557
- Wed Apr 16, 2008 9:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence execution contrl based on file data value
- Replies: 14
- Views: 3650
- Wed Apr 16, 2008 8:45 am
- Forum: General
- Topic: ds job stats
- Replies: 10
- Views: 2303
ETLStats. 'Nuff said.
- Wed Apr 16, 2008 8:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invoking DS jobs real-time
- Replies: 8
- Views: 1557
- Wed Apr 16, 2008 7:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle decimal issue
- Replies: 3
- Views: 1874
- Wed Apr 16, 2008 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Audit information of DS Jobs
- Replies: 2
- Views: 788
- Wed Apr 16, 2008 7:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Execution of API Calls from DS Admin Command line
- Replies: 4
- Views: 1658
- Tue Apr 15, 2008 10:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Bulk Load stage
- Replies: 6
- Views: 1962
- Tue Apr 15, 2008 5:26 pm
- Forum: General
- Topic: Counting number of records in Hashed File
- Replies: 4
- Views: 1746
- Tue Apr 15, 2008 1:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: capture -jobinfo result in windows batch
- Replies: 4
- Views: 1609
- Tue Apr 15, 2008 12:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: capture -jobinfo result in windows batch
- Replies: 4
- Views: 1609
- Tue Apr 15, 2008 12:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: filter command in sequentiak file stage
- Replies: 3
- Views: 1224
Re: filter command in sequentiak file stage
mail2hfz wrote:I used wc -l aud_d_*...it throws error..Cant we use * to read multiple file using filter command..please advice
No. While I believe you should be able to, it doesn't seem to work.
- Tue Apr 15, 2008 10:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: capture -jobinfo result in windows batch
- Replies: 4
- Views: 1609
- Tue Apr 15, 2008 10:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence execution contrl based on file data value
- Replies: 14
- Views: 3650
Output like that is returned in a dynamic array, so you need to either remove any Field Marks (@FM) or just reference the first element. Try:
For example.
Code: Select all
UpCase(trim(Execute_Command_16.$CommandOutput<1>)) = 'XML' For example.
- Tue Apr 15, 2008 9:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence execution contrl based on file data value
- Replies: 14
- Views: 3650