& is (matches) only ever a single token (of any type).
Do you need to handle the possibility of multiple tokens being matched by the pattern?
Search found 53125 matches
- Tue Aug 26, 2008 2:36 am
- Forum: IBM QualityStage
- Topic: what's the meaning of & in the patern action file?
- Replies: 6
- Views: 2039
- Mon Aug 25, 2008 10:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implementation of Logic transformer
- Replies: 1
- Views: 828
Why? Doesn't the Search facility work for you?
- Mon Aug 25, 2008 10:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dealing spaces in Time stamp field
- Replies: 3
- Views: 980
- Mon Aug 25, 2008 10:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Shelll Script for row count
- Replies: 16
- Views: 4217
- Mon Aug 25, 2008 10:12 pm
- Forum: IBM QualityStage
- Topic: what's the meaning of & in the patern action file?
- Replies: 6
- Views: 2039
- Mon Aug 25, 2008 10:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Shelll Script for row count
- Replies: 16
- Views: 4217
Download ETLStats from Kim Duke's website - note, however, that the row counts from DataStage are simply the rows that are sent to the database - not necessarily the same as the number that were successfully inserted/updated/deleted.
- Mon Aug 25, 2008 10:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp
- Replies: 4
- Views: 1209
- Mon Aug 25, 2008 10:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can we update RT_STATUS file
- Replies: 1
- Views: 982
- Mon Aug 25, 2008 8:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: concatination operator in transformer stage
- Replies: 3
- Views: 1674
- Mon Aug 25, 2008 8:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replace function
- Replies: 6
- Views: 24686
- Mon Aug 25, 2008 8:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuration of Conductor Node
- Replies: 3
- Views: 3409
- Mon Aug 25, 2008 8:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning in Sequence
- Replies: 3
- Views: 887
Don't process empty files.
Code: Select all
if [ -z filename ] then
exit 0
else
grep ...
endif- Mon Aug 25, 2008 8:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSJ.LINKROWCOUNT not working properly for PX job
- Replies: 12
- Views: 7506
Stage names do not carry invocation IDs. Only job names do.
Code: Select all
jobhandle = DSAttachJob(jobname.invocationid, DSJ.ERRNONE)
DSGetLinkInfo(jobhandle,stagename,linkname,DSJ.LINKROWCOUNT)- Mon Aug 25, 2008 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSJ.LINKROWCOUNT not working properly for PX job
- Replies: 12
- Views: 7506
- Mon Aug 25, 2008 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sql server Commit
- Replies: 7
- Views: 1633