Previous Topic: FACILITY—System Facility Processing

Next Topic: Universal Suboptions

Examples: FACILITY control option

This example displays the status of the TSO facility:

F TSS,FACILITY(TSO)

This example updates the FACILITY option:

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

This example alters the BATCH facility to WARN mode and sets NOLUMSG. Note that the suboption MODE requires a value, but that the NOLUMSG suboption does not:

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