Peter,

Tricky.   Is it running in its own address space, or is there other work
going on in the address space at the same time.

If running in its own address space - TSO RMFWDM will give you near real
time reasons for delays, CPU, which volids

If other work in the same address space - do you get any stats out? If the
address space is lightly loaded with little work - then the transaction
could be delayed 10's of milliseconds and you would not notice.
If another transaction is running which uses lots of CPU, or lots of IO, or
does a database query (involving a lock).  This would cause your
transaction to be delayed.
For example 1000 IOs at 1ms per IO is 1 second of wait.

TSO RMFWDM is a good start to see what the address space is belong delayed
for.

Colin

On Sat, 27 Aug 2022 at 18:01, Peter <[email protected]> wrote:

> Hello
>
> Good morning to all
>
> I am just trying to understand a strange online application(non-CICS) delay
> which is happening only for a specific location but not on all region.
>
>
> During the delay, I don't see any delay from the zOS perspective whereas
> the clocking symbol or a few min of freeze is happening only within the
> online application.
>
> From the SMF perspective, which record can tell me the reason for delay ?
> As I don't get any clue in RMF or SYSLOGS
>
> Any pointers are much appreciated
>
> We are at z/OS 2.4 and are just monoplex environment.
>
> Peter
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to