SNT INPUTSNT PARMS Member JCL Definition

The INPUTSNT member of prefix.MICS.PARMS contains the DD statements to specify the input data for the
MICS Network Analyzer
. The //INPUTSMF DD and, optionally, the //SMFDRCTR DD statements are used by the DAY056 step of the DAILY job.
rm
The INPUTSNT member of prefix.MICS.PARMS contains the DD statements to specify the input data for the
MICS Network Analyzer
. The //INPUTSMF DD and, optionally, the //SMFDRCTR DD statements are used by the DAY056 step of the DAILY job.
The INPUTSNT member contains the input SMF data sets when ANY of the following JCLDEF options is used:
  • DAYSMF OFF is specified
  • SMFDRCTR/SMFDIRECTOR SNT is specified
  • DAYSMF EXCLUDE SNT is specified
A //INPUTSMF DD statement is required for each SMF data source.
A //SMFDRCTR DD statement is only required when
SMF Director
split indexes are used.
A worksheet for preparing the INPUTSNT member is provided below in the INPUTSNT JCL Definition Worksheet figure.
If you change the contents of the INPUTSNT member, r egenerate the
MICS DAILY
job using either JCLGENU or JCLGEND in prefix.MICS.CNTL.
This product processes SMF data from
NetSpy
, NPM Network, NPM Session, NetView Session Monitor/NLDM, NetView Hardware Monitor/NPDA,
NetMaster
NTS,
NetMaster
NEWS, and TCP/IP and the data from the VM versions of
NetSpy
and NPM. The INPUTSNT member can contain JCL definitions for SMF input if you do not specify SMFRECORDING SNT in prefix.MICS.PARMS(JCLDEF). If SMFRECORDING SNT is specified in JCLDEF, it must be defined in the input JCL in the INPUTRDR member in prefix.MICS.PARMS.
Note:
If your site has
SMF Director
installed, you can use it to extract specific SMF record types and subtypes at SMF dump time. For more details on this product feature, see the
MICS
and
SMF Director
Interface section
.
INPUTSNT JCL Definition Worksheet Sample
+--------------------------------------------------------------------------+ | INSTALLATION PREPARATION WORKSHEET: INPUTSNT JCL Definitions | | | | PARMS Library Member is INPUTSNT | +--------------------------------------------------------------------------+ | | | | | This definition is required to specify the DD statement for data | | that will be read by the DAILY CA MICS job. | | | | //@ | | //@ WARNING: ALWAYS MAKE CHANGES IN PARMS(INPUTSNT) AND NOT | | //@ &CNTL(DAILY). | | //@ CHANGES MADE TO &CNTL(DAILY) | | //@ WILL BE GONE WHEN DAILY REGENERATED BY JCLGEN. | | //@ | | //INPUTSMF DD DISP=SHR,DCB=BUFNO=5,DSN=___________ ____________ | | // DD DISP=SHR,DCB=BUFNO=5,DSN=___________ ____________ | | //@ | | //SMFDRCTR DD DISP=SHR,DCB=BUFNO=5,DSN=___________ ____________ | | // DD DISP=SHR,DCB=BUFNO=5,DSN=___________ ____________ | | | | | | | +--------------------------------------------------------------------------+