Previous Topic: EXPDAYS—Security File Expiration IntervalNext Topic: Universal Suboptions


FACILITY—System Facility Processing

Valid on z/OS and z/VM.

Use the FACILITY control option to:

All entry methods are accepted.

This control option has the following format:

FACILITY(facility|ALL)
FACILITY(facility=subopt1<=value1>,...)
facility

The full name of a single facility.

You can specify the following items as part of your FACILITY control option entry:

Example: Display the Status of the TSO Facility

This example displays the status of the TSO facility:

F TSS,FACILITY(TSO)

Example: Update the FACILITY Option

This example updates the FACILITY option:

TSS MODIFY(FACILITY(subopt1=operand<=value><,subopt2<=value2>>…))

Example: Alter the BATCH Facility to WARN Mode and Set NOLUMSG

This example alters the BATCH facility to WARN mode and sets NOLUMSG.

Note: The suboption MODE requires a value, but that the NOLUMSG suboption does not.

TSS MODIFY('FACILITY(BATCH=MODE=WARN,NOLUMSG)')