Example of master PAS JCL
//DYCPASM PROC XDM=N,
// SSID=BBCS,
// PREFIX=DYCQA.ICAP.RSL2204,
// VSPREFIX=DYCQA.ICAP.RSL2204,
// PRDPREFX=DYCQA.ICAP.RSL2204,
// POLICY=,
// PASMODE=OBSERVE,
// RESTORE=YES,
// ADJTIME=1,
// RGN=0
//*
//*
//* BMC AMI Ops Automation for Capping Master PAS STC
//*
//*--------------------------------------------------------------------
//*--------------------------------------------------------------------
//* Start PAS
//*--------------------------------------------------------------------
//PAS EXEC PGM=DYC9XZ00,
// PARM=('SSID=&SSID,XDM=&XDM',
// 'RESTORE=&RESTORE',
// 'ADJTIME=&ADJTIME',
// 'POLICY=&POLICY,MODE=&PASMODE,TYPE=MASTER'),
// REGION=&RGN.M,
// TIME=1440
//*
//STEPLIB DD DISP=SHR,DSN=&PREFIX..BMCLINK
//BBIPARM DD DISP=SHR,DSN=DYCQA.ICAP.RSL2204.UBBPARM
// DD DISP=SHR,DSN=&PREFIX..BMCPARM
//POLICIES DD DISP=SHR,DSN=&PRDPREFX..POLICIES
//BBSECURE DD DISP=SHR,DSN=&PRDPREFX..BBSECURE
//BMCPSWD DD DISP=SHR,DSN=&PREFIX..BMCPSWD
//BBACTDEF DD DISP=SHR,DSN=&PREFIX..BMCACTDE
//BBVDEF DD DISP=SHR,DSN=&PREFIX..BMCVDEF
//*
//* HISTORY DATA SETS
//*
//HISTDS01 DD DISP=SHR,DSN=&VSPREFIX..ICAP.HISTDS01
//HISTDS02 DD DISP=SHR,DSN=&VSPREFIX..ICAP.HISTDS02
//*-------------------------------------------------------------------*
//* USE OF PARAMETERS IN THIS JCL *
//* *
//* SSID=PAS SSID, this is a four character value that *
//* determines what CAS it connects too. The default is BBCS. *
//* *
//* XDM = Y,N - Extended diagnostic mode, the default is N. *
//* *
//* Policy = The name of your policy, it can be up to 8 *
//* characters in length. If it is not specified for a MASTER *
//* PAS, then NO-POLICY will be used as a policy and you will be *
//* switched to observe mode, if you specified manage or message *
//* mode. *
//* *
//* Pasmode = Manage,Observe,Msg (default is observe), this is *
//* not required for an AGENT PAS. *
//* *
//* Manage, means actively manage the CPC *
//* Observe means just collect data do not do anything *
//* Msg means observe + write WTO's saying what you would have *
//* done if you were managing *
//* *
//* Type = master, agent (the default is agent) *
//* *
//* Srvclass = srvclass, default SYSSTC, WLM-RULE (rule means *
//* let WLM tell us what it is). The only two valid options are *
//* SYSSTC or WLM-RULE. *
//* *
//* CMP= Y,N Indicates whether this master PAS is managing more *
//* than one CPC, the default is Y. *
//* *
//* CON= XXXXX. This is used if you are running multiple master *
//* PASs in one CASPLEX to identify which agents go to which *
//* master. The default is the 5 character CPCID. *
//* *
//* ADJTIME = nn. This can be used to set how often the *
//* assessor runs and changes DCs. The default is 1 or the *
//* number of managed CPCs. *
//* *
//* RESTORE = xxxxxx. This tells the master PAS what to do *
//* during termination. A RESTORE value of NO, means do nothing.*
//* A RESTORE value of YES means restore everything to what it *
//* was when the PAS was started. A RESTORE value of ENT means *
//* restore DCS and GCLs to their entitlement. A RESTORE value *
//* of ZERO means restore DCs to zeros and GCLs to what they *
//* were when the PAS was started. A RESTORE value of POL means *
//* restore the values to those specified in the policy. *
//* *
//*-------------------------------------------------------------------*
// SSID=BBCS,
// PREFIX=DYCQA.ICAP.RSL2204,
// VSPREFIX=DYCQA.ICAP.RSL2204,
// PRDPREFX=DYCQA.ICAP.RSL2204,
// POLICY=,
// PASMODE=OBSERVE,
// RESTORE=YES,
// ADJTIME=1,
// RGN=0
//*
//*
//* BMC AMI Ops Automation for Capping Master PAS STC
//*
//*--------------------------------------------------------------------
//*--------------------------------------------------------------------
//* Start PAS
//*--------------------------------------------------------------------
//PAS EXEC PGM=DYC9XZ00,
// PARM=('SSID=&SSID,XDM=&XDM',
// 'RESTORE=&RESTORE',
// 'ADJTIME=&ADJTIME',
// 'POLICY=&POLICY,MODE=&PASMODE,TYPE=MASTER'),
// REGION=&RGN.M,
// TIME=1440
//*
//STEPLIB DD DISP=SHR,DSN=&PREFIX..BMCLINK
//BBIPARM DD DISP=SHR,DSN=DYCQA.ICAP.RSL2204.UBBPARM
// DD DISP=SHR,DSN=&PREFIX..BMCPARM
//POLICIES DD DISP=SHR,DSN=&PRDPREFX..POLICIES
//BBSECURE DD DISP=SHR,DSN=&PRDPREFX..BBSECURE
//BMCPSWD DD DISP=SHR,DSN=&PREFIX..BMCPSWD
//BBACTDEF DD DISP=SHR,DSN=&PREFIX..BMCACTDE
//BBVDEF DD DISP=SHR,DSN=&PREFIX..BMCVDEF
//*
//* HISTORY DATA SETS
//*
//HISTDS01 DD DISP=SHR,DSN=&VSPREFIX..ICAP.HISTDS01
//HISTDS02 DD DISP=SHR,DSN=&VSPREFIX..ICAP.HISTDS02
//*-------------------------------------------------------------------*
//* USE OF PARAMETERS IN THIS JCL *
//* *
//* SSID=PAS SSID, this is a four character value that *
//* determines what CAS it connects too. The default is BBCS. *
//* *
//* XDM = Y,N - Extended diagnostic mode, the default is N. *
//* *
//* Policy = The name of your policy, it can be up to 8 *
//* characters in length. If it is not specified for a MASTER *
//* PAS, then NO-POLICY will be used as a policy and you will be *
//* switched to observe mode, if you specified manage or message *
//* mode. *
//* *
//* Pasmode = Manage,Observe,Msg (default is observe), this is *
//* not required for an AGENT PAS. *
//* *
//* Manage, means actively manage the CPC *
//* Observe means just collect data do not do anything *
//* Msg means observe + write WTO's saying what you would have *
//* done if you were managing *
//* *
//* Type = master, agent (the default is agent) *
//* *
//* Srvclass = srvclass, default SYSSTC, WLM-RULE (rule means *
//* let WLM tell us what it is). The only two valid options are *
//* SYSSTC or WLM-RULE. *
//* *
//* CMP= Y,N Indicates whether this master PAS is managing more *
//* than one CPC, the default is Y. *
//* *
//* CON= XXXXX. This is used if you are running multiple master *
//* PASs in one CASPLEX to identify which agents go to which *
//* master. The default is the 5 character CPCID. *
//* *
//* ADJTIME = nn. This can be used to set how often the *
//* assessor runs and changes DCs. The default is 1 or the *
//* number of managed CPCs. *
//* *
//* RESTORE = xxxxxx. This tells the master PAS what to do *
//* during termination. A RESTORE value of NO, means do nothing.*
//* A RESTORE value of YES means restore everything to what it *
//* was when the PAS was started. A RESTORE value of ENT means *
//* restore DCS and GCLs to their entitlement. A RESTORE value *
//* of ZERO means restore DCs to zeros and GCLs to what they *
//* were when the PAS was started. A RESTORE value of POL means *
//* restore the values to those specified in the policy. *
//* *
//*-------------------------------------------------------------------*
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*