Previous Topic: Implicit Assignment: Using Other NCL Verbs

Next Topic: DBCS Support and Lowercase Data

Uppercase and Lowercase Variables

By default, when character data is assigned to a target variable, the data is converted to uppercase.

If you want to manipulate lowercase character data, use the &CONTROL NOUCASE processing option within your procedure. The NOUCASE option stops the automatic translation of character data to uppercase on assignment statements.