On Tue, 15 Aug 2006 11:15:51 -0500, Joel Ivey <[EMAIL PROTECTED]> wrote:
>We have our cics regions being managed by transaction, as opposed to stc. >The daily rmf report lists the activity under the correct transaction >service class. However, on the sdsf "da" display the region always shows >up under another stc service class. I understand that this is due to >being started as an stc. > >Is there a way to direct sdsf to display the sc that the transactions are >actually under, as opposed to the sc that the stc is under? The only way >that I can tell by glancing at sdsf that the cics transactions are under a >different sc than what is displayed is by its dp. > I don't think so. You are seeing the service class that the address space runs in during initialization, before it registers with WLM as a server adderss space. A CICS region can process transactions that have different service classes assigned to them, though it can obviously have only one dispatching priority. WLM will manage the address space to meet the goals of the important work. If you want to see the activity in terms of the transaction service classes, you will need a monitor, not SDSF. Your best bet is a CICS monitor such as Omegamon/CICS, though I have used Omegamon II/MVS for crude monitoring. Tom Marchant ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

