Sample instructions
This section contains examples of the instructions in the BBILIB member BBMPAS.
//*------ MVS Product Address Space (PAS) Started Task Procedure -------
//* FMID=ZBBA220
//* APAR=BAA2006
//*
//* INSTRUCTIONS:
//*
//* - Change ?BBCHILV to the high-level qualifier of the
//* product libraries.
//*
//* - Change ?BAVSHLQ to the high-level qualifier assigned to
//* VSAM Data Sets (the Data Sets defined by the PARMFILE
//* and HISTDSxx/HST1DSxx/HST2DSxx Data Sets.
//*
//* - If BBLINK is not in the Link-List concatenation, change
//* ?BBLINK to the high-level qualifier assigned to the BBLINK
//* Data Set. Otherwise, delete the //STEPLIB DD and
//* //BBLINK='?BBLINK' DD Statements.
//*
//* - Change ?PSWDDSN to the name of the BMC product authorization
//* (PASSWORD) Data Set.
//*
//* - If SAF security is not used in this environment then delete
//* the //BBSECURE DD Statement. Otherwise change ?BBSECUR to the
//* name that you assigned to the BBSECURE Data Set.
//*
//* - Change ?BBSYSOUT to an acceptable SYSOUT Class for Started
//* tasks.
//*
//* - Change ?UBBPARM to the name you assigned to the user
//* parameter library defined by the PARMLIB DD Statement.
//*
//* - Change ?SSID to the name you assigned to the CAS that this
//* Product Address Space is to connect to. For more information,
//* please refer to the description of SSID in the parameter
//* notes below.
//*
//* - If you have not allocated any historical data sets, delete
//* the HISTDSxx/HST1DSxx/HST2DSxx DD Statements.
//*
//* - The &SYSNAME System Symbol is used in the data sets that must
//* be unique for each instance of a PAS.
//*
//* - Put an entry in the Change Log below to indicate when this member
//* was altered.
//*
//* Save this member in a PROCLIB and continue on to the next step.
//*
//* END OF INSTRUCTIONS.
//*
//*--------------------------------------------------------------------
//*
//* CHANGE LOG:
//*
//* CREATED BY ?USER ON ?DATE AT ?TIME.
//*
//*--------------------------------------------------------------------
//*
//* NOTE: ANY REGION SIZE GREATER THAN 16 MEGS AND LESS THAN
//* 32 MEGS CAUSES MVS TO MAKE AVAILABLE ALL STORAGE BELOW
//* THE 16 MEG LINE AND 32 MEGS OF STORAGE (THE IBM DEFAULT)
//* ABOVE THE LINE.
//*
//* A MEMLIMIT of at least 100G is required to enable the
//* use of 64-bit storage for history records.
//*
//*--------------------------------------------------------------------
//*
//*
//MVSPAS PROC XDM=N,DC=START,
// CPM=00,
// CMDID=,
// IPM=STOP,
// STDC=STOP,
// XDS=00,
// EM=00,
// CXEN=Y,
// SSID=?SSID,
// USEZIIP=Y,
// BBCHILV='?BBCHILV',
// BAVSHLQ='?BAVSHLQ',
// UBBPARM='?UBBPARM',
// BBLINK='?BBLINK',
// PSWDDSN='?PSWDDSN',
// BBSOUT='?BBSYSOUT',
// RGN=32,
// ML=100G
//*
//PAS EXEC PGM=BBM9DA00,
// PARM=('SSID=&SSID,CXEN=&CXEN',
// 'XDM=&XDM,DC=&DC,CMDID=&CMDID',
// 'CPM=&CPM,IPM=&IPM,XDS=&XDS',
// 'EM=&EM,UZ=&USEZIIP,STDC=&STDC'),
// REGION=&RGN.M,
// MEMLIMIT=&ML,
// TIME=1440
//*
//STEPLIB DD DISP=SHR,DSN=&BBLINK
//*
//CMFCPM1 DD DUMMY
//CMFIPM1 DD DUMMY
//*
//CMFDUMP DD SYSOUT=&BBSOUT
//CMFLOG DD SYSOUT=&BBSOUT
//CMFMSG DD SYSOUT=&BBSOUT
//CMFXDSLG DD SYSOUT=&BBSOUT
//USSDUMP DD SYSOUT=&BBSOUT
//*
//* Operating Parameters
//*
//PARMLIB DD DISP=SHR,DSN=&UBBPARM
// DD DISP=SHR,DSN=&BBCHILV..BBPARM
//*
//BBSECURE DD DISP=SHR,DSN=?BBSECUR
//*
//* Product Password Library
//*
//BMCPSWD DD DISP=SHR,DSN=&PSWDDSN
//*
//* View Definitions
//*
//BBVDEF DD DISP=SHR,DSN=&BBCHILV..BBVDEF
//*
//* Action Definition Tables
//*
//BBACTDEF DD DISP=SHR,DSN=&BBCHILV..BBACTDEF
//*
//* Processing and Workload configuration definitions
//*
//PARMFILE DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..PARMFILE
//*
//* History Data Sets
//*
//* - These Data Set definitions may be deleted if you have not
//* defined them in a previous step.
//*
//*
//* Normal/Regular Interval History Data Sets
//*
//HISTDS00 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HISTDS00
//HISTDS01 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HISTDS01
//HISTDS02 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HISTDS02
//*
//* Long-term History Data Sets (MainView for z/OS only)
//*
//HST1DS00 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HST1DS00
//HST1DS01 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HST1DS01
//HST1DS02 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HST1DS02
//*
//* Short-term Interval History Data Sets
//*
//HST2DS00 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HST2DS00
//HST2DS01 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HST2DS01
//HST2DS02 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HST2DS02
//*
//*
//*********************************************************************
//* *
//* Parameter Notes: *
//* *
//* *
//* SSID - xxxx (This parameter has no default and is required)*
//* *
//* Specifies the SubSystem ID used to identify the MainView *
//* Coordinating Address Space (CAS). This PAS uses the SSID *
//* parameter to connect to the correct CAS, so the same value *
//* must be specified both for this SSID parameter and for the *
//* CAS SSID parameter. *
//* *
//* *
//* The remaining parameters are presented in alphabetical order. *
//* *
//* Note: Not all parameters listed here are specified in the PROC *
//* statement or the PARM parameter provided above. The PROC and *
//* PARM should be edited as needed. *
//* *
//* *
//* *
//* AHS - xx (The default is AHS=S0) *
//* *
//* Specifies the suffix of the BBUTAHxx PARMLIB member used *
//* for the MainView for USS Ad Hoc Data Management. If *
//* MainView for USS is not installed or not enabled, this *
//* parameter is ignored. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for USS 6.1 and later. *
//* *
//* *
//* BBX - xxxx (The default is BBX=BBXS) *
//* *
//* Specifies the name of the BBX SubSystem to be used. This *
//* parameter is designed for diagnostic purposes and should *
//* be specified only at the direction of BMC Software *
//* support. *
//* *
//* *
//* CASWAIT - nnnn (The default is CASWAIT=10) *
//* Alias CW *
//* *
//* Specifies the number of minutes that Data Collector *
//* initialization will wait for the Coordinating Address *
//* Space (CAS) to become ready. A value of zero (0) will *
//* result in no wait. *
//* *
//* This applies to both the initial start of the Data *
//* Collectors and subsequent restart of them, i.e., DC=STOP *
//* followed by a DC=START. If the CAS is stopped and *
//* restarted without a DC=STOP/START, a non-zero value will *
//* result in an automatic retry of the PAS connection to *
//* the CAS for the CASWAIT specified number of minutes. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* *
//* CMDID=Character *
//* Alias CC *
//* *
//* This optional parameter defines a character to be used *
//* as the "command id" character for use when entering *
//* commands to the PAS or SYSPROG. Commands prefixed *
//* with the command id character are routed to the PAS. *
//* Commands prefixed with the command id character *
//* repeated twice are routed to SYSPROG. For example, *
//* if a plus sign is used as the command id character *
//* "+DC=STATUS" would route the "DC=STATUS" command *
//* to the PAS. "++TIME" would route the "TIME" command *
//* to SYSPROG. *
//* *
//* Permissible command id characters are: *
//* *
//* !.()*-+>:<=&^%/?#'@+_"| *
//* *
//* Caution: Do not use a character that is being used *
//* for some other subsystem or is used as *
//* the backspace character. The not sign (^) *
//* is the default backspace character for JES2. *
//* *
//* Note: Some of these characters can not be entered *
//* in JCL without enclosing them in quotes *
//* or at all. However, all characters may be *
//* entered using their two character hexadecimal *
//* EBCDIC translation. For example, the *
//* single quote mark (') can be entered as "7D". *
//* Example: CMDID=7D *
//* *
//* *
//* CPM - XX (The default is CPM=00) *
//* *
//* Specifies the suffix of the CMFCPMxx control statement *
//* member you want the CMF extractor to use. *
//* *
//* CMF control statement members are stored in the parameter *
//* library allocated by the DDName PARMLIB. A sample set of *
//* control statements for the CMF Extractor samplers commonly *
//* used in CPM mode is located in the CMFCPM00 member of the *
//* hilevel.BBPARM library. *
//* *
//* *
//* CXEN - Y|N (The default is CXEN=Y) *
//* Alias CX *
//* *
//* Specifies if the CMF Extractor is to issue an Enqueue *
//* preventing another extractor from running. CXEN=Y is *
//* required if SMF=YES is specified on the CMFCPMxx or *
//* CMFIPMxx REPORT control statement. *
//* *
//* The purpose of this parameter is to allow more than one *
//* CMF PAS to be run on the same system. Only one PAS can *
//* specify CXEN=Y (and hence write to SMF). All others *
//* must specify CXEN=N. *
//* *
//* *
//* DC - START|STOP|CPM|IPM (The default is DC=START) *
//* *
//* Indicates whether or not the normal Data Collectors should *
//* be started. CPM and IPM are used to indicate that the *
//* Data Collectors are to be started using the associated *
//* CMF MONITOR CPM or IPM Extractor session. START will *
//* use the CMF MONITOR CPM session. *
//* *
//* The terms NORMAL Data Collectors and REGULAR Data *
//* Collectors are used interchangeably for the same set of *
//* Data Collectors that are based on the interval specified *
//* via the CMFCPMxx or CMFIPMxx PARMLIB member. *
//* *
//* Note: This parameter does not control the CMF Extractor. *
//* *
//* *
//* DCDL - xx (The default is DCDL=DL) *
//* *
//* Specifies the suffix of the BBDTDCxx PARMLIB member used *
//* for the disablement of Data Collectors for MainView for *
//* z/OS, MainView for USS, and CMF MONITOR Online. If this *
//* member (default or alternate name) is used, the BBDTDCDL *
//* distributed in the BBPARM Target Data Set should be copied *
//* to the appropriate UBBPARM Data Set and modified. The *
//* distributed member in the BBPARM Data Set should remain *
//* unaltered. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 6.1 and later. *
//* *
//* *
//* DYNSAMP - Y|N (The default is DYNSAMP=Y) *
//* Alias DSMP *
//* *
//* Specifies the use of dynamic sample timing for the *
//* Data Collectors. Data collector sampling is once a *
//* second, with various Data Collector called every second, *
//* every four seconds, every 15 seconds, etc. Prior to this *
//* parameter, after each set of Data Collector calls, the *
//* PAS would wait a full second before the next sample cycle. *
//* With DYNSAMP=Y (default), the wait will be reduced by the *
//* elapsed time the previous Data Collector sample cycle *
//* took. For example, if a Data Collector sample cycle took *
//* 150 milliseconds, the wait until the next cycle would be *
//* 850 milliseconds instead of a full second. This allows *
//* more samples to be taken during an interval. *
//* *
//* DYNSAMP=N is provided as a fallback if unexpected effects *
//* of the new sample timing are encountered. *
//* *
//* *
//* EM - XX (There is NO default) *
//* *
//* Specifies the suffix of the PWSCPMxx control statement *
//* member you want the Exception Monitor to use. *
//* *
//* The suffix for the PWSCPMxx control statement can be *
//* specified by the AEWSTART=xx parameter in the SYSPROG *
//* Services $$INSYS0 PARMLIB member. The value specified *
//* by the EM=xx parameter will override the AEWSTART value. *
//* *
//* If the EM parameter is omitted or coded as simply EM=, *
//* the value in the AEWSTART parameter is used. If neither *
//* EM=xx nor AEWSTART=xx is specified, AEW is NOT started. *
//* *
//* Note: This parameter is only used by MainView for z/OS. *
//* If MainView for z/OS is not installed, this parameter *
//* is ignored. *
//* *
//* *
//* FMNTHFS - YES|NO (The default is FMNTHFS=YES) *
//* *
//* Specifies if the MainView for USS Mounted File System Data *
//* Collector is to collect or not collect the detailed HFS *
//* statistics. *
//* *
//* This parameter takes the place of specifying the HFS=YES *
//* or HFS=NO on the FMNT statement in the BBDTDCxx PARMLIB *
//* member. *
//* *
//* Note: This parameter is only used by MainView for USS. *
//* If MainView for USS is not installed, this parameter *
//* is ignored. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 6.1 and later. *
//* *
//* *
//* HISTCOMP - YES|NO (The default is HISTCOMP=YES) *
//* Alias HC *
//* *
//* Specifies if the History data files are to be compressed *
//* before being written out. *
//* *
//* *
//* IPM - XX|STOP (The default is IPM=STOP) *
//* *
//* Specifies the suffix of the CMFIPMxx control statement *
//* member you want the CMF Extractor to use when running *
//* in IPM mode. Change this to the IPM member that you want *
//* to start. If no IPM member is to be used, the value of *
//* this parameter should remain IPM=STOP (the default value). *
//* *
//* CMF control statement members are stored in the parameter *
//* library allocated by the DDName PARMLIB. A sample set of *
//* control statements for the CMF Extractor samplers commonly *
//* used in IPM mode is located in the CMFIPM00 member of the *
//* hilevel.BBPARM library. *
//* *
//* *
//* JST - XX (The default is JST=00) *
//* *
//* Specifies the suffix of the BBDJSTxx PARMLIB member used *
//* for the Job Step Data Collector of MainView for *
//* z/OS. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later. *
//* *
//* *
//* LPARINAC - YES|NO (The default is LPARINAC=YES) *
//* *
//* Specifies if the MainView for z/OS LPAR Data Collector *
//* is to gather information on LPARs that are inactive. By *
//* default, inactive LPARs appear in the various LPAR views *
//* with little useful data. Specifying LPARINAC=NO will *
//* eliminate inactive LPARs from appearing in the LPAR *
//* views. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 6.1 and later. *
//* *
//* *
//* LTDC - XX (The default is LTDC=DC) *
//* *
//* Specifies the suffix of the BBDTLTxx PARMLIB member used *
//* to enable the Long-term Data Collectors. The normal Data *
//* Collectors must also be started, e.g., DC=START. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2. *
//* *
//* *
//* MSCGSC - Y|N (The default is MSCGSC=N) *
//* *
//* Specifies if MVScope Granular Security is to be enabled *
//* which will prevent a user from mapping a program if they *
//* don't have read access to the program library dataset. *
//* If the feature is turned on, you may see a userid read *
//* access error message on the MSMONSET view when running the *
//* MVScope monitor command. The PAS log will have BBDDM039I *
//* messages to indicate which dataset the userid does not *
//* have read access to. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 6.1 and later. *
//* *
//* MSDP - XX (The default is MSDP=DP) *
//* *
//* Specifies the suffix of the BBDTMSxx PARMLIB member used *
//* to provide the defaults for MVScope. *
//* *
//* Note: This parameter is only used by MainView for z/OS. *
//* If the full function MainView for z/OS product is not *
//* installed, the parameter is ignored. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later. *
//* *
//* *
//* OMVSLIM - nnnnn (The default is OMVSLIM=1000) *
//* Alias OL *
//* *
//* Specifies the number of short running OMVS forked address *
//* spaces that can occur in a single interval before Address *
//* Space records are no longer created for them. *
//* *
//* Note: This parameter is only used by MainView for z/OS 3.0 *
//* and later or CMF 5.8 and later, with the fix for APAR *
//* BAY8788 installed. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* *
//* PRCSTHR - YES|NO (The default is PRCSTHR=NO) *
//* *
//* Specifies if the MainView for USS Process Data Collector *
//* is to collect or not collect thread data. *
//* *
//* This parameter takes the place of specifying THREAD=YES *
//* or THREAD=NO on the PRCS statement in the BBDTDCxx *
//* PARMLIB member. *
//* *
//* Note: This parameter is only used by MainView for USS. *
//* If MainView for USS is not installed, this parameter *
//* is ignored. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 6.1 and later. *
//* *
//* *
//* PVTHIGH - nnnn (The default is PVTHIGH=64) *
//* Alias PH *
//* *
//* Specifies the threshold of storage (in megabytes) in the *
//* extended private area of the Product Address Space. If *
//* the amount of contiguous free storage in the extended *
//* private area of the PAS falls below this value, a warning *
//* message will be issued. Specifying a value of zero will *
//* disable this check. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later. *
//* *
//* *
//* PVTLOW - nnnnn (The default is PVTLOW=512) *
//* Alias PL *
//* *
//* Specifies the threshold of storage (in kilobytes) in the *
//* 24-bit private area of the Product Address Space. If *
//* the amount of contiguous free storage in the 24-bit *
//* private area of the PAS falls below this value, a warning *
//* message will be issued. Specifying a value of zero will *
//* disable this check. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later. *
//* *
//* *
//* QRJ - XX (The default is QRJ=J0) *
//* *
//* Specifies the suffix of the BBDTQRxx PARMLIB member used *
//* to provide Job execution state information for the JESTATR *
//* view. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* Note: This parameter is only used by MainView for z/OS. *
//* If the full function MainView for z/OS product is not *
//* installed, the parameter is ignored. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later. *
//* *
//* *
//* RLS - XX (The default is RLS=SI) *
//* *
//* Specifies the suffix of the BBDTRLxx PARMLIB member used *
//* to provide the Data Set filtering parameters for the VSAM *
//* RLS Data Collector. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later. *
//* *
//* *
//* SAS - xx (The default is SAS=S0) *
//* *
//* Specifies the suffix of the BBUTSAxx PARMLIB member used *
//* for the MainView for USS Action Security Controls. If *
//* MainView for USS is not installed or not enabled, this *
//* parameter is ignored. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for USS 6.1 and later. *
//* *
//* *
//* SRH - xx (The default is SRH=H0 - see special note) *
//* *
//* Specifies the suffix of the BBUTSHxx PARMLIB member used *
//* for the MainView for USS Required and Continuously *
//* File Systems. If MainView for USS is not installed or not *
//* enabled, this parameter is ignored. *
//* *
//* SPECIAL NOTE: For compatibility, if this parameter is *
//* omitted, the default member name used is BBUTSRH0. If any *
//* value is specified, including SRH=H0, the member name used *
//* will be BBUTSHxx *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for USS 6.1 and later. *
//* *
//* *
//* SRP - xx (The default is SRP=P0 - see special note) *
//* *
//* Specifies the suffix of the BBUTSPxx PARMLIB member used *
//* for the MainView for USS Required Process PARMLIB member. *
//* If MainView for USS is not installed or not enabled, this *
//* parameter is ignored. *
//* *
//* SPECIAL NOTE: For compatibility, if this parameter is *
//* omitted, the default member name used is BBUTSRP0. If any *
//* value is specified, including SRP=P0, the member name used *
//* will be BBUTSPxx *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for USS 6.1 and later. *
//* *
//* *
//* STDC - XX|STOP (The default is STDC=STOP) *
//* *
//* Specifies the suffix of the BBDTSTxx PARMLIB member used *
//* to start the Short-term Data Collectors. The normal Data *
//* Collectors must also be started, e.g., DC=START. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.1 and later or CMF *
//* MONITOR 5.9 and later. *
//* *
//* *
//* TSP - XX (The default is TSP=00) *
//* *
//* Specifies the suffix of the BBATSPxx PARMLIB member used *
//* to enable or disable individual products that can run *
//* within the MainView for z/OS or CMF MONITOR Online Product *
//* Address Space. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later or CMF *
//* MONITOR 6.0 and later. *
//* *
//* *
//* TZOVRLAP=RECORD|DISCARD (The default is TZOVRLAP=RECORD) *
//* *
//* Specifies the the recording of CMF SMF records when the *
//* Time Zone offset is changed and there is an overlap *
//* in the local time. *
//* *
//* RECORD causes all SMF output records to be written. This *
//* results in two sets of interval records covering one *
//* hour when the Time Zone offset is changed backwards (i.e., *
//* an hour earlier). DISCARD causes the discarding of the *
//* CMF SMF records for the intervals following the change *
//* that overlap the previously recorded intervals. *
//* *
//* This parameter is applicable only to CMF MONITOR CPM and *
//* IPM Sessions that are writing SMF records (either to SMF *
//* or the CMFCPMx or CMFIPMx DDs). It is otherwise ignored. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* *
//* USEZIIP - Y|N (The default is USEZIIP=Y) *
//* Alias UZ *
//* *
//* Specifies if eligible CPU processing should be *
//* offloaded to zIIP(s) if active zIIP(s) are on the system *
//* or PROJECTCPU has been specified in IEAOPTxx. *
//* *
//* Note: This parameter is only used by MainView for z/OS 2.9 *
//* and later, CMF 5.7 and later, or MainView SYSPROG Services *
//* 3.5 and later. If none of these products are installed, *
//* this parameter is ignored. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* *
//* XDM - N|Y (The default is XDM=N) *
//* *
//* Specifies whether or not the pas is to execute in *
//* extended diagnostic mode. *
//* *
//* Diagnostic mode causes a substantial number of additional *
//* messages to be generated and is not recommended for *
//* normal operation. *
//* *
//* *
//* XDS - XX|STOP (The default is XDS=00) *
//* *
//* Specifies the suffix of the CMFXDSxx control statement *
//* member you want the CMF MONITOR to use when starting *
//* the CMF Cross-System Data Server facility (XDS). To *
//* start XDS, change this to the XDS member that you want *
//* to start. *
//* *
//* If XDS is not desired, the value of this parameter may *
//* be set to XDS=STOP. *
//* *
//* As shipped, the default of XDS=00 causes the CX10XGDS *
//* API to be available, but does not buffer any SMF *
//* records for the CA10XDGY/CX10XDRC APIs to access. *
//* *
//* This value may be changed at runtime via the z/OS MODIFY *
//* (F) command, such as "F mvspas,XDS=01". *
//* *
//* XDS control statement members are stored in the parameter *
//* library allocated to the DDName PARMLIB. A commented set *
//* of XDS control statements is located in the CMFXDS01 *
//* member of the hilevel.BBPARM library. *
//* *
//* *
//*-------------------------------------------------------------------*
//* *
//* The following parameters are only valid when specified *
//* via MODIFY. They are not valid in the JCL parameter *
//* field. *
//* *
//* *
//* CFCACHE - Y|N (The default is CFCACHE=N) *
//* Alias CFC *
//* *
//* Specifies whether the Coupling Facility Data Collector *
//* (CFAC) gathers additional data for cache structures. *
//* Because obtaining this information requires making an *
//* additional CF API (IXLMG) call for each cache structure, *
//* the default is to not obtain this information. *
//* *
//* When CFCACHE=Y has NOT been requested, various fields in *
//* Coupling Facility Structure views relating to cache *
//* structure activity, such as Directory Reclaims, are *
//* zero (0). *
//* *
//* *
//*-------------------------------------------------------------------*
//* *
//* The MainView for z/OS and CMF MONITOR Online PAS supports *
//* the use of the PARMDD JCL parameter to specify a JCL *
//* parameter greater than 100 characters. The current limit *
//* is 997 characters. *
//* *
//* This support is provided by PTFs on PUT 1402B for *
//* MainView for z/OS 3.0 and 3.1 (CMF MONITOR Online 5.8 *
//* and 5.9). It is included in the base of later releases. *
//* *
//* A BBMPASV2 member is included in the BBILIB data set to *
//* show how to use the LONGPARM. *
//* *
//* *
//*********************************************************************
//*
//* FMID=ZBBA220
//* APAR=BAA2006
//*
//* INSTRUCTIONS:
//*
//* - Change ?BBCHILV to the high-level qualifier of the
//* product libraries.
//*
//* - Change ?BAVSHLQ to the high-level qualifier assigned to
//* VSAM Data Sets (the Data Sets defined by the PARMFILE
//* and HISTDSxx/HST1DSxx/HST2DSxx Data Sets.
//*
//* - If BBLINK is not in the Link-List concatenation, change
//* ?BBLINK to the high-level qualifier assigned to the BBLINK
//* Data Set. Otherwise, delete the //STEPLIB DD and
//* //BBLINK='?BBLINK' DD Statements.
//*
//* - Change ?PSWDDSN to the name of the BMC product authorization
//* (PASSWORD) Data Set.
//*
//* - If SAF security is not used in this environment then delete
//* the //BBSECURE DD Statement. Otherwise change ?BBSECUR to the
//* name that you assigned to the BBSECURE Data Set.
//*
//* - Change ?BBSYSOUT to an acceptable SYSOUT Class for Started
//* tasks.
//*
//* - Change ?UBBPARM to the name you assigned to the user
//* parameter library defined by the PARMLIB DD Statement.
//*
//* - Change ?SSID to the name you assigned to the CAS that this
//* Product Address Space is to connect to. For more information,
//* please refer to the description of SSID in the parameter
//* notes below.
//*
//* - If you have not allocated any historical data sets, delete
//* the HISTDSxx/HST1DSxx/HST2DSxx DD Statements.
//*
//* - The &SYSNAME System Symbol is used in the data sets that must
//* be unique for each instance of a PAS.
//*
//* - Put an entry in the Change Log below to indicate when this member
//* was altered.
//*
//* Save this member in a PROCLIB and continue on to the next step.
//*
//* END OF INSTRUCTIONS.
//*
//*--------------------------------------------------------------------
//*
//* CHANGE LOG:
//*
//* CREATED BY ?USER ON ?DATE AT ?TIME.
//*
//*--------------------------------------------------------------------
//*
//* NOTE: ANY REGION SIZE GREATER THAN 16 MEGS AND LESS THAN
//* 32 MEGS CAUSES MVS TO MAKE AVAILABLE ALL STORAGE BELOW
//* THE 16 MEG LINE AND 32 MEGS OF STORAGE (THE IBM DEFAULT)
//* ABOVE THE LINE.
//*
//* A MEMLIMIT of at least 100G is required to enable the
//* use of 64-bit storage for history records.
//*
//*--------------------------------------------------------------------
//*
//*
//MVSPAS PROC XDM=N,DC=START,
// CPM=00,
// CMDID=,
// IPM=STOP,
// STDC=STOP,
// XDS=00,
// EM=00,
// CXEN=Y,
// SSID=?SSID,
// USEZIIP=Y,
// BBCHILV='?BBCHILV',
// BAVSHLQ='?BAVSHLQ',
// UBBPARM='?UBBPARM',
// BBLINK='?BBLINK',
// PSWDDSN='?PSWDDSN',
// BBSOUT='?BBSYSOUT',
// RGN=32,
// ML=100G
//*
//PAS EXEC PGM=BBM9DA00,
// PARM=('SSID=&SSID,CXEN=&CXEN',
// 'XDM=&XDM,DC=&DC,CMDID=&CMDID',
// 'CPM=&CPM,IPM=&IPM,XDS=&XDS',
// 'EM=&EM,UZ=&USEZIIP,STDC=&STDC'),
// REGION=&RGN.M,
// MEMLIMIT=&ML,
// TIME=1440
//*
//STEPLIB DD DISP=SHR,DSN=&BBLINK
//*
//CMFCPM1 DD DUMMY
//CMFIPM1 DD DUMMY
//*
//CMFDUMP DD SYSOUT=&BBSOUT
//CMFLOG DD SYSOUT=&BBSOUT
//CMFMSG DD SYSOUT=&BBSOUT
//CMFXDSLG DD SYSOUT=&BBSOUT
//USSDUMP DD SYSOUT=&BBSOUT
//*
//* Operating Parameters
//*
//PARMLIB DD DISP=SHR,DSN=&UBBPARM
// DD DISP=SHR,DSN=&BBCHILV..BBPARM
//*
//BBSECURE DD DISP=SHR,DSN=?BBSECUR
//*
//* Product Password Library
//*
//BMCPSWD DD DISP=SHR,DSN=&PSWDDSN
//*
//* View Definitions
//*
//BBVDEF DD DISP=SHR,DSN=&BBCHILV..BBVDEF
//*
//* Action Definition Tables
//*
//BBACTDEF DD DISP=SHR,DSN=&BBCHILV..BBACTDEF
//*
//* Processing and Workload configuration definitions
//*
//PARMFILE DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..PARMFILE
//*
//* History Data Sets
//*
//* - These Data Set definitions may be deleted if you have not
//* defined them in a previous step.
//*
//*
//* Normal/Regular Interval History Data Sets
//*
//HISTDS00 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HISTDS00
//HISTDS01 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HISTDS01
//HISTDS02 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HISTDS02
//*
//* Long-term History Data Sets (MainView for z/OS only)
//*
//HST1DS00 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HST1DS00
//HST1DS01 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HST1DS01
//HST1DS02 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HST1DS02
//*
//* Short-term Interval History Data Sets
//*
//HST2DS00 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HST2DS00
//HST2DS01 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HST2DS01
//HST2DS02 DD DISP=SHR,DSN=&BAVSHLQ..&SYSNAME..HST2DS02
//*
//*
//*********************************************************************
//* *
//* Parameter Notes: *
//* *
//* *
//* SSID - xxxx (This parameter has no default and is required)*
//* *
//* Specifies the SubSystem ID used to identify the MainView *
//* Coordinating Address Space (CAS). This PAS uses the SSID *
//* parameter to connect to the correct CAS, so the same value *
//* must be specified both for this SSID parameter and for the *
//* CAS SSID parameter. *
//* *
//* *
//* The remaining parameters are presented in alphabetical order. *
//* *
//* Note: Not all parameters listed here are specified in the PROC *
//* statement or the PARM parameter provided above. The PROC and *
//* PARM should be edited as needed. *
//* *
//* *
//* *
//* AHS - xx (The default is AHS=S0) *
//* *
//* Specifies the suffix of the BBUTAHxx PARMLIB member used *
//* for the MainView for USS Ad Hoc Data Management. If *
//* MainView for USS is not installed or not enabled, this *
//* parameter is ignored. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for USS 6.1 and later. *
//* *
//* *
//* BBX - xxxx (The default is BBX=BBXS) *
//* *
//* Specifies the name of the BBX SubSystem to be used. This *
//* parameter is designed for diagnostic purposes and should *
//* be specified only at the direction of BMC Software *
//* support. *
//* *
//* *
//* CASWAIT - nnnn (The default is CASWAIT=10) *
//* Alias CW *
//* *
//* Specifies the number of minutes that Data Collector *
//* initialization will wait for the Coordinating Address *
//* Space (CAS) to become ready. A value of zero (0) will *
//* result in no wait. *
//* *
//* This applies to both the initial start of the Data *
//* Collectors and subsequent restart of them, i.e., DC=STOP *
//* followed by a DC=START. If the CAS is stopped and *
//* restarted without a DC=STOP/START, a non-zero value will *
//* result in an automatic retry of the PAS connection to *
//* the CAS for the CASWAIT specified number of minutes. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* *
//* CMDID=Character *
//* Alias CC *
//* *
//* This optional parameter defines a character to be used *
//* as the "command id" character for use when entering *
//* commands to the PAS or SYSPROG. Commands prefixed *
//* with the command id character are routed to the PAS. *
//* Commands prefixed with the command id character *
//* repeated twice are routed to SYSPROG. For example, *
//* if a plus sign is used as the command id character *
//* "+DC=STATUS" would route the "DC=STATUS" command *
//* to the PAS. "++TIME" would route the "TIME" command *
//* to SYSPROG. *
//* *
//* Permissible command id characters are: *
//* *
//* !.()*-+>:<=&^%/?#'@+_"| *
//* *
//* Caution: Do not use a character that is being used *
//* for some other subsystem or is used as *
//* the backspace character. The not sign (^) *
//* is the default backspace character for JES2. *
//* *
//* Note: Some of these characters can not be entered *
//* in JCL without enclosing them in quotes *
//* or at all. However, all characters may be *
//* entered using their two character hexadecimal *
//* EBCDIC translation. For example, the *
//* single quote mark (') can be entered as "7D". *
//* Example: CMDID=7D *
//* *
//* *
//* CPM - XX (The default is CPM=00) *
//* *
//* Specifies the suffix of the CMFCPMxx control statement *
//* member you want the CMF extractor to use. *
//* *
//* CMF control statement members are stored in the parameter *
//* library allocated by the DDName PARMLIB. A sample set of *
//* control statements for the CMF Extractor samplers commonly *
//* used in CPM mode is located in the CMFCPM00 member of the *
//* hilevel.BBPARM library. *
//* *
//* *
//* CXEN - Y|N (The default is CXEN=Y) *
//* Alias CX *
//* *
//* Specifies if the CMF Extractor is to issue an Enqueue *
//* preventing another extractor from running. CXEN=Y is *
//* required if SMF=YES is specified on the CMFCPMxx or *
//* CMFIPMxx REPORT control statement. *
//* *
//* The purpose of this parameter is to allow more than one *
//* CMF PAS to be run on the same system. Only one PAS can *
//* specify CXEN=Y (and hence write to SMF). All others *
//* must specify CXEN=N. *
//* *
//* *
//* DC - START|STOP|CPM|IPM (The default is DC=START) *
//* *
//* Indicates whether or not the normal Data Collectors should *
//* be started. CPM and IPM are used to indicate that the *
//* Data Collectors are to be started using the associated *
//* CMF MONITOR CPM or IPM Extractor session. START will *
//* use the CMF MONITOR CPM session. *
//* *
//* The terms NORMAL Data Collectors and REGULAR Data *
//* Collectors are used interchangeably for the same set of *
//* Data Collectors that are based on the interval specified *
//* via the CMFCPMxx or CMFIPMxx PARMLIB member. *
//* *
//* Note: This parameter does not control the CMF Extractor. *
//* *
//* *
//* DCDL - xx (The default is DCDL=DL) *
//* *
//* Specifies the suffix of the BBDTDCxx PARMLIB member used *
//* for the disablement of Data Collectors for MainView for *
//* z/OS, MainView for USS, and CMF MONITOR Online. If this *
//* member (default or alternate name) is used, the BBDTDCDL *
//* distributed in the BBPARM Target Data Set should be copied *
//* to the appropriate UBBPARM Data Set and modified. The *
//* distributed member in the BBPARM Data Set should remain *
//* unaltered. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 6.1 and later. *
//* *
//* *
//* DYNSAMP - Y|N (The default is DYNSAMP=Y) *
//* Alias DSMP *
//* *
//* Specifies the use of dynamic sample timing for the *
//* Data Collectors. Data collector sampling is once a *
//* second, with various Data Collector called every second, *
//* every four seconds, every 15 seconds, etc. Prior to this *
//* parameter, after each set of Data Collector calls, the *
//* PAS would wait a full second before the next sample cycle. *
//* With DYNSAMP=Y (default), the wait will be reduced by the *
//* elapsed time the previous Data Collector sample cycle *
//* took. For example, if a Data Collector sample cycle took *
//* 150 milliseconds, the wait until the next cycle would be *
//* 850 milliseconds instead of a full second. This allows *
//* more samples to be taken during an interval. *
//* *
//* DYNSAMP=N is provided as a fallback if unexpected effects *
//* of the new sample timing are encountered. *
//* *
//* *
//* EM - XX (There is NO default) *
//* *
//* Specifies the suffix of the PWSCPMxx control statement *
//* member you want the Exception Monitor to use. *
//* *
//* The suffix for the PWSCPMxx control statement can be *
//* specified by the AEWSTART=xx parameter in the SYSPROG *
//* Services $$INSYS0 PARMLIB member. The value specified *
//* by the EM=xx parameter will override the AEWSTART value. *
//* *
//* If the EM parameter is omitted or coded as simply EM=, *
//* the value in the AEWSTART parameter is used. If neither *
//* EM=xx nor AEWSTART=xx is specified, AEW is NOT started. *
//* *
//* Note: This parameter is only used by MainView for z/OS. *
//* If MainView for z/OS is not installed, this parameter *
//* is ignored. *
//* *
//* *
//* FMNTHFS - YES|NO (The default is FMNTHFS=YES) *
//* *
//* Specifies if the MainView for USS Mounted File System Data *
//* Collector is to collect or not collect the detailed HFS *
//* statistics. *
//* *
//* This parameter takes the place of specifying the HFS=YES *
//* or HFS=NO on the FMNT statement in the BBDTDCxx PARMLIB *
//* member. *
//* *
//* Note: This parameter is only used by MainView for USS. *
//* If MainView for USS is not installed, this parameter *
//* is ignored. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 6.1 and later. *
//* *
//* *
//* HISTCOMP - YES|NO (The default is HISTCOMP=YES) *
//* Alias HC *
//* *
//* Specifies if the History data files are to be compressed *
//* before being written out. *
//* *
//* *
//* IPM - XX|STOP (The default is IPM=STOP) *
//* *
//* Specifies the suffix of the CMFIPMxx control statement *
//* member you want the CMF Extractor to use when running *
//* in IPM mode. Change this to the IPM member that you want *
//* to start. If no IPM member is to be used, the value of *
//* this parameter should remain IPM=STOP (the default value). *
//* *
//* CMF control statement members are stored in the parameter *
//* library allocated by the DDName PARMLIB. A sample set of *
//* control statements for the CMF Extractor samplers commonly *
//* used in IPM mode is located in the CMFIPM00 member of the *
//* hilevel.BBPARM library. *
//* *
//* *
//* JST - XX (The default is JST=00) *
//* *
//* Specifies the suffix of the BBDJSTxx PARMLIB member used *
//* for the Job Step Data Collector of MainView for *
//* z/OS. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later. *
//* *
//* *
//* LPARINAC - YES|NO (The default is LPARINAC=YES) *
//* *
//* Specifies if the MainView for z/OS LPAR Data Collector *
//* is to gather information on LPARs that are inactive. By *
//* default, inactive LPARs appear in the various LPAR views *
//* with little useful data. Specifying LPARINAC=NO will *
//* eliminate inactive LPARs from appearing in the LPAR *
//* views. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 6.1 and later. *
//* *
//* *
//* LTDC - XX (The default is LTDC=DC) *
//* *
//* Specifies the suffix of the BBDTLTxx PARMLIB member used *
//* to enable the Long-term Data Collectors. The normal Data *
//* Collectors must also be started, e.g., DC=START. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2. *
//* *
//* *
//* MSCGSC - Y|N (The default is MSCGSC=N) *
//* *
//* Specifies if MVScope Granular Security is to be enabled *
//* which will prevent a user from mapping a program if they *
//* don't have read access to the program library dataset. *
//* If the feature is turned on, you may see a userid read *
//* access error message on the MSMONSET view when running the *
//* MVScope monitor command. The PAS log will have BBDDM039I *
//* messages to indicate which dataset the userid does not *
//* have read access to. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 6.1 and later. *
//* *
//* MSDP - XX (The default is MSDP=DP) *
//* *
//* Specifies the suffix of the BBDTMSxx PARMLIB member used *
//* to provide the defaults for MVScope. *
//* *
//* Note: This parameter is only used by MainView for z/OS. *
//* If the full function MainView for z/OS product is not *
//* installed, the parameter is ignored. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later. *
//* *
//* *
//* OMVSLIM - nnnnn (The default is OMVSLIM=1000) *
//* Alias OL *
//* *
//* Specifies the number of short running OMVS forked address *
//* spaces that can occur in a single interval before Address *
//* Space records are no longer created for them. *
//* *
//* Note: This parameter is only used by MainView for z/OS 3.0 *
//* and later or CMF 5.8 and later, with the fix for APAR *
//* BAY8788 installed. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* *
//* PRCSTHR - YES|NO (The default is PRCSTHR=NO) *
//* *
//* Specifies if the MainView for USS Process Data Collector *
//* is to collect or not collect thread data. *
//* *
//* This parameter takes the place of specifying THREAD=YES *
//* or THREAD=NO on the PRCS statement in the BBDTDCxx *
//* PARMLIB member. *
//* *
//* Note: This parameter is only used by MainView for USS. *
//* If MainView for USS is not installed, this parameter *
//* is ignored. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 6.1 and later. *
//* *
//* *
//* PVTHIGH - nnnn (The default is PVTHIGH=64) *
//* Alias PH *
//* *
//* Specifies the threshold of storage (in megabytes) in the *
//* extended private area of the Product Address Space. If *
//* the amount of contiguous free storage in the extended *
//* private area of the PAS falls below this value, a warning *
//* message will be issued. Specifying a value of zero will *
//* disable this check. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later. *
//* *
//* *
//* PVTLOW - nnnnn (The default is PVTLOW=512) *
//* Alias PL *
//* *
//* Specifies the threshold of storage (in kilobytes) in the *
//* 24-bit private area of the Product Address Space. If *
//* the amount of contiguous free storage in the 24-bit *
//* private area of the PAS falls below this value, a warning *
//* message will be issued. Specifying a value of zero will *
//* disable this check. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later. *
//* *
//* *
//* QRJ - XX (The default is QRJ=J0) *
//* *
//* Specifies the suffix of the BBDTQRxx PARMLIB member used *
//* to provide Job execution state information for the JESTATR *
//* view. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* Note: This parameter is only used by MainView for z/OS. *
//* If the full function MainView for z/OS product is not *
//* installed, the parameter is ignored. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later. *
//* *
//* *
//* RLS - XX (The default is RLS=SI) *
//* *
//* Specifies the suffix of the BBDTRLxx PARMLIB member used *
//* to provide the Data Set filtering parameters for the VSAM *
//* RLS Data Collector. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later. *
//* *
//* *
//* SAS - xx (The default is SAS=S0) *
//* *
//* Specifies the suffix of the BBUTSAxx PARMLIB member used *
//* for the MainView for USS Action Security Controls. If *
//* MainView for USS is not installed or not enabled, this *
//* parameter is ignored. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for USS 6.1 and later. *
//* *
//* *
//* SRH - xx (The default is SRH=H0 - see special note) *
//* *
//* Specifies the suffix of the BBUTSHxx PARMLIB member used *
//* for the MainView for USS Required and Continuously *
//* File Systems. If MainView for USS is not installed or not *
//* enabled, this parameter is ignored. *
//* *
//* SPECIAL NOTE: For compatibility, if this parameter is *
//* omitted, the default member name used is BBUTSRH0. If any *
//* value is specified, including SRH=H0, the member name used *
//* will be BBUTSHxx *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for USS 6.1 and later. *
//* *
//* *
//* SRP - xx (The default is SRP=P0 - see special note) *
//* *
//* Specifies the suffix of the BBUTSPxx PARMLIB member used *
//* for the MainView for USS Required Process PARMLIB member. *
//* If MainView for USS is not installed or not enabled, this *
//* parameter is ignored. *
//* *
//* SPECIAL NOTE: For compatibility, if this parameter is *
//* omitted, the default member name used is BBUTSRP0. If any *
//* value is specified, including SRP=P0, the member name used *
//* will be BBUTSPxx *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for USS 6.1 and later. *
//* *
//* *
//* STDC - XX|STOP (The default is STDC=STOP) *
//* *
//* Specifies the suffix of the BBDTSTxx PARMLIB member used *
//* to start the Short-term Data Collectors. The normal Data *
//* Collectors must also be started, e.g., DC=START. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.1 and later or CMF *
//* MONITOR 5.9 and later. *
//* *
//* *
//* TSP - XX (The default is TSP=00) *
//* *
//* Specifies the suffix of the BBATSPxx PARMLIB member used *
//* to enable or disable individual products that can run *
//* within the MainView for z/OS or CMF MONITOR Online Product *
//* Address Space. *
//* *
//* Note: This parameter is only available as a JCL PARM *
//* specification in MainView for z/OS 3.2 and later or CMF *
//* MONITOR 6.0 and later. *
//* *
//* *
//* TZOVRLAP=RECORD|DISCARD (The default is TZOVRLAP=RECORD) *
//* *
//* Specifies the the recording of CMF SMF records when the *
//* Time Zone offset is changed and there is an overlap *
//* in the local time. *
//* *
//* RECORD causes all SMF output records to be written. This *
//* results in two sets of interval records covering one *
//* hour when the Time Zone offset is changed backwards (i.e., *
//* an hour earlier). DISCARD causes the discarding of the *
//* CMF SMF records for the intervals following the change *
//* that overlap the previously recorded intervals. *
//* *
//* This parameter is applicable only to CMF MONITOR CPM and *
//* IPM Sessions that are writing SMF records (either to SMF *
//* or the CMFCPMx or CMFIPMx DDs). It is otherwise ignored. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* *
//* USEZIIP - Y|N (The default is USEZIIP=Y) *
//* Alias UZ *
//* *
//* Specifies if eligible CPU processing should be *
//* offloaded to zIIP(s) if active zIIP(s) are on the system *
//* or PROJECTCPU has been specified in IEAOPTxx. *
//* *
//* Note: This parameter is only used by MainView for z/OS 2.9 *
//* and later, CMF 5.7 and later, or MainView SYSPROG Services *
//* 3.5 and later. If none of these products are installed, *
//* this parameter is ignored. *
//* *
//* This value can be altered at any time via a MODIFY *
//* command. *
//* *
//* *
//* XDM - N|Y (The default is XDM=N) *
//* *
//* Specifies whether or not the pas is to execute in *
//* extended diagnostic mode. *
//* *
//* Diagnostic mode causes a substantial number of additional *
//* messages to be generated and is not recommended for *
//* normal operation. *
//* *
//* *
//* XDS - XX|STOP (The default is XDS=00) *
//* *
//* Specifies the suffix of the CMFXDSxx control statement *
//* member you want the CMF MONITOR to use when starting *
//* the CMF Cross-System Data Server facility (XDS). To *
//* start XDS, change this to the XDS member that you want *
//* to start. *
//* *
//* If XDS is not desired, the value of this parameter may *
//* be set to XDS=STOP. *
//* *
//* As shipped, the default of XDS=00 causes the CX10XGDS *
//* API to be available, but does not buffer any SMF *
//* records for the CA10XDGY/CX10XDRC APIs to access. *
//* *
//* This value may be changed at runtime via the z/OS MODIFY *
//* (F) command, such as "F mvspas,XDS=01". *
//* *
//* XDS control statement members are stored in the parameter *
//* library allocated to the DDName PARMLIB. A commented set *
//* of XDS control statements is located in the CMFXDS01 *
//* member of the hilevel.BBPARM library. *
//* *
//* *
//*-------------------------------------------------------------------*
//* *
//* The following parameters are only valid when specified *
//* via MODIFY. They are not valid in the JCL parameter *
//* field. *
//* *
//* *
//* CFCACHE - Y|N (The default is CFCACHE=N) *
//* Alias CFC *
//* *
//* Specifies whether the Coupling Facility Data Collector *
//* (CFAC) gathers additional data for cache structures. *
//* Because obtaining this information requires making an *
//* additional CF API (IXLMG) call for each cache structure, *
//* the default is to not obtain this information. *
//* *
//* When CFCACHE=Y has NOT been requested, various fields in *
//* Coupling Facility Structure views relating to cache *
//* structure activity, such as Directory Reclaims, are *
//* zero (0). *
//* *
//* *
//*-------------------------------------------------------------------*
//* *
//* The MainView for z/OS and CMF MONITOR Online PAS supports *
//* the use of the PARMDD JCL parameter to specify a JCL *
//* parameter greater than 100 characters. The current limit *
//* is 997 characters. *
//* *
//* This support is provided by PTFs on PUT 1402B for *
//* MainView for z/OS 3.0 and 3.1 (CMF MONITOR Online 5.8 *
//* and 5.9). It is included in the base of later releases. *
//* *
//* A BBMPASV2 member is included in the BBILIB data set to *
//* show how to use the LONGPARM. *
//* *
//* *
//*********************************************************************
//*
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*