Previous Topic: Sample TBESAF99-Generated Control Statements for CA ACF2

Next Topic: Sample Local Control Statements for CA ACF2

Sample Global Control Statements for CA ACF2

The following sample shows a global control statement in TBESAF99 format. In this example, the key is named ACF2DEFAULT. By default, all resources within a system running CA ACF2 are protected. Therefore, PERMIT processing is not supported.

     BES TYPE=GLOBAL,
         SECURITY=ACF2,
         ENABLED=YES,
         OWNER=BES,
         DEFAULT=(BES=(ACF2DEFAULT))

The following sample shows the resulting control statements generated by TBESAF99 for importing into CA ACF2.

//*+------ Define BES Global --------+
//ACFBATCH EXEC PGM=ACFBCOMP,REGION=1M
//SYSUDUMP DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//RULES    DD  *
$KEY(BES.DEFAULT) TYPE(BES)
$OWNER(BES)
$USERDATA('BES=(ACF2DEFAULT)')
 UID(-) ALLOW
/*
//*+------ Define BES Global --------+
//ACFBATCH EXEC PGM=ACFBCOMP,REGION=1M
//SYSUDUMP DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//RULES    DD  *
$KEY(BES.SECURITY) TYPE(BES)
$OWNER(BES     )
$USERDATA('ACTIVE')
 UID(-) ALLOW
/*