Chapter Contents

Previous

Next
CAPS

CAPS



Indicates whether to translate input to uppercase

Valid in: configuration file, SAS invocation, OPTIONS statement, Systems Options window
Category: Input control: Data processing
PROC OPTIONS GROUP= INPUTCONTROL


Syntax
Syntax Description
Comparisons
See Also

Syntax

CAPS | NOCAPS

Syntax Description

CAPS
specifies that SAS translate lowercase characters to uppercase in these types of input:

Note:   Data read from external files and SAS data sets are not translated to uppercase.  [cautionend]

NOCAPS
specifies that lowercase characters that occur in the types of input that are listed above are not translated to uppercase.


Comparisons

The CAPS system option and the CAPS command both specify whether input is converted to uppercase. The CAPS command, which is available in windows that allow text editing, can act as a toggle. The CAPS command converts all text that is entered fromn the keyboard to uppercase. If either the CAPS system option or the CAPS command is in effect, all applicable input is translated to uppercase.

See Also

Command:
CAPS in online help


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.