Previous Topic: Monitor Table EntryNext Topic: Program, Transaction, and CICS Facility


Examples

If you were to request that this program be monitored only when it is run from a particular terminal, or if the online TON= option were declared, the following message would appear:

Mon.as PL1DEMO for U056

In this case, monitoring only takes place when the program named PL1DEMO is executed from the terminal named U056.

If the program was declared for monitoring under a transaction name (implicitly) rather than its program name, the following message would appear, indicating that the entry in the Monitoring Table is transaction (TRX), DEMP.

Mon.as DEMP TRX

If the program was declared for monitoring under a terminal name (implicitly), the following message would appear, indicating that the entry in the Monitoring Table is terminal (TRM), U056.

Mon.as U056 TRM