Previous Topic: SAFDEFNext Topic: SAFUID


SAFTYPE

Syntax

SAFTYPE id,
'name',
        INT | NOINT,
        EXT | NOEXT,
        LOG=ASIS | NOSTAT

Description

A number of different types of resource names are checked whenever users attempt access to ESF resources. Each has a corresponding SAFTYPE to define processing.

SAFTYPE Parameters

This section describes the SAFTYPE parameters and their defaults, if any.

Id

This parameter specifies the number that identifies this SAFTYPE. Valid values are:

There is no default value.

'name'

This parameter specifies the resource name skeleton. There is no default value.

INT | NOINT

This parameter specifies whether internal ESF security checking is to be performed for this SAFTYPE. The default value is NOINT.

EXT | NOEXT

This parameter specifies whether external security checking is to be performed for this SAFTYPE. The default value is EXT.

LOG=ASIS | NOSTAT

This parameter specifies whether access violations must be logged. ASIS means yes, NOSTAT means no. The default value is ASIS.