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
/*
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |