Re: CICS usage logs?

2020-05-27 Thread Wayne Bickerdike
Seems that MCT=NO is allowed. Since we always have one, that's what we code. On Wed, May 27, 2020 at 6:38 PM Wayne Bickerdike wrote: > From IBM documentation: > > SMF records, see CICS monitoring facility: Performance and tuning >

Re: CICS usage logs?

2020-05-27 Thread Wayne Bickerdike
>From IBM documentation: SMF records, see CICS monitoring facility: Performance and tuning . The DFH$MOLS program requires a performance dictionary record to process monitoring performance data. When it locates

Re: CICS usage logs?

2020-05-27 Thread Wayne Bickerdike
*The MCT is only required for CICS monitoring records which have adictionary. CICS statistics SMF 110 records are fixed.* David, I believe that DFH$MOLS requires a dictionary. Perhaps it's optional but I based my job on the IBM documentation. On Wed, May 27, 2020 at 4:02 PM David Crayford wrote

Re: CICS usage logs?

2020-05-26 Thread David Crayford
Wayne, The MCT is only required for CICS monitoring records which have a dictionary. CICS statistics SMF 110 records are fixed. On 2020-05-27 11:54 AM, Wayne Bickerdike wrote: You'll need a CICS MCT entry (Monitor control table). Sample JCL: //DELITEXEC PGM=IDCAMS //SYSIN DD * DELETE

Re: CICS usage logs?

2020-05-26 Thread Wayne Bickerdike
You'll need a CICS MCT entry (Monitor control table). Sample JCL: //DELITEXEC PGM=IDCAMS //SYSIN DD * DELETE SYS.CICSTS54.CICS.MNDUPREC SET MAXCC=0 /* //SYSPRINT DD SYSOUT=A //MNDUPEXEC PGM=DFHMNDUP //STEPLIB DD DSN=SYS3.CICSTS54.CICS.SDFHLOAD,DISP=SHR //SYSUT4 DD DSN=SYS.CICSTS54.CI

Re: CICS usage logs?

2020-05-26 Thread Wayne Bickerdike
CICS SMF 110. You could probably use DFH$MOLS to analyse, it takes some of the hard work out of breaking the SMF into readable stuff. On Wed, May 27, 2020 at 7:13 AM Matthew Stitt wrote: > CICS statistics. Make sure they are turned on. > > The CICS statistics are written as SMF 110 records. > >

Re: CICS usage logs?

2020-05-26 Thread Matthew Stitt
CICS statistics. Make sure they are turned on. The CICS statistics are written as SMF 110 records. It is possible to analyze them using various tools. >toot toot> Check CBT file 529. You will also need CBT file 527 for a >sub-program or two. Matthew On Tue, 26 May 2020 16:59:28 -0400, Bob

CICS usage logs?

2020-05-26 Thread Bob Bridges
I'm not a CICS jock, but at many of the installations I've worked at I've had occasion to analyze a record of who used which CICS transactions over the past weeks or years. The datasets have had varying formats, but I've gradually come to believe that CICS must track such things and keep a log