Previous Page | Next Page

Working with Character Variables

Introduction to Working with Character Variables


Purpose

In this section, you will learn how to do the following:


Prerequisites

Before proceeding with this section, you should understand the concepts presented in the following topics:


Character Variables in SAS

A character variable is a variable whose value contains letters, numbers, and special characters, and whose length can be from 1 to 32,767 characters long. Character variables can be used in declarative statements, comparison statements, or assignment statements where they can be manipulated to create new character variables.

Previous Page | Next Page | Top of Page