KUPCASE Function

Converts all letters in an argument to uppercase.
Category: DBCS
Tip: See UPCASE Function in SAS Functions and CALL Routines: Reference.

Syntax

KUPCASE(argument)

Required Argument

argument
specifies any SAS character expression.

Details

SeeInternationalization Compatibility for SAS String Functions for restrictions and more information.
The KUPCASE function copies a character argument, converts all lowercase letters to uppercase letters, and returns the altered value as a result.