vasanthz
Global Moderator

Joined: 28 Aug 2007 Posts: 1747 Location: Tirupur, India
|
|
|
|
Hi,
We have a SAS step which does PROC SUMMARY. At the end of the step there are statistics.
Code: |
NOTE: The PROCEDURE SUMMARY used the following resources:
CPU time - 00:05:52.13
Elapsed time - 00:40:34.96
EXCP count - 11278256
Task memory - 6035K (142K data, 5893K program)
Total memory - 40845K (11808K data, 29037K program) |
Mainview shows:
Code: |
H1 =JPAGOV============XXXX=====*========11FEB2025==07:14=15M===MVMVS====D==295============================
C Jobname JES Job T SrvClass Step Pages per Sec %Dly DmdP Avg 1M Pg 2G Avg SCM Job
- -------- Number - -------- Data 0......10......20 Stor /Sec Frame Frame Frms Slots Slots Status
XXXXXXXX JXXXXXXX B BATXXXXX NO 0.00 995K 0 0 0 0 Active |
SAS stats says the step used Total memory - 40845K. -- Approximately 41MB
But Mainview(JPAGOV view) says that the job is using 995K 4K frames which is 4GB.
Any ideas why the SAS step statistics indicate 41MB of memory usage, while Mainview shows an average frame utilization of 4GB? |
|