Previous Topic: REPORTS Control StatementNext Topic: Usage and Processing Rules


SECTIONS Control Statement

The SECTIONS control statement specifies which Group Detail Report sections to print. Specify no sections to print all available sections. If you specify one section, then only that section prints. Use the ALL parameter as the first parameter to select all sections. Prefix section names with the NO prefix to exclude that section.

The SECTIONS control statement has the following format:

SECTIONS=secname
SECTIONS=(secname,...secname)
SECTIONS=(ALL,NOsecname,...NOsecname)

The following parameters are available for secname:

ALL

Specifies all sections. ALL can only be specified as the first parameter and was designed to be used with the NO prefix on the following parameters.

USERID

Specifies the User ID section.

CMDS

Specifies the Commands section.

CMDG

Specifies the Command Groups section.

CMDFLDS

Specifies the Command Fields section.

JOBS

Specifies the Jobnames section.

RESOURCE

Specifies the Resources section.

EXTERNAL

Specifies the External Security section.

Examples: Group Detail Report