amit4u79 Beginner
Joined: 24 Oct 2005 Posts: 109 Topics: 36 Location: India
|
Posted: Sun Dec 18, 2005 8:45 pm Post subject: Using JES control blocks to find out REC-CNT of JESMSGLG !! |
|
|
Hi Techgurus, I just wanted to know if you can provide me with some system REXX which can be used to find out REC-CNT of a JESMSGLG of a particular CICS region. Say it may be more than one CICS region and I need to find out the REC-CNT of each currently active CICS region and then filter out the output for only the REC-CNT of CICS regions I need.
Is there any way I can achieve this using MVS control blocks.
Kindly help me on this.
Regards,
- Amit. |
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Sun Dec 18, 2005 11:28 pm Post subject: |
|
|
I doubt there are any control blocks that have this, but you can run SDSF in batch and maybe it will provide the information... Sorry, I have never run SDSF in batch myself, but there are examples here and elsewhere, as well, I assume as in the SDSF manual(s).
SDSF itself makes calls to the JES subsystem, but again, I've never done that because I was under the (possibly incorrect) impression that it requires authorized code. |
|