MESSAGECASE statement

Use the MESSAGECASE statement to specify whether to convert output into uppercase for the FTP server and some TSO commands.

Syntax

Read syntax diagramSkip visual syntax diagram
                                  .-MIXED-.   
>>-+--------------+--MESSAGECASE--+-UPPER-+--------------------><
   '-system-name:-'                           

Parameters

system_name:
The name of the system to which this statement applies. See system_name considerations for a complete description of this parameter.

Requirement: The colon is required.

MIXED
Indicates that output should be displayed in mixed case. This is the default.
UPPER
Indicates that output should be displayed in uppercase.

Examples

To display all messages to the MVSTEST system in uppercase, use the following code:
MVSTEST: MESSAGECASE UPPER

Usage notes