WTOUSERMCSF= System Option: z/OS

Specifies WTO DATA step function MCS flags.
Valid in: Configuration file, SAS invocation
Category: System Administration: INSTALLATION
PROC OPTIONS GROUP= INSTALL
Default: NULL
z/OS specifics: All

Syntax

WTOUSERMCSF=(BRDCAST | HRDCPY | NOTIME | BUSYEXIT)

Required Arguments

BRDCAST
tells SAS to broadcast the message to all active consoles.
HRDCPY
tells SAS to queue the message for hard copy only.
NOTIME
tells SAS not to append time to the message.
BUSYEXIT
tells SAS, in case of a WTO buffer shortage, to return rather than wait for an available buffer.

Details

If you supply a value for WTOUSERMCSF=, it is included in the MCSFLAG field for every write-to-operator message that is sent with the WTO DATA step function or CALL routine.
You can supply one or more of the valid values. If you supply more than one value, the values must be enclosed in parentheses. The parentheses are optional if you specify only one value.