Hi all! I've searched the threads & the web but couldn't find the
answer for this thus I had to bother you with this inquiry.

My intention is to ran a SDSF batch job that would show which "DA"
task has the highest CPU usage at any specific time. The batch job's
output shows all the tasks but only the batch job and WLM have CPU% >
0 and the rest has 0. When I go online, most of the tasks show non-0
CPU% values. How do you get SDSF batch to show the CPU usage of all
the other tasks the way they are presented in the foreground? Would
you have any better way to do this? My rexx exec has the following:
...
QUEUE 'DA'
QUEUE 'PRE *'
QUEUE 'SORT CPU% D'
QUEUE 'AFD REFRESH'
"EXECIO" QUEUED() "DISKW isfin (FINIS"
para = '++20,280'
ADDRESS LINKMVS "ISFAFD para"
...

We use ISFPRMxx in z/OS.e 1.4. I've added group SYSBATCH with the same
setting as group ISFSPROG except for TSOAUTH(JCL) and IUID(SYSBAT)
pointing to my userid.

Appreciate any help.

Many thanks in advance.
Vir Calimlim
NCS Singapore

---
From:  Mark Zelden - view profile
Date:  Sat, May 8 2004 3:12 am
Email:   [EMAIL PROTECTED] (Mark Zelden)
Groups:   bit.listserv.ibm-main
Subject:   SDSF ECPU

. snip

Well, I ran a little test. I ran SDSF in batch and used my COLUTIL edit
macro to add up the CPU% column and the ECPU% column. They both added
up to the CPU total on the title line.

. snip

----------------------------------------------------------------------
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

Reply via email to