IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Tuning ENQUEUE/DEQUEUE


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vicky10001
Warnings : 1

Active User


Joined: 13 Jul 2005
Posts: 136

PostPosted: Thu Jun 28, 2012 7:49 pm
Reply with quote

MODULE SECTION LINE PROCEDURE START
NAME NAME NUMBER NAME LOC

.SVC SVC 056 RESOURCE MANAGER/ENQUEUE
.SVC SVC 048 RESOURCE MANAGER/DEQUEUE

Strobe is pointing to ENQUEUE and DEQUEUE location. This location is consuming 15000 CPU sec per Sec. We need to tune this region. Could you please let us know how to start. let me know if you have view on this.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Jun 28, 2012 7:56 pm
Reply with quote

Quote:
15000 CPU sec per Sec


what is the difference between a CPU second and a second?

I would have thought after the TCPIP thread you would have stayed avoided using such statistics.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Thu Jun 28, 2012 8:02 pm
Reply with quote

Is this an application program issuing MVS ENQ's and DEQ's? SVC's should never be used in CICS as they cause an Operating System Interrupt. In other words, CICS will STOP until the SVC has completed. Not a good thing.... icon_eek.gif
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Jun 28, 2012 8:35 pm
Reply with quote

Hello,

It sounds like there are more significant issues that merely CPU usage.

Someone Qualified needs to review the transactions' design and processing flow.

If the transaction volumes increase, this may become completely unsupportable . . .
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts COBOL Performance Tuning COBOL Programming 6
No new posts Workload Manager definitions for Tuni... All Other Mainframe Topics 0
No new posts Breaking a CICS enqueue? CICS 3
No new posts IEHPROGM ENQUEUE OVERRIDE JCL & VSAM 4
No new posts Batch job tuning Testing & Performance 6
Search our Forums:

Back to Top