Search found 53125 matches
- Thu May 07, 2015 6:53 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Parameter Sets with WS Client stage
- Replies: 4
- Views: 7788
Is this within one job, or within a sequence? You're right to say that the value of a parameter (within a Parameter Set or not) should be available throughout - in a sequence you can refer to the Job activity properties to get the values of the parameters that were passed to it. If within a job, we'...
- Thu May 07, 2015 5:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML InputStage - Tag Attribute Values - Read Issue
- Replies: 5
- Views: 1631
- Thu May 07, 2015 5:18 pm
- Forum: General
- Topic: DataStage jobs getting queued.
- Replies: 9
- Views: 10207
- Thu May 07, 2015 5:16 pm
- Forum: General
- Topic: WLM tab is not working correctly OPS console.
- Replies: 5
- Views: 2679
- Thu May 07, 2015 5:16 pm
- Forum: General
- Topic: Command to search Double quotes in data
- Replies: 3
- Views: 867
- Thu May 07, 2015 5:14 pm
- Forum: Data Quality Best Practices
- Topic: How to bypass BG or IGC authentication for anonymous access
- Replies: 6
- Views: 21116
- Thu May 07, 2015 5:12 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Parameter Sets with WS Client stage
- Replies: 4
- Views: 7788
The specified values file is read when the job starts, and is not read again subsequently. You could always introduce something like an Execute Command activity to read the file, followed by a User Variables activity to parse its contents. The user variables would then be available downstream to pro...
- Thu May 07, 2015 2:53 am
- Forum: General
- Topic: Inport Sequential File Definition from shares network drive
- Replies: 1
- Views: 817
- Wed May 06, 2015 10:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: selecting one record out of 2 records
- Replies: 16
- Views: 8122
- Wed May 06, 2015 10:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: High/low value identify
- Replies: 28
- Views: 9033
Probably easier is to use Convert() function to eliminate the low values and high values, then see if there's anything left.
Code: Select all
Convert(Char(0):Char(255),"",InLink.TheField) > ""- Wed May 06, 2015 9:55 pm
- Forum:
- Topic: IGC Asset Migration in same Version
- Replies: 2
- Views: 3158
- Wed May 06, 2015 9:53 pm
- Forum:
- Topic: IA Summary reports in Index and Analysis
- Replies: 2
- Views: 3292
- Tue May 05, 2015 11:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: High/low value identify
- Replies: 28
- Views: 9033
- Tue May 05, 2015 4:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Vertical Pivot based on conditions
- Replies: 2
- Views: 813
- Tue May 05, 2015 4:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error when compiling a job
- Replies: 4
- Views: 1424