>... >With the Performance Toolkit, the last match in FCONX $PROFILE >is used when processing messages, so again, there is no possibility >of multiple entries for the same message. >...
PerfKit's logic should be different: - 'FC PROCESS' definitions made for a specific output line type should **all** be processed in the same sequence how they were entered. If there are multiple matches there should also be multiple processing calls. - Nothing should prevent you from entering the same PROCESS definition multiple times, and have it processed multiple times. At least that's how I (think) I implemented the code about 25 years ago.. Another possibility would by to call an EXEC with the PASSARG argument of the FC PROCESS command, and to then pass on the output line to multiple users from the EXEC. Eginhard Jaeger
