SMSAUDIT runs as a batch job and uses the following JCL. A region size of 6M or more is recommended.
Table 5-1. SMSAUDIT JCL statements
| JCL Statement | Description |
|---|---|
EXEC
|
Required. Specifies PGM=SMSAUDIT. No
PARM field is necessary. |
STEPLIB
|
Optional DD which specifies the DTS Software
load library if the load library is not in the linklist. Important: This library must be APF authorized.
|
SYSPRINT
|
Required DD statement. LRECL=133,
RECFM=FBA. Provides detailed output of each construct examined and
each attribute for the construct. |
SUMMARY
|
Required DD statement. LRECL=133,
RECFM=FBA. Provides a one-line summary for each construct, grouped
by type of construct. Totals for each type of construct and the job as a whole are
placed at the end of the summary. |
SYSIN
|
Required DD statement. LRECL=80,
RECFM=FB. Control statement(s) in SYSIN
specify which control datasets to compare (or the ACTIVE
configuration). Comparisons may be limited to particular types of constructs. By
default, all constructs are compared. |
ACCDEBUG
|
Optional DD DUMMY statement. Used for
debugging, only at the request of DTS Software Technical Support.
|
SMSAUDIT control statement
SMSAUDIT input consists of a single required control statement,
COMPARE, specified in the SYSIN dataset.
The COMPARE statement must specify either one or two SCDS names
(CDS1=, CDS2=), one of which may be the currently active
SMS configuration, specified as ACTIVE.
The types of constructs to be compared may optionally be specified
(default=ALL).
Individual constructs to be compared may be specified with the NAME1= and
NAME2= parameters. This allows only a single construct to be compared, and
also permits the comparison of a construct in one SCDS to one which has been renamed in
another SCDS.
An SMF record number, if specified, causes SMSAUDIT to write SMF records for each construct processed.
COMPARE statement format
COMPARE CDS1=cdsname,
CDS2=cdsname,
NAME1=constructname, NAME2=constructname,
CONSTRUCTS=(ALL,DC,SC,MC,SG,AG,BC,LD,CP,CL,ACS)
SMFRID=nnn
CDS1= are
optional.