Previous Page | Next Page

DATA Step Debugger

DESCRIBE



Displays the attributes of one or more variables.
Category: Manipulating DATA Step Variables
Alias: DESC

Syntax
Arguments
Details
Examples

Syntax

DESCRIBE variable(s) | _ALL_

Arguments

variable(s)

identifies one or more DATA step variables

_ALL_

indicates all variables that are defined in the DATA step.


Details

The DESCRIBE command displays the attributes of one or more specified variables.

DESCRIBE reports the name, type, and length of the variable, and, if present, the informat, format, or variable label.


Examples

Previous Page | Next Page | Top of Page