A SERVICE OF

logo

Chapter 3. Using CMFMON’s Write Facility 47
ASD
ASD
[JOBNAME=(job1,job2,...,jobn)]
[,CLASS=(
A|AS|B|O|T)]
[,DOMAIN={
A|(dmn1,dmn2,...,dmna:dmnb)}]
[,STATUS=(
A|I)]
Overview
Collects general information on the specified address spaces, such as working set size, average
page-in rate, and so on. If no operands are specified, data is collected for all active address
spaces. Data is recorded in SMF79 subtype 1 records and reflects activity of the jobs since they
became active.
Parameters
JOBNAME Up to 32 names of the jobs for which data is to be collected. A jobname is
1 to 8 characters.
Partial names specified with wildcard characters are not supported.
CLASS Indicates the class of job(s) for which data is to be collected. Possible
values are:
A All address spaces
AS Advanced program-to-program communications (APPC)
transaction scheduler address spaces (ASCH)
B All batch and started-task address spaces
O All MVS OpenEdition address spaces
T All TSO address spaces
DOMAIN Up to 16 domain numbers or ranges for which data is to be collected, or A
for all domains.
STATUS One-character indicator of the status of the job(s) for which data is to be
collected. Possible values are:
A All address spaces
I Swapped-in address spaces only
Example
ASD JOBNAME=(MAK1,WEC1)
General information is collected for jobs MAK1 and WEC1.