Previous Topic: LMPCHECK—Verify LMP KeyNext Topic: Type 80 Format


LOG—Events to be Logged

Valid on z/OS and z/VM.

Use the LOG control option to:

The LOG option affects all facilities. A Global LOG command can be overridden by a LOG operand entered as a suboption for a specific facility. For information, see FACILITY.

All entry methods are accepted.

This control option has the following format:

LOG(ACTIVITY,ACCESS, SMF,SEC9,INIT,MSG)|(NONE)|(ALL)
ACTIVITY

Logs all activity for all facilities to the SMF. This is the same as specifying:

LOG(ACCESS,INIT)
SMF

Events are written to the SMF file in addition to the ATF if applicable.

ACCESS

Logs all resource access, except for the following:

SEC9

Routes violation summary messages to the security console via route code 9:

INIT

Logs all job/session initiations and terminations.

MSG

Violation messages are displayed for batch jobs, started tasks, or at the online user's terminal.

For users in FAIL mode, violation messages will always appear. Password violations also appear.

ALL

Selects all log options for all facilities.

NONE

Deactivates all SMF and ATF logging, except for violations and audited events to the ATF.

If the user facility is in DORMANT mode, no logging takes place unless the resource permitted is specified with ACTION(FAIL).

The default is LOG(SMF,INIT, SEC9, MSG).